Filip Haltmayer

Results 22 issues of Filip Haltmayer

Integrating Milvus as a vector store.

Instead of connection with `connect(host=127.0.0.1, port=default_server.port)`, have the connection done with: `connect(uri=default_server.uri)`. The uri functionality for milvus has been updated here: https://github.com/milvus-io/pymilvus/pull/1384