Skip to content

Commit 3d8831f

Browse files
authored
Merge pull request #174 from HeidiSteen/main
Moved quickstart-rag to azure-search-classic-rag repo
2 parents 73689e9 + eadf45f commit 3d8831f

File tree

3 files changed

+0
-314
lines changed

3 files changed

+0
-314
lines changed

Quickstart-RAG/Quickstart-rag.ipynb

Lines changed: 0 additions & 308 deletions
This file was deleted.

Quickstart-RAG/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ If your configuration uses a search service managed identity for indexer connect
1212
| [Quickstart-Agentic-Retrieval](Quickstart-Agentic-Retrieval/quickstart-agentic-retrieval.ipynb) | Create a knowledge base in Azure AI Search to integrate LLM reasoning into query planning. |
1313
| [Quickstart-Document-Permissions-Pull-API](Quickstart-Document-Permissions-Pull-API/document-permissions-pull-api.ipynb) | Using an indexer "pull API" approach, flow access control lists from a data source to search results and apply permission filters that restrict access to authorized content. Indexer support is limited to Azure Data Lake Storage (ADLS) Gen2 permission metadata. |
1414
| [Quickstart-Document-Permissions-Push-API](Quickstart-Document-Permissions-Push-API/document-permissions-push-api.ipynb) | Using the push APIs for indexing a JSON payload, flow embedded permission metadata to indexed documents and search results that are filtered based on user access to authorized content. |
15-
| [Quickstart-RAG](Quickstart-RAG/quickstart-rag.ipynb) | Introduces LLM integration with a chat model, such as GPT-3.5-turbo or an equivalent model. |
1615
| [Quickstart-Semantic-Search](Quickstart-Semantic-Search/semantic-search-quickstart.ipynb) | Extends the quickstart through modifications that invoke semantic ranking. This notebook adds a semantic configuration to the index and semantic query options that formulate the query and response. |
1716
| [Quickstart-Vector-Search](Quickstart-Vector-Search/quickstart-vector-search.ipynb) | Introduces vector search in Azure AI Search. This notebook demonstrates how to create, load, and query a vector index. |
1817

0 commit comments

Comments
 (0)