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 agent fixes #14362

Conversation

amiaxys
Copy link

@amiaxys amiaxys commented Dec 6, 2023

  • Description: Moved the agent designed to interact with and query a MongoDB database using PyMongo into experimental, and fixed the unit test issues that came about using MongoDB Unix sockets.
  • Issue: There were some some test workflows not running in Harrison/mongo-agent due to using nonexistent sockets, and Mongo agent should have been moved to experimental due to concerns mentioned in Add MongoDB database agent #13991
  • Dependencies: pymongo in experimental, not optional
    • Reason: Github workflows were throwing pymongo ModuleNotFound errors when it was optional, even after adding it to extended testing, running poetry lock, doing everything that the testing documentation said to do
  • Related: Harrison/mongo agent #14056, Add MongoDB database agent #13991
  • Tag maintainers: @hwchase17 @efriis

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Dec 6, 2023
Copy link

vercel bot commented Dec 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2023 10:28pm

@dosubot dosubot bot added Ɑ: agent Related to agents module 🤖:improvement Medium size change to existing code to handle new use-cases labels Dec 6, 2023
@amiaxys amiaxys force-pushed the 3399-mongo-database-agent branch from bf6d4a0 to 7eb74bb Compare December 6, 2023 22:03
@hwchase17 hwchase17 merged commit 66162dd into langchain-ai:harrison/mongo-agent Dec 6, 2023
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: agent Related to agents module 🤖:improvement Medium size change to existing code to handle new use-cases size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants