The idea is:
Update version of langchain dependencies to the upcoming (1.0.4).
(I am not sure if updating only langchain/community will work without updaiting e.g. langchain/core)
My use case:
I use Milvus vector store node, which is based on v0.3.50 langchain/community Milvus vector store implementation. A bug in it prevents from having auto-calculated fields in collection schema.
The fix I did was recently merged into langchain/community and is going to be soon released.
I think it would be beneficial to update because:
Auto-calculated fields in Milvus allow to create sparse vectors for full-text search, which combined with semantic search allows hybrid search approach.