Shell script run_retrieve.sh for non-LLM

gneration queries (returns only chunks), track
development notes and README.
This commit is contained in:
Eric Furst 2026-03-01 07:39:28 -05:00
commit eb9997326f
4 changed files with 1089 additions and 20 deletions

View file

@ -33,7 +33,7 @@ ssearch/
├── archived/ # Superseded script versions
├── saved_output/ # Saved query results and model comparisons
├── requirements.txt # Python dependencies
├── devlog.txt # Development log and experimental findings
├── devlog.md # Development log and experimental findings
└── *.ipynb # Jupyter notebooks (HyDE, metrics, sandbox)
```
@ -198,4 +198,4 @@ Three Jupyter notebooks document exploration and analysis:
- **Jan 2026**: Command-line interface, prompt improvements, model comparison (command-r7b selected).
- **Feb 2026**: Cross-encoder re-ranking, hybrid BM25+vector retrieval, LlamaIndex upgrade to 0.14.14, OpenAI API backend, incremental updates, clippings search (ChromaDB), project reorganization.
See `devlog.txt` for detailed development notes and experimental findings.
See `devlog.md` for detailed development notes and experimental findings.