You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
langchain_milvus_vdb=Milvus(...)
## we can use the property `.client` to get the milvusclient instance, and them use it to implement customized idealangchain_milvus_vdb.client.create_index(...)
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.
The text was updated successfully, but these errors were encountered: