SIGN IN SIGN UP

✨ feat(vectorstores.py): add support for index_name parameter in MongoDBAtlasVectorSearch template

The hardcoded values for db_name, collection_name, and index_name have been removed from the initialize_mongodb function and are now required parameters. This makes the function more flexible and allows it to be used with different databases and collections. The support for the index_name parameter has been added to the MongoDBAtlasVectorSearch template in vectorstores.py, which allows the user to specify the name of the index to be used in the search.
🐛 fix(vector_store.py): remove hardcoded values for db_name, collection_name, and index_name and make them required parameters
G
Gabriel Luiz Freitas Almeida committed
ea0231025f6e1e67ee42ad6f2651606079de0dd2
Parent: 81fb84b