Query Sqlite Database or ODBC data source - get SQL statement #1042
Closed
rajendradewani
started this conversation in
General
Replies: 1 comment
-
@rajendradewani - check this out for SQLite - https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.Sqlite then you will need to write a function to create SQL - check out this link in our Discord (https://aka.ms/sk/discord) - https://discord.com/channels/1063152441819942922/1098714016890769408/1106207806853501008 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How can I achieve functionality similar to Langchain SQLite?
I want to connect my SQLite DB and generate SQL statements by asking questions to AI.
Example:
https://python.langchain.com/en/latest/modules/chains/examples/sqlite.html
https://github.com/brunogarcia/langchain-titanic-sqlite
I would appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions