-
### What happened?
I am using a single chroma Docker image on a machine, with 10 workers, The machine has 16 cores, 32GB Ram,
My client is doing a query on the same collection at same time, like 10…
-
Milvus has been installed via Docker, but I am unable to connect to it using ann-benchmark, and there is no useful error message provided.
![图片](https://github.com/erikbern/ann-benchmarks/assets/1703…
-
### Description
i used ollama as the local llm
llm:qwen2.5
embedding : nomic-embed-text
![image](https://github.com/user-attachments/assets/a28faf06-023f-416f-a0e8-470235bc1e4f)
### Reproductio…
-
While working on #1304, there are still several places in `cpp/bench/ann/common` where cuda runtime calls are being made directly even though there are utilities in RAFT that could be used instead. Th…
-
### What happened?
running collection.add function crashes after 100 documents are inserted
### Versions
chromadb 0.5.4, python 3.9;
### Relevant log output
_No response_
-
Firstly, thank you very much for creating this benchmark. It is very helpful for navigating this exciting but somewhat overwhelming field.
I am interested in particular in the performance of constr…
-
### Description
Currently, if a user forgets to add `index: true` to their `dense_vector` mapping and add their vectors to Elasticsearch, they are NOT indexed into the HNSW graph.
While this migh…
-
When I use a specified version of llvm to compile tiflash (our compile env for production: debian10+llvm16+gcc10 c ++ lib), I find it very difficult, especially when I need to link different versions …
-
I am developing on iOS a RAG system with objectbox vector database within swift binding. But documentation is not synced with code. I can not run any example. I will index only text data. Can you poin…
-
Hi, at Neon we've been investigating DiskANN, and we believe it would have several advantages compared to HNSW. Last month I prototyped a freestanding DiskANN implementation (not inside Postgres, and …