Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ai/select-algorithm-typescript/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ Find the [sample code](https://github.com/Azure-Samples/documentdb-samples/tree/
- `AZURE_OPENAI_EMBEDDING_ENDPOINT`: Your Azure OpenAI resource endpoint URL
- `DOCUMENTDB_CLUSTER_NAME`: Your Azure DocumentDB cluster name

The compare-all mode always runs all 9 combinations (3 algorithms × 3 metrics). The `ALGORITHM` and `SIMILARITY` environment variables are used only by the single-algorithm mode.

You should always prefer passwordless authentication, but it requires additional setup. For more information on setting up managed identity and the full range of your authentication options, see [Authenticate JavaScript apps to Azure services using the Azure SDK for JavaScript](/azure/developer/javascript/sdk/authentication/overview).

## Create code files
Expand All @@ -218,7 +216,6 @@ select-algorithm-typescript/
│ └── compare_all.txt
├── src/
│ ├── compare-all.ts
│ ├── select-algorithm.ts
│ └── utils.ts
├── .gitignore
├── package.json
Expand Down Expand Up @@ -335,8 +332,6 @@ The **Diff** column shows the score gap between the top-1 and top-2 results. A s

### Run all combinations

The compare-all mode always runs all 9 combinations (3 algorithms × 3 metrics). The `ALGORITHM` and `SIMILARITY` environment variables are used only by the single-algorithm mode.

```bash
npm run build
npm start
Expand Down
317 changes: 0 additions & 317 deletions ai/select-algorithm-typescript/src/select-algorithm.ts

This file was deleted.

Loading