-
Notifications
You must be signed in to change notification settings - Fork 27
adjust to Milvus Lite #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
adjust to Milvus Lite
…' about the 'pkg_resources' package
…kg_resources', as it's in the 'pymilvus' package
Hi Tom, I'm Jackson, I had solved the pk_resource issue and adjust some integration with milvus. If there is any issues or format problems, please let me know! Hope the pr soon to be merged. Thank you! @tomsmoker |
examples/milvus_tutorial.py
Outdated
milvus_token=YOUR_MILVUS_CLOUD_TOKEN, | ||
) | ||
# Set up your Milvus Client information | ||
YOUR_MILVUS_LITE_FILE_PATH = "milvus_demo.db" # random name for milvus lite local db |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YOUR_MILVUS_LITE_FILE_PATH = "./milvus_demo.db" # local file name used by Milvus Lite to persist data
adjust milvus implementation to Milvus Lite, but at the same time support zilliz cloud connection as well.