Skip to content

Commit d1dc503

Browse files
committed
update 2
1 parent 0a5d992 commit d1dc503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm run build
4949
- name: Install dependencies
5050
run: |
51-
uv pip install -r requirements-dev.txt --index-strategy unsafe-best-match
51+
uv pip install -r requirements-dev.txt
5252
- name: Lint with ruff
5353
run: ruff check .
5454
- name: Check types with mypy

docs/deploy_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To enable reasoning models, follow the steps in [the reasoning models guide](./r
132132
133133
⚠️ This feature is not currently compatible with [vision integration](./gpt4v.md).
134134
135-
This feature allows you to use [agentic retrieval](https://learn.microsoft.com/en-us/azure/search/search-agentic-retrieval-concept) in place of the Search API. To enable agentic retrieval, follow the steps in [the agentic retrieval guide](./agentic_retrieval.md)
135+
This feature allows you to use agentic retrieval in place of the Search API. To enable agentic retrieval, follow the steps in [the agentic retrieval guide](./agentic_retrieval.md)
136136
137137
138138
## Using different embedding models

0 commit comments

Comments
 (0)