Reorganize project: rename scripts, archive superseded, add clippings_search/
- Rename build_exp_claude.py → build_store.py - Rename query_hybrid_bm25_v4.py → query_hybrid.py - Rename retrieve_hybrid_raw.py → retrieve.py - Archive query_topk_prompt_engine_v3.py (superseded by hybrid) - Archive retrieve_raw.py (superseded by hybrid) - Move build_clippings.py, retrieve_clippings.py → clippings_search/ - Update run_query.sh, README.md, CLAUDE.md for new names
This commit is contained in:
parent
b4bf89ce4b
commit
5a3294f74c
9 changed files with 80 additions and 87 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# Usage: ./run_query.sh
|
||||
|
||||
QUERY_SCRIPT="query_hybrid_bm25_v4.py"
|
||||
QUERY_SCRIPT="query_hybrid.py"
|
||||
|
||||
echo -e "Current query engine is $QUERY_SCRIPT\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue