How to query a Mongo collection using LangChain
Asked Answered
R

0

7

I want to query my mongo collection using LangChain.

Just like we have SQLDatabaseChain in LangChain to connect with a SQL database such as Postgres, do we have something similar to connect with a NoSQL database like Mongo?

I looked at the documentation and didn't find any alternative for NoSQL.

Rajasthan answered 26/7, 2023 at 8:36 Comment(1)
I would like to know if there is an option for CosmosDB also.Dragone

© 2022 - 2024 — McMap. All rights reserved.