Skip to content
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

Closed
wants to merge 64 commits into from
Closed

MongoDB Atlas VectorDB [clean] #2996

wants to merge 64 commits into from

Commits on Jun 12, 2024

  1. Create mongodb.py

    ranfysvalle02 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3024021 View commit details
    Browse the repository at this point in the history
  2. MongoDB Class for agentchat

    First steps towards MongoDB as a VectorDB.
    Fabian Valle committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    37454dc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Update mongodb.py

    Fabian Valle committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fb86b8a View commit details
    Browse the repository at this point in the history
  2. Update base.py

    Fabian Valle committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    275315d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bfdc73 View commit details
    Browse the repository at this point in the history
  4. Update mongodb.py

    Fabian Valle committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5972fd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0122481 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    19dbbb8 View commit details
    Browse the repository at this point in the history
  2. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0151b3c View commit details
    Browse the repository at this point in the history
  3. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4289ef7 View commit details
    Browse the repository at this point in the history
  4. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9d1dbe8 View commit details
    Browse the repository at this point in the history
  5. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9a91bc0 View commit details
    Browse the repository at this point in the history
  6. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5629700 View commit details
    Browse the repository at this point in the history
  7. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fd24baa View commit details
    Browse the repository at this point in the history
  8. update from PR comments

    update PREDEFINED_VECTOR_DB and change name to MongoDBAtlasVectorDB; upsert=True update logic; no more index/collection name check.
    Fabian Valle committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8f4bb1f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. start notebook progress

    Fabian Valle committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    61919b2 View commit details
    Browse the repository at this point in the history
  2. Update agentchat_mongodb_RetrieveChat.ipynb

    Fabian Valle committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    524aa9c View commit details
    Browse the repository at this point in the history
  3. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    85db1af View commit details
    Browse the repository at this point in the history
  4. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    217c66a View commit details
    Browse the repository at this point in the history
  5. Update mongodb.py

    Fabian Valle committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9f0cdf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c760b6 View commit details
    Browse the repository at this point in the history
  7. Create test_mongodb.py

    Fabian Valle committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f537b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. still broken -- but closer

    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 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5f48b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: Jib <Jibzade@gmail.com>
    ranfysvalle02 and Jibola authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fe94978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c08b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    145e53f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10b7d50 View commit details
    Browse the repository at this point in the history
  5. Getting closer...

    Fabian Valle committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a9d33e0 View commit details
    Browse the repository at this point in the history
  6. pre-commit fix

    Fabian Valle committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2ce1cd1 View commit details
    Browse the repository at this point in the history
  7. Update agentchat_mongodb_RetrieveChat.ipynb

    Fabian Valle committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    86a94ac View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    73652c4 View commit details
    Browse the repository at this point in the history
  2. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
    ranfysvalle02 and Hk669 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0781c33 View commit details
    Browse the repository at this point in the history
  3. no longer needed

    Fabian Valle committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    aeb0ad8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    315dd5a View commit details
    Browse the repository at this point in the history
  5. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
    ranfysvalle02 and Hk669 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1faa2c7 View commit details
    Browse the repository at this point in the history
  6. Update autogen/agentchat/contrib/vectordb/mongodb.py

    Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
    ranfysvalle02 and Hk669 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    73071dc View commit details
    Browse the repository at this point in the history
  7. Remove check

    This gets handled with the Literal
    Fabian Valle committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    251d4ab View commit details
    Browse the repository at this point in the history
  8. pre-commit fix

    Fabian Valle committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fe5ad78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    772c7c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c2e1d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    a5aef00 View commit details
    Browse the repository at this point in the history
  2. Few fixes

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2fbc502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d696d View commit details
    Browse the repository at this point in the history
  4. Update agentchat_mongodb_RetrieveChat.ipynb

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3122301 View commit details
    Browse the repository at this point in the history
  5. Update agentchat_mongodb_RetrieveChat.ipynb

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    54655e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c64e679 View commit details
    Browse the repository at this point in the history
  7. Update agentchat_mongodb_RetrieveChat.ipynb

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a82fe0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db47b8f View commit details
    Browse the repository at this point in the history
  9. Update mongodb.py

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9a32f0d View commit details
    Browse the repository at this point in the history
  10. Update notebook/agentchat_mongodb_RetrieveChat.ipynb

    Co-authored-by: Li Jiang <bnujli@gmail.com>
    ranfysvalle02 and thinkall authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    081e24e View commit details
    Browse the repository at this point in the history
  11. Update contrib-tests.yml

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    48913ab View commit details
    Browse the repository at this point in the history
  12. testing is getting closer!

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4097b4c View commit details
    Browse the repository at this point in the history
  13. Update mongodb.py

    Update agentchat_mongodb_RetrieveChat.ipynb
    
    Update agentchat_mongodb_RetrieveChat.ipynb
    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    841f2d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3ea97f2 View commit details
    Browse the repository at this point in the history
  15. Update mongodb.py

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    634f2f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ca4d70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4690f32 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9a7fbdd View commit details
    Browse the repository at this point in the history
  19. clean commit history

    Fabian Valle committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0be4fcd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    5f89f21 View commit details
    Browse the repository at this point in the history
  2. Update test/agentchat/contrib/vectordb/test_mongodb.py

    Co-authored-by: Li Jiang <bnujli@gmail.com>
    ranfysvalle02 and thinkall authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d99247a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069141e View commit details
    Browse the repository at this point in the history
  4. Update mongodb.py

    Fabian Valle committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2a30319 View commit details
    Browse the repository at this point in the history
  5. Update test_mongodb.py

    Fabian Valle committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    093272c View commit details
    Browse the repository at this point in the history