-
qdrant now have support for golang, then we can change the package
lib:
https://github.com/qdrant/go-client
-
### System Name
Qdrant
### Type
Materialize
### Details
Qdrant, similar to Elasticsearch or Pinecone is a popular vector database.
We use qdrant for various vector search tasks. These vectors …
-
## Sever disconnected without sending request
while document deletion from the qdrant i got this error server disconnected without sending response
## Docker Compose
version: '3.8'
service…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have used this code
vector_index = VectorStoreIndex(
nodes=…
-
I'm running qdrant as a local docker container with it's url at http://localhost:6333
When running ddn connector instrospect qdrant the url is replaced to http://127.0.0.1:6333 which fails.
Any…
-
After uploading a large dataset (this may or may not be related to the issue) using the Rust qdrant client, I am unable to re-enable indexing without restarting the qdrant server.
## Current Beh…
-
It'd be great to have Qdrant support!
It looks like it was there at some point:
https://github.com/SciPhi-AI/R2R/commit/4c28e1f9a298bbba7326cb76337b1ee94254d76f
If you can share what was the r…
framp updated
2 months ago
-
I use qdrant cloud, qdrant version is v1.12.3
My collection status is red, the error is:
```
Service internal error: Removing segment which is still in use: \"./storage/collections/event/1/seg…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I am using Aspire 9 RC2.
The dashbo…
-
**Description:**
I’m exploring how Qdrant handles indexing with frequent or continuous data uploads. When I initially upload data and index it, Qdrant creates an index based on this dataset. My que…