Skip to content

Commit 51aaeb9

Browse files
Acro fix
1 parent 4919f26 commit 51aaeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/references/mongo-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The configurable options of Mongo DB Atlas when using Azure OpenAI On Your Data.
3535
| `fields_mapping` | object | True | [Settings](#field-mapping-options) to control how fields are processed when using a configured Mongo DB Atlas resource. |
3636
| `index_name` | string | True | The name of the Mongo DB Atlas index.|
3737
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query.|
38-
| `max_search_queries` | integer | False | The max number of rewritten queries should be send to search provider for one user message. If not specified, the system will decide the number of queries to send.|
38+
| `max_search_queries` | integer | False | The max number of rewritten queries should be sent to search provider for one user message. If not specified, the system will decide the number of queries to send.|
3939
| `allow_partial_result` | boolean | False | If specified as true, the system will allow partial search results to be used and the request fails if all the queries fail. If not specified, or specified as false, the request will fail if any search query fails.|
4040
| `in_scope` | boolean | False | Whether queries should be restricted to use indexed data. |
4141
| `strictness` | integer | False | The configured strictness of the search relevance filtering, from 1 to 5. The higher the strictness, the higher precision but lower recall of the answer. |
@@ -207,4 +207,4 @@ az rest --method POST \
207207
'
208208
```
209209

210-
---
210+
---

0 commit comments

Comments
 (0)