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.).
The name(s) of the output field(s) where embeddings will be stored.
The dimension of the output embeddings. Required because langchain needs to know the vector dimension upfront when the embedding is generated on the server side.
Parameters for the embedding function. This dict is passed through to Milvus Function. Includes:
The name of the function. Default is None, which means a random name will be generated.