-
## Current Behavior
If recovering an unoptimized snasphot, optimizers will not be triggered. Instead the collection will remain in grey status until an [update](https://qdrant.tech/documentation/conc…
-
## GenAIExample AgentQnA,AudioQnA,ChatQnA,CodeGen,CodeTrans,DocIndexRetriever,DocSum,FaqGen,SearchQnA,Translation,VisualQnA compose.yaml got changed
Below files are changed in [this commit](https://g…
-
### Context / Scenario
I am using latest ollama connector and qdrant db with `llama3.2:latest`. Below is the code snippet -
```
using Microsoft.Extensions.DependencyInjection;
using Microsoft…
-
I see "Python client allows you to run same code in local mode without running Qdrant server".
I'd like to know if go-client also provides the same functionality.
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
### Motivation
We can try to use this repo: https://gith…
-
The test collection contains only an anonymous multivector setup.
```json
"vectors": {
"size": 4,
"distance": "Dot",
"multivector_config": {
"comparator": "max_sim"
}…
-
IMAGE SYNC
-
**Describe the solution you'd like**
I am a little new to AI so I am not sure about this direction or even if this is already implemented and I missed it, I can potentially help with the development …
-
I have deployed the Qdrant helm chart. And I'm trying to update the storage capacity using the `values.yaml`, but any change I make doesn't impact the pods or pvc
-
Inspiration is taken from how git packs achieve high compression rates with good random access performance. The 2 key components are (1) a clustering strategy to store similar objects together and (2)…