We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d8fab commit 0d4a3d5Copy full SHA for 0d4a3d5
README.md
@@ -15,6 +15,9 @@ Setup a text-to-SQL workflow over the data with additional techniques:
15
1. **Query-Time Table Retrieval**: Dynamically retrieve relevant tables in the text-to-SQL prompt.
16
2. **Query-Time Sample Row retrieval**: Embed/Index each row, and dynamically retrieve example rows for each table in the text-to-SQL prompt.
17
18
+
19
+
20
21
**NOTE:** Any Text-to-SQL application should be aware that executing
22
arbitrary SQL queries can be a security risk. It is recommended to
23
take precautions as needed, such as using restricted roles, read-only
0 commit comments