metric type BM25 not found or not supported, supported: IP #41102
Closed
Djcloveml
started this conversation in
Ideas & Feature requests
Replies: 1 comment 2 replies
-
The script works well on my local (pymilvus v2.5.5 + milvus v2.5.8). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
class MilvusManager:
def init(self, uri="rag_data.db", token="root:Milvus"):
self.client = MilvusClient(uri, token=token)
self.collection_name = "rag_environmental_report"
Beta Was this translation helpful? Give feedback.
All reactions