-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: AI/ML
-
None
-
Python Drivers
Context
https://api.python.langchain.com/en/latest/mongodb_api_reference.html#
Our API documentation simply shows a blank page with a version.
I've done a bunch of investigation and it appears that the issue is that one of the other langchain partners depends on the bson package from pypi.
- The discussion of the issue is on Slack channel "ext-langchain-mongodb"
- I have reproduced the issue locally.
- I also fixed it locally by removing langchain-astradb from the build process, which is described here: https://github.com/langchain-ai/langchain-api-docs-build/blob/master/.github/workflows/api_doc_build.yml
- I opened an issue and pull-request to astrapy issue #999 pull #297
Definition of done
The docs must appear on the main website corrcectly.
Pitfalls
We require action on the part of the maintainers of astrapy and/or langchain.
- If astrapy merges my pr and releases a new version of it and astradb, langchain can then rebuild the docs.
- Otherwise, we will need to create a mongodb-specfic github workflow to build our docs (very similar to the one above) and merge a new PR.
- is related to
-
INTPYTHON-296 langchain-mongodb api documentation is failing to build
- Closed