milvus/internal/util/function
junjiejiangjjj 09b9131321
feat: Add cohere text embedding (#39581)
#35856

Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
2025-02-13 18:00:16 +08:00
..
models feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
ali_embedding_provider.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
alitext_embedding_provider_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
bedrock_embedding_provider.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
bedrock_text_embedding_provider_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
bm25_function.go fix: sparse inc mast less than uint32 max (#38250) 2024-12-06 15:14:41 +08:00
cohere_embedding_provider.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
cohere_embedding_provider_test.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
common.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
function.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
function_base.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
function_executor.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
function_executor_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
function_test.go feat: support embedding bm25 sparse vector and flush bm25 stats log (#36036) 2024-09-19 10:57:12 +08:00
function_util.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
mock_embedding_service.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
mock_function.go feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00
openai_embedding_provider.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
openai_text_embedding_provider_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
text_embedding_function.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
text_embedding_function_test.go feat: Add cohere text embedding (#39581) 2025-02-13 18:00:16 +08:00
vertexai_embedding_provider.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
vertexai_embedding_provider_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
voyageai_embedding_provider.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00
voyageai_embedding_provider_test.go feat: Add Text Embedding Function (#36366) 2025-01-24 14:23:06 +08:00