-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
community[patch]: feat: add milvus partitionKey #5983
community[patch]: feat: add milvus partitionKey #5983
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -145,6 +152,9 @@ export class Milvus extends VectorStore { | |||
|
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.
Hey there! I noticed that the recent change in the milvus.ts
file explicitly accesses an environment variable using the getEnvironmentVariable
function. I've flagged this for your review to ensure it aligns with our environment variable handling practices. Keep up the great work!
Thank you! |
Doc: https://milvus.io/docs/use-partition-key.md#Use-Partition-Key
I have already run the unit tests.
Detailed information can be found in test-log.txt
test-log.txt