langchain
9111f4ca - fix chatvectordbchain to use pinecone namespace (#1139)

Commit
3 years ago
fix chatvectordbchain to use pinecone namespace (#1139) In the similarity search, the pinecone namespace is not used, which makes the bot return _I don't know_ where the embeddings are stored in the pinecone namespace. Now we can query by passing the namespace optionally. ```result = qa({"question": query, "chat_history": chat_history, "namespace":"01gshyhjcfgkq1q5wxjtm17gjh"})```
Author
Parents
Loading