-
### Checklist
- [X] I added a descriptive title (including the requested package **name**, **version**, and **platform**).
- [X] I searched the defaults channels ([Python](https://repo.anaconda.com/p…
-
@ajaishankar _if you are maintaining this repo please close this._
Since weekly downloads of [openapi-typescript](https://github.com/drwpow/openapi-typescript) are on the rise and this repo is cons…
-
Looking into the code, it doesn't even seem like it's been implemented.
The result is it recognizing the "file" exists, but freezing the entire program at that point.
Additionally, being able to spe…
-
Integrate the output connector with the Qdrant vector store. This involves configuring the connector to communicate with Qdrant's API, ensuring seamless data ingestion and storage. Proper integration …
-
I am using `.recommend` method, but if a point not exist in database it will raise error.
````
qdrant_client.recommend(
collection_name = "my_collection",
positive = [18395, 12310379…
-
IMAGE SYNC
-
While Qdrant has local support and provides a docker image, LanceDB, another Rust vector database, runs serverless and in process, similar to Sqlite.
Qdrant has no GPU support yet when building the i…
-
Try example in this doc: https://api.qdrant.tech/api-reference/points/upsert-points. Running against cloud result in this error message:
```
{"status":{"error":"Format error in JSON body: missing …
sehz updated
2 months ago
-
各位老师好,我们现在试用xinference部署Embbeding, 发现部署multilingual-e5-large 向量后,用 Qdrant + OpenAIEmbedding (通过 http://ip:9997 方式) 方式查询应用时查询的数据不准确,但用Qdrant + HuggingFaceEmbeddings (调用本地目录的 multilingual-e5-large 模型文…
-
Text Search ADR is here: https://github.com/microsoft/semantic-kernel/issues/5799
Implement new abstractions
Unit tests
Integration tests
Document any limitations in the implementation
Implement…