langchain-ai / langchain

🦜🔗 Build context-aware reasoning applications
https://python.langchain.com
MIT License
88.49k stars 13.9k forks source link

DOC: [Question]: How to change the text to sql model in create_sql_query_chain , create_sql_agent ? #19124

Open rvssridatta opened 3 months ago

rvssridatta commented 3 months ago

Checklist

Issue with current documentation:

1) Can you confirm which language model is being used in create_sql_query_chain method for text to sql conversion? How can I configure it, if I want to try with some other language model? https://python.langchain.com/docs/use_cases/sql/quickstart#convert-question-to-sql-query

2) Can you confirm which language model is being used in create_sql_agent method for text to sql conversion? How can I configure it, if I want to try with some other language model? https://python.langchain.com/docs/use_cases/sql/agents#agent

Idea or request for content:

No response

rvssridatta commented 3 months ago

Can you confirm which language model is being used in create_sql_query_chain method for text to sql conversion? How can I configure it, if I want to try with some other language model? https://python.langchain.com/docs/use_cases/sql/quickstart#convert-question-to-sql-query

Can you confirm which language model is being used in create_sql_agent method for text to sql conversion? How can I configure it, if I want to try with some other language model? https://python.langchain.com/docs/use_cases/sql/agents#agent