Replies: 1 comment
-
The customer service bot tutorial queries a database. In general you can interact with a DB in two ways:
In either case, including examples in the docstrings about the schema, etc. is pretty important |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented database agents in langchain but unable to implement database agent in langraph. langraph agents working accurately for answering queries from openweb but not querying database. I have searched the documentation but I don't see anything regarding this or how it could be done, according to the documentation in Langchain I only find langchain agents to query database . Have anyone of you an idea of how this can be done?
Beta Was this translation helpful? Give feedback.
All reactions