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
The LangChain JavaScript library does not currently provide a method or option to set TTL (Time-To-Live) for collections in Milvus, similar to the Python version [1]. If you need to set TTL for a Milvus collection, you would typically use the alter_collection_properties method from the pymilvus library in Python, as described in the Milvus documentation. This feature is not available via the LangChain JavaScript library or the Milvus REST API at this time.
Checklist
Issue with current documentation:
How to send ttl value in milvus vector store? langchain python has it
https://milvus.io/docs/modify-collection.md#Set-Collection-TTL
https://api.python.langchain.com/en/latest/vectorstores/langchain_community.vectorstores.milvus.Milvus.html
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: