Skip to content

Commit b30f8d8

Browse files
committed
Update readme
1 parent 850f5d1 commit b30f8d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ azd env set AZURE_AI_AGENT_MODEL_NAME <MODEL_NAME>
6060
azd env set AZURE_AI_AGENT_MODEL_VERSION <MODEL_VERSION>
6161
```
6262

63+
In this example an agent can perform search using the context given in the search index, deployed in Azure AI Search resource (default) or in the uploaded files. The semantic index search represents so-called hybrid search i.e. it uses LLM to search for the relevant context in the provided index as well as embedding similarity search. This index is built from the `embeddings.csv` file, containing the embeddings vectors, followed by the contexts.
64+
To use file search instead, please set the local environment variable `USE_SEARCH_SERVICE` to `false` during the `azd up` command. In this case the Azure AI Search resource will not be deployed.
65+
6366
#### Logging
6467
If you want to enable logging to a file, uncomment the following line in Dockerfile located in the src directory:
6568

0 commit comments

Comments
 (0)