Skip to content

Commit 6e3d1e2

Browse files
committed
Update readme
1 parent 22d3aee commit 6e3d1e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

text_2_sql/semantic_kernel/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ As the query cache is shared between users (no data is stored in the cache), a n
1616

1717
## Provided Notebooks & Scripts
1818

19-
- `./rag_with_prompt_based_text_2_sql.ipynb` provides example of how to utilise the Prompt Based Text2SQL plugin to query the database.
20-
- `./rag_with_vector_based_text_2_sql.ipynb` provides example of how to utilise the Vector Based Text2SQL plugin to query the database. The query cache plugin will be enabled or disabled depending on the environmental parameters.
21-
- `./rag_with_ai_search_and_text_2_sql.ipynb` provides an example of how to use the Text2SQL and an AISearch plugin in parallel to automatically retrieve data from the most relevant source to answer the query.
22-
- This setup is useful for a production application as the SQL Database is unlikely to be able to answer all the questions a user may ask.
19+
- `./Iteration 2 - Prompt Based Text2SQL.ipynb` provides example of how to utilise the Prompt Based Text2SQL plugin to query the database.
20+
- `./Iterations 3 & 4 - Vector Based Text2SQL.ipynb` provides example of how to utilise the Vector Based Text2SQL plugin to query the database. The query cache plugin will be enabled or disabled depending on the environmental parameters.
2321
- `./time_comparison_script.py` provides a utility script for performing time based comparisons between the different approaches.
2422

2523
### ai-search.py

0 commit comments

Comments
 (0)