-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB Atlas VectorDB [clean] #2996
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3024021 - Browse repository at this point
Copy the full SHA 3024021View commit details -
First steps towards MongoDB as a VectorDB.
Fabian Valle committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 37454dc - Browse repository at this point
Copy the full SHA 37454dcView commit details
Commits on Jun 14, 2024
-
Fabian Valle committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for fb86b8a - Browse repository at this point
Copy the full SHA fb86b8aView commit details -
Fabian Valle committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 275315d - Browse repository at this point
Copy the full SHA 275315dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfdc73 - Browse repository at this point
Copy the full SHA 0bfdc73View commit details -
Fabian Valle committed
Jun 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 5972fd0 - Browse repository at this point
Copy the full SHA 5972fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0122481 - Browse repository at this point
Copy the full SHA 0122481View commit details
Commits on Jun 15, 2024
-
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19dbbb8 - Browse repository at this point
Copy the full SHA 19dbbb8View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0151b3c - Browse repository at this point
Copy the full SHA 0151b3cView commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4289ef7 - Browse repository at this point
Copy the full SHA 4289ef7View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d1dbe8 - Browse repository at this point
Copy the full SHA 9d1dbe8View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9a91bc0 - Browse repository at this point
Copy the full SHA 9a91bc0View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5629700 - Browse repository at this point
Copy the full SHA 5629700View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd24baa - Browse repository at this point
Copy the full SHA fd24baaView commit details -
update PREDEFINED_VECTOR_DB and change name to MongoDBAtlasVectorDB; upsert=True update logic; no more index/collection name check.
Fabian Valle committedJun 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f4bb1f - Browse repository at this point
Copy the full SHA 8f4bb1fView commit details
Commits on Jun 16, 2024
-
Fabian Valle committed
Jun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 61919b2 - Browse repository at this point
Copy the full SHA 61919b2View commit details -
Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 524aa9c - Browse repository at this point
Copy the full SHA 524aa9cView commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85db1af - Browse repository at this point
Copy the full SHA 85db1afView commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 217c66a - Browse repository at this point
Copy the full SHA 217c66aView commit details -
Fabian Valle committed
Jun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f0cdf1 - Browse repository at this point
Copy the full SHA 9f0cdf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c760b6 - Browse repository at this point
Copy the full SHA 9c760b6View commit details -
Fabian Valle committed
Jun 16, 2024 Configuration menu - View commit details
-
Copy full SHA for f537b24 - Browse repository at this point
Copy the full SHA f537b24View commit details
Commits on Jun 17, 2024
-
with MongoDB Atlas Vector Search indexes, things work a little differently than traditional MongoDB indexes. Atlas Search indexes are separate entities managed by the Atlas Search service. Deleting a collection doesn't automatically remove the associated Atlas Search index - leading to errors
Fabian Valle committedJun 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f48b00 - Browse repository at this point
Copy the full SHA 5f48b00View commit details
Commits on Jun 19, 2024
-
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: Jib <Jibzade@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fe94978 - Browse repository at this point
Copy the full SHA fe94978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c08b31 - Browse repository at this point
Copy the full SHA 0c08b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 145e53f - Browse repository at this point
Copy the full SHA 145e53fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b7d50 - Browse repository at this point
Copy the full SHA 10b7d50View commit details -
Fabian Valle committed
Jun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for a9d33e0 - Browse repository at this point
Copy the full SHA a9d33e0View commit details -
Fabian Valle committed
Jun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ce1cd1 - Browse repository at this point
Copy the full SHA 2ce1cd1View commit details -
Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 86a94ac - Browse repository at this point
Copy the full SHA 86a94acView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73652c4 - Browse repository at this point
Copy the full SHA 73652c4View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0781c33 - Browse repository at this point
Copy the full SHA 0781c33View commit details -
Fabian Valle committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for aeb0ad8 - Browse repository at this point
Copy the full SHA aeb0ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315dd5a - Browse repository at this point
Copy the full SHA 315dd5aView commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1faa2c7 - Browse repository at this point
Copy the full SHA 1faa2c7View commit details -
Update autogen/agentchat/contrib/vectordb/mongodb.py
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 73071dc - Browse repository at this point
Copy the full SHA 73071dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 251d4ab - Browse repository at this point
Copy the full SHA 251d4abView commit details -
Fabian Valle committed
Jun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for fe5ad78 - Browse repository at this point
Copy the full SHA fe5ad78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772c7c7 - Browse repository at this point
Copy the full SHA 772c7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2e1d6 - Browse repository at this point
Copy the full SHA 7c2e1d6View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5aef00 - Browse repository at this point
Copy the full SHA a5aef00View commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fbc502 - Browse repository at this point
Copy the full SHA 2fbc502View commit details -
Merge branch 'main' of https://github.com/ranfysvalle02/autogen
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for d9d696d - Browse repository at this point
Copy the full SHA d9d696dView commit details -
Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3122301 - Browse repository at this point
Copy the full SHA 3122301View commit details -
Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 54655e8 - Browse repository at this point
Copy the full SHA 54655e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64e679 - Browse repository at this point
Copy the full SHA c64e679View commit details -
Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for a82fe0e - Browse repository at this point
Copy the full SHA a82fe0eView commit details -
Merge branch 'main' of https://github.com/ranfysvalle02/autogen
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for db47b8f - Browse repository at this point
Copy the full SHA db47b8fView commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a32f0d - Browse repository at this point
Copy the full SHA 9a32f0dView commit details -
Update notebook/agentchat_mongodb_RetrieveChat.ipynb
Co-authored-by: Li Jiang <bnujli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 081e24e - Browse repository at this point
Copy the full SHA 081e24eView commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 48913ab - Browse repository at this point
Copy the full SHA 48913abView commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4097b4c - Browse repository at this point
Copy the full SHA 4097b4cView commit details -
Update agentchat_mongodb_RetrieveChat.ipynb Update agentchat_mongodb_RetrieveChat.ipynb
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 841f2d9 - Browse repository at this point
Copy the full SHA 841f2d9View commit details -
pre-commit run --show-diff-on-failure --color=always --all-files
Fabian Valle committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ea97f2 - Browse repository at this point
Copy the full SHA 3ea97f2View commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 634f2f8 - Browse repository at this point
Copy the full SHA 634f2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca4d70 - Browse repository at this point
Copy the full SHA 1ca4d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4690f32 - Browse repository at this point
Copy the full SHA 4690f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7fbdd - Browse repository at this point
Copy the full SHA 9a7fbddView commit details -
Fabian Valle committed
Jun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 0be4fcd - Browse repository at this point
Copy the full SHA 0be4fcdView commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f89f21 - Browse repository at this point
Copy the full SHA 5f89f21View commit details -
Update test/agentchat/contrib/vectordb/test_mongodb.py
Co-authored-by: Li Jiang <bnujli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d99247a - Browse repository at this point
Copy the full SHA d99247aView commit details -
Merge branch 'main' of https://github.com/ranfysvalle02/autogen
Fabian Valle committedJun 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 069141e - Browse repository at this point
Copy the full SHA 069141eView commit details -
Fabian Valle committed
Jun 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a30319 - Browse repository at this point
Copy the full SHA 2a30319View commit details -
Fabian Valle committed
Jun 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 093272c - Browse repository at this point
Copy the full SHA 093272cView commit details