-
Notifications
You must be signed in to change notification settings - Fork 5
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
INTPYTHON-482 Add API docs #62
Conversation
Langgraph failure is unrelated: https://jira.mongodb.org/browse/INTPYTHON-488 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These docs look great.
When I build them, langgraph.checkpoint.mongodb.MongoDBSaver
is not showing up. AsyncMongoDBSaver
does, but not the main one.
I had to do some restructuring of files to get it to show up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I made the following tweaks to
create_api_rst.py
:api_docs.rst
as the root doc to avoid overshadowinglangchain-mongodb/index.py
langgraph
__all__
if presentI made the following tweaks to
conf.py
: