docs/integrations/retrievers/milvus_hybrid_search/ #28209
Replies: 1 comment
-
In this case, BM25SparseEmbedding(corpus=texts) need to use "texts parameter" to init and the class inner need "language" parameter for analysing, does it mean that it can't be used when processing multiple languages or there are multiple rounds of "text" input? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/integrations/retrievers/milvus_hybrid_search/
Milvus is an open-source vector database built to power embedding similarity search and AI applications. Milvus makes unstructured data search more accessible, and provides a consistent user experience regardless of the deployment environment.
https://python.langchain.com/docs/integrations/retrievers/milvus_hybrid_search/
Beta Was this translation helpful? Give feedback.
All reactions