go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Go client for Qdrant vector search engine

Results 11 go-client issues
Sort by recently updated
recently updated
newest added

Can it be simplified, such as supporting map? json format ```json POST /collections/chatapp/points/delete { "filter": { "must": [ { "key": "source", "match": { "value": "example.pdf" } } ] } }...

## Why is it better to change? This implementation is superior because it is generic and can be used throughout the application's context, avoiding code repetition.

I noticed these are listed as `Unimplemented`, so I'm curious if there is a plan for adding them?

In general in go, package names should match the directory name they're in, this lines them up.

Hello, I'm trying to run the examples/authentication code. I run it as: ``` $ go run . -addr xxxxxxx.us-east-1-0.aws.cloud.qdrant.io:6333 2023/06/07 08:39:51 could not get collections: rpc error: code = Unknown...

Hi, Im trying to achieve a Go equivalent of the python API recover snapshot command shown [here](https://qdrant.tech/documentation/concepts/snapshots/#recover-via-api) . I dont seem to find any equivalent of it in the snapshots,...

How to create a QdrantClient using local mode (passing a file path instead of a grpc link)? Thanks

For example, REST API has a `GetPoint` that get only one single point but Go has only compatible API to get multiple points. Also, the example does not demonstrate everything...

I'm going through the sample code, and noticed that one type is unexported. The sample code is: ``` 140 Id: &pb.PointId{ 141 PointIdOptions: &pb.PointId_Num{Num: 2}, 142 }, ``` I understand...

We've been getting the following error 7 times between July 25th and July 30th. ``` failed to upsert in qdrant collection: rpc error: code = Unknown desc = unexpected HTTP...