Skip to content

vector store migration to Chroma#9

Merged
Buffden merged 1 commit into
mainfrom
feature/vector-store
Jun 17, 2026
Merged

vector store migration to Chroma#9
Buffden merged 1 commit into
mainfrom
feature/vector-store

Conversation

@Buffden

@Buffden Buffden commented Jun 17, 2026

Copy link
Copy Markdown
Owner
  • rewrite ingest.py: chunk, embed, upsert into Chroma with source/chunk_index metadata
  • rewrite search.py: replace brute-force cosine loop with collection.query() ANN search
  • add inspect_collection.py: print collection stats and a sample stored entry
  • move load_document/load_documents into utils.py; clean up embed.py to pure embedding utilities
  • replace pipeline.svg with pipeline.puml (PlantUML source for Phase 2 diagram)
  • add docs/implementation-plan.md: 7-phase build plan covering RAG, ingestion, hybrid search, chat mode, and access control
  • update README: reflect Phase 2 stack, structure, usage, and sample output
  • update pyproject.toml: rename project to rag-document-engine, add chromadb dependency
  • update .gitignore: exclude chroma_db/ and *.dist-info/

  - rewrite ingest.py: chunk, embed, upsert into Chroma with source/chunk_index metadata
  - rewrite search.py: replace brute-force cosine loop with collection.query() ANN search
  - add inspect_collection.py: print collection stats and a sample stored entry
  - move load_document/load_documents into utils.py; clean up embed.py to pure embedding utilities
  - replace pipeline.svg with pipeline.puml (PlantUML source for Phase 2 diagram)
  - add docs/implementation-plan.md: 7-phase build plan covering RAG, ingestion, hybrid search, chat mode, and access control
  - update README: reflect Phase 2 stack, structure, usage, and sample output
  - update pyproject.toml: rename project to rag-document-engine, add chromadb dependency
  - update .gitignore: exclude chroma_db/ and *.dist-info/
@Buffden Buffden merged commit 7379f7a into main Jun 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant