ParameterTypeDefaultDescription
collectionstrNoneName of the Milvus collection to store vectors and metadata
embedderOptional[Embedder]OpenAIEmbedder()Embedder instance to generate embeddings
distanceDistanceDistance.cosineDistance metric to use for similarity search
uristr"http://localhost:19530"URI of the Milvus server. Can be a local file path for Milvus Lite, server address for self-hosted Milvus, or Zilliz Cloud endpoint
tokenOptional[str]NoneToken for authentication. Format as "username:password" for self-hosted Milvus with auth enabled, or API key for Zilliz Cloud