Replies: 1 comment
-
🤖 Hi, The The On the other hand, the As for the You can find more details about these methods in the Pinecone vector store file of the LangChain repository. I hope this helps! Let me know if you have any other questions. SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I was working with the Pinecone vector store, and in the following file
https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/vectorstores/pinecone.py#L394
I saw two functions here:
1-
add_texts
2- Class method
from_texts
What is the difference between both?
Secondly, previously there used to be a method
Pinecone.from_documents
as of version 0.0.177. Has that been deprecated?Thanks
Beta Was this translation helpful? Give feedback.
All reactions