Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing the database using natural language and an sql query that is generated internally #1397

Open
sakoser opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sakoser
Copy link

sakoser commented Oct 17, 2024

🚀 The feature

I am connecting to the postgres database. I get an answer, everything is fine. But I still haven't figured out if I can form an sql query inside to get data. I tried with excel, it makes sense that pandas strings are generated. But the database connection is also implemented through the pandas code. Can I use pandasay to implement database access in natural language, but so that an sql query is generated under the hood and I receive data through a query and access to the database. The natural language is sql query - response. Without additional promts, only with the help of Pandasay and built-in promts. Thanks!

Motivation, pitch

I am working on a project and I want to get a natural language translation into sql and data acquisition using LLM and pandasai

Alternatives

No response

Additional context

No response

@dosubot dosubot bot added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant