-
Running step 3 in VS Code:
```
class MyVanna(ChromaDB_VectorStore):
def __init__(self, config=None):
ChromaDB_VectorStore.__init__(self, config=config)
vn = MyVanna()
```
Return…
-
vectorstore = Chroma.from_documents(documents=splits , embedding=OpenAIEmbeddings())
Ratelimiterror in this line of code
-
**Bug description**
When I create a RAG Application with SimilaritySearch, the search returns similar documents when using Azure OpenAI, but always returns zero documents with Ollama. The issue occur…
-
**Bug description**
I am having trouble with MongoDBAtlasVectorStore. Basically when I copy and paste [this](https://github.com/spring-projects/spring-ai/blob/1252216f3a6ee27c5cee79194eb76f6abf63764a…
-
Hello there! 👋
We would like to add support for OpenSearch to this library. Is that something you are interested in also? If so, I could try to contribute a `VectorStore` class, which is compatible…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
langchain have modified their api and the vectorstore access no longer works in file chain.ts
-
Hi :wave: , I'm the author of [chromem-go](https://github.com/philippgille/chromem-go) and I think it would be a great addition to the list of supported vector stores in langchaingo, because if I'm no…
-
I ran into this error when running chatgpt.py.
all dependencies seem to be installed properly, see the following error message:
`/Users/wangzhi/anaconda3/envs/chat/lib/python3.12/site-packages/l…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have searched the documentation but I can't find any conclusive information on this to…