-
I was reading this function, and in particular [this line](https://github.com/qdrant/qdrant/blob/9c20e9e27960228019b4606f137ca82b42fc3e66/lib/segment/src/index/hnsw_index/graph_layers_builder.rs#L275)…
-
Doing a Query API request using a point ID, but a vector name, for which this point has no vector for, Qdrant panics.
## Steps to Reproduce
Run the following commands in console on a fresh install…
-
I've been trying to use Raft snapshots to quickly synchronize Raft state when adding new nodes to the cluster, or restarting existing nodes, but I've discovered that there's [this check in `Raft::requ…
-
Running the example works fine if you both generate, dump then load the index. However, if you generate and dump the index, you cannot reload the index in a new process, without adding the documents a…
-
### Description
# Missing dependency: llama_index.vector_stores.qdrant
## Description
When running the Docker image `ghcr.io/cinnamon/kotaemon:latest`, the application fails due to a missing depe…
-
## Summary and motivation
Currently the [`filter_documents`](https://github.com/deepset-ai/haystack-core-integrations/blob/c0750ec01c8689e0d86e193223f3a2d807a3a32b/integrations/qdrant/src/haystack_…
-
How to connect to QDrant cluster,How to do automatic routing for sharding
-
[This page](https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/vector-search?pivots=programming-language-csharp) states:
```
The VectorizedSearchAsync method allows se…
-
would be great.
-
# TL;DR
Retrieval mechanisms can be used to provide kind of memory for an LLM.
This memory can be used for semantic search and QA based on retrieved code/documentation fragments.
# Context
…