-
It's really quite offensive that the maintainers of this project didn't think to implement this, I've literally spent 5 minutes setting up your project, just to be disappointed by this.
-
All the vector store components are labelled as langchain, but they don't use langchain at all, and instead setup the vector store infra themselves (i.e. qdrant containers, milvus containers, etc.)
…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
```
vector_store = ChromaVectorStore(chroma_collection=chroma_collection)
storage_con…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
> nodes = meta_data2_nodes(documents)
storage_context = StorageContext.from_default…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I use the class "FaissVectorStore" build to get "vector_store", then use vector_store.ad…
-
### What would you like to be added?
Provide the ability to use the vector store in use for caching as well. For e.g., if I am using Weaviate, I would like to use it for both caching and vector stora…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm using qdrant to save VectorStoreIndex and also SummaryIndex (is it ok?). The code i…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
How can I put BGEM3Index embeddings to mongo atlas vector store? If possible, code sampl…
-
related to pull request https://github.com/open-webui/pipelines/pull/125
### Is your feature request related to a problem? Please describe.
Pipelines cannot be used with documents from the web ui.…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
Hi,
From 2 days till now i'm getting err…