Class MilvusEmbeddingStore

java.lang.Object
dev.langchain4j.store.embedding.milvus.MilvusEmbeddingStore
All Implemented Interfaces:
EmbeddingStore<TextSegment>

public class MilvusEmbeddingStore extends Object implements EmbeddingStore<TextSegment>
Represents an Milvus index as an embedding store.
Supports both local and managed Milvus instances.
Supports storing Metadata and filtering by it using a Filter (provided inside an EmbeddingSearchRequest).