Base class for Milvus built-in functions.
Milvus BM25 built-in function.
Supports both single-language and multi-language analyzers.
See:
Milvus Text Embedding built-in function (Data In Data Out).
This function allows Milvus to automatically generate embeddings from text by calling external embedding service providers (OpenAI, Bedrock, Vertex AI, etc.).
Interface for Sparse embedding models.
You can inherit from it and implement your custom sparse embedding model.
By default, the asynchronous methods are implemented using the synchronous methods; however, implementations may choose to override the asynchronous methods with an async native implementation for performance reasons.
Milvus vector store integration.