-
The current documentation for the Docarray library only covers examples where the embedding vectors are already supplied. However, it's unclear whether Docarray allows one to input text or other data …
-
## Qdrant version
v1.10.1
I have 2 collections in a 2-node cluster, and I wrote a python script to migrate data from collection 1 to collection 2, after migration, when I performing search on coll…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Below are two pieces of codes:
1. the first one is the code that is used to retri…
-
Firing `scv.pp.moments(adata, n_pcs=30, n_neighbors=30)` runs into an error.
...
```python
import scvelo as scv
scv.settings.verbosity = 3
scv.settings.presenter_view = True
scv.s…
-
### What happened?
When using client.delete_collection("collection_name") the db is deleted from SQLite3 but the directory and the files are not deleted (not even the contents of them since all weigh…
-
### How to reproduce this bug?
Server lost power in the middle of the night. During batch writes (grpc), so hopefully it crashed not during a write, also I am using async indexing.
### What is t…
-
# Summary
Cannot install under macOS, throw error during Installation.
# Platform
OS: macOS 13.3.1
Faiss version: 1.7.0
Installed from: pip
Faiss compilation options: none
# Repro…
-
Hello, I followed steps in README, but failed to run the create index sql, getting the following error meg:
```
vectordb=# create index vector_index_1 on t_table using hnsw(vector_1) with(dimension=…
-
-
### Context / Scenario
We're running Kernel Memory as a docker image on Google Cloud Run, and using Google Postgres SQL as vector index.
Queue & Storage is on Azure Blob Storage.
When ingesting…