qdrant / go-client

Go client for Qdrant vector search engine
Apache License 2.0
161 stars 15 forks source link

Local mode? #32

Closed JinXJinX closed 1 month ago

JinXJinX commented 1 year ago

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

Anush008 commented 1 month ago

Hey. Local mode is only supported in the Python client. There are no plans as such to introduce it in other language SDKs.