Commit graph

2 commits

Author SHA1 Message Date
Eric
c47c5e5c4f Fix path metadata consistency in incremental vector store updates
Prepend "./" to file paths passed to SimpleDirectoryReader during
incremental updates so source document metadata matches full rebuilds.
Also add API_key_temp to .gitignore.
2026-02-20 07:32:06 -05:00
Eric
e9fc99ddc6 Initial commit: RAG pipeline for semantic search over personal journal archive
Vector search with cross-encoder re-ranking, hybrid BM25+vector retrieval,
incremental index updates, and multiple LLM backends (Ollama local, OpenAI API).
2026-02-20 06:02:28 -05:00