Found a solution to connect to MongoDB with GraphQL API auth.
- Download the LangChain package: GitHub - langchain-ai/langchain: ⚡ Building applications with LLMs through composability ⚡
- Edit the load_tools.py file so it can take a “headers” input (apiKey: “xzy”)
- pip install the package in your Python script/terminal