Skip to content

Commit 328d6c2

Browse files
author
Abby Hartman
committed
Initial commit of Document Retrieval Evaluator sample
1 parent e077570 commit 328d6c2

File tree

4 files changed

+814
-0
lines changed

4 files changed

+814
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Azure AI Search configuration
2+
AZURE_AI_SEARCH_ENDPOINT=
3+
AZURE_AI_SEARCH_KEY=
4+
5+
# Optional configuration for integrated vectorization
6+
AZURE_AI_SEARCH_VECTORIZER_ENDPOINT=
7+
AZURE_AI_SEARCH_VECTORIZER_KEY=
8+
AZURE_AI_SEARCH_VECTORIZER_MODEL_NAME=
9+
AZURE_AI_SEARCH_VECTORIZER_DEPLOYMENT_NAME=
10+
AZURE_AI_SEARCH_VECTORIZER_MODEL_DIMENSIONS=
11+
12+
# Azure AI Project config
13+
AZURE_SUBSCRIPTION_ID=
14+
AZURE_RESOURCE_GROUP=
15+
AZURE_PROJECT_NAME=
16+
AZURE_PROJECT_CONNECTION_STRING=

0 commit comments

Comments
 (0)