In langchain, how do I use the vectorstore abstractions to match a query against stored embeddings. Right now, it looks like every-time I need to initialize the vector-store with the embeddings and then do the similarity check. But I was looking for a way to initialize the store once with all the documents I have and then send a query for similarity score
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Querying to a vector store directly | 1 | 327 | July 6, 2024 | |
OpenAI and Vector DataBase integration | 2 | 2528 | April 1, 2024 | |
Langchain does not allow storing additional column values in vectors | 0 | 903 | May 27, 2023 | |
Integrating OpenAI's Vector Store with Custom Chatbot Frameworks | 0 | 198 | August 6, 2024 | |
Replicate langchain custom data query with openai python API? | 3 | 2496 | October 11, 2023 |