You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agentic_retrieval.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,15 @@ See the agentic retrieval documentation.
34
34
azd env set AZURE_OPENAI_SEARCHAGENT_MODEL_VERSION 2025-04-14
35
35
```
36
36
37
-
3.**(Optional) Enable extra field hydration**
38
-
39
-
By default, agentic retrieval only returns fields included in the semantic configuration.
40
-
41
-
You can enable this optional feature below, to include all fields from the search index in the result.
42
-
⚠️ This feature is currently only compatible with indexes set up with integrated vectorization,
43
-
or indexes that otherwise have an "id" field marked as filterable.
44
-
45
-
```shell
46
-
azd env set ENABLE_AGENTIC_RETRIEVAL_SOURCE_DATA true
47
-
```
48
-
49
-
4.**Update the infrastructure and application:**
37
+
3.**Update the infrastructure and application:**
50
38
51
39
Execute `azd up` to provision the infrastructure changes (only the new model, if you ran `up` previously) and deploy the application code with the updated environment variables.
52
40
53
-
5.**Try out the feature:**
41
+
4.**Try out the feature:**
54
42
55
43
Open the web app and start a new chat. Agentic retrieval will be used to find all sources.
56
44
57
-
6.**Review the query plan**
45
+
5.**Review the query plan**
58
46
59
47
Agentic retrieval use additional billed tokens behind the scenes for the planning process.
60
48
To see the token usage, select the lightbulb icon on a chat answer. This will open the "Thought process" tab, which shows the amount of tokens used by and the queries produced by the planning process
0 commit comments