thinley4 / Rag-Chatbot

0 stars 1 forks source link

Implement Vector DB instead of inmemory 'MemoryVectorStore' #4

Open thinley4 opened 1 month ago

thinley4 commented 1 month ago

I am currently trying to implement Upstash Redis to replace MemoryVectorStore (inmemory) for storing vector embeddings of the PDF splits. I tried Upstash, pinecorn but not able to integrate it. What am I missing?

thinley4 commented 1 month ago

@shershah1024