Skip to content

phase 15a: replace ChromaDB with Pinecone#11

Merged
DevDoshi19 merged 1 commit into
mainfrom
phase-15/pinecone-redis
Jul 9, 2026
Merged

phase 15a: replace ChromaDB with Pinecone#11
DevDoshi19 merged 1 commit into
mainfrom
phase-15/pinecone-redis

Conversation

@DevDoshi19

Copy link
Copy Markdown
Owner
  • removed langchain-chroma and chromadb from requirements.txt
  • added pinecone and langchain-pinecone
  • config.py: removed chroma settings, added pinecone_api_key and pinecone_index_name
  • ingest.py: pushes chunks to Pinecone, skips delete on empty index
  • nodes.py: get_vectorstore() now returns PineconeVectorStore
  • threshold changed from L2 < 1.6 to cosine > 0.3
  • .gitignore: added backend/data/ paths

- removed langchain-chroma and chromadb from requirements.txt
- added pinecone and langchain-pinecone
- config.py: removed chroma settings, added pinecone_api_key and pinecone_index_name
- ingest.py: pushes chunks to Pinecone, skips delete on empty index
- nodes.py: get_vectorstore() now returns PineconeVectorStore
- threshold changed from L2 < 1.6 to cosine > 0.3
- .gitignore: added backend/data/ paths
@DevDoshi19 DevDoshi19 merged commit 4f3f103 into main Jul 9, 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