Skip to content

Commit 62cca66

Browse files
authored
Merge pull request #82 from HeidiSteen/main
Moved quickstart-rag-js/ts to azure-search-classic-rag repo
2 parents a5f22f4 + 4f79961 commit 62cca66

File tree

14 files changed

+2
-2051
lines changed

14 files changed

+2
-2051
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ This repository contains JavaScript code samples used in Azure AI Search documen
77
| [azure-function-search](azure-function-search/readme.md) | This sample is an Azure Function that sends query requests to an Azure AI Search service. You can substitute this code to replace the contents of the `api` folder in the C# sample [azure-search-static-web-app](https://github.com/Azure-Samples/azure-search-static-web-app). |
88
| [bulk-insert](bulk-insert/readme.md) | This sample shows you how to create and load an index using the push APIs and sample data. You can substitute this code to replace the contents of the `bulk-insert` folder in the C# sample [azure-search-static-web-app](https://github.com/Azure-Samples/azure-search-static-web-app) |
99
| [quickstart](quickstart/README.md) | "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This sample is a Node.js console app. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension. |
10-
| [quickstart-rag-js (JavaScript)](quickstart-rag-js/README.md) | Sends search results to a chat completion model, which provides an answer grounded in information from the index. |
11-
| [quickstart-rag-ts (TypeScript)](quickstart-rag-ts/README.md) | Sends search results to a chat completion model, which provides an answer grounded in information from the index. |
10+
| [quickstart-semantic-ranking-js](quickstart-semantic-ranking-js/README.md) | JavaScript code that demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. |
11+
| [quickstart-semantic-ranking-ts](quickstart-semantic-ranking-ts/README.md) | TypeScript code that demonstrates how to use semantic ranking in Azure AI Search to improve search relevance using machine reading comprehension. |

quickstart-rag-js/README.md

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

0 commit comments

Comments
 (0)