RGGH/OpenAI_SQL
PostgreSQL and LangChain OpenAI example
This tool helps developers quickly build applications that allow users to ask questions about data stored in a PostgreSQL database using natural language. It takes your database schema and user questions as input, and outputs SQL queries and their results. Any developer creating applications that need to interact with PostgreSQL databases through a conversational interface would find this useful.
No commits in the last 6 months.
Use this if you are a developer looking to integrate natural language querying capabilities with a PostgreSQL database in your application.
Not ideal if you are an end-user without programming experience trying to query a database directly.
Stars
9
Forks
6
Language
Jupyter Notebook
License
—
Category
Last pushed
May 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/RGGH/OpenAI_SQL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LangChain-OpenTutorial/LangChain-OpenTutorial
LangChain, LangGraph Open Tutorial for everyone!
langchain-ai/docs
๐ฆ๐ Docs for LangChain projects
teddylee777/langchain-kr
LangChain ๊ณต์ Document, Cookbook, ๊ทธ ๋ฐ์ ์ค์ฉ ์์ ๋ฅผ ๋ฐํ์ผ๋ก ์์ฑํ ํ๊ตญ์ด ํํ ๋ฆฌ์ผ์ ๋๋ค. ๋ณธ ํํ ๋ฆฌ์ผ์ ํตํด LangChain์ ๋ ์ฝ๊ณ ...
ravsau/langchain-notes
notes on langchain
Azure-Samples/function-python-ai-langchain
Simple starting point function to host LangChains with LLMs and other tools in an Azure Function.