🚀 feat(langflow): add support for MongoDB Atlas Vector Search in vectorstores
✨ feat(langflow): add support for search_kwargs field in VectorStoreFrontendNode The changes add support for MongoDB Atlas Vector Search in the vectorstores. The `MongoDBAtlasVectorSearch` class is now imported and initialized in `vector_store.py`. The `initialize_mongodb` function is added to initialize the MongoDB Atlas Vector Search class. The `VectorStoreFrontendNode` class is updated to add the `mongodb_atlas_cluster_uri`, `collection_name`, and `db_name` fields. The `search_kwargs` field is also added to the `VectorStoreFrontendNode` class to allow users to pass additional search parameters to the vector store.
G
Gabriel Luiz Freitas Almeida committed
4cc2fae52b8bd3d759074df54a9450a5a3fe9c61
Parent: dc0a772