Skip to content

Support for Scalar Indexes #43

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

Open
dhirajsuvarna opened this issue Feb 25, 2025 · 1 comment
Open

Support for Scalar Indexes #43

dhirajsuvarna opened this issue Feb 25, 2025 · 1 comment

Comments

@dhirajsuvarna
Copy link

Hi,

According to Milvus documentation here we can add Indices for Scalar fields, but I do not see any way how we can specify this through Langchain.

Any support is really appreciated.

@zc277584121
Copy link
Collaborator

@dhirajsuvarna maybe you can try in this way:

langchain_milvus_vdb = Milvus(...)
## we can use the property `.client` to get the milvusclient instance, and them use it to implement customized idea
langchain_milvus_vdb.client.create_index(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants