Skip to content

Commit 88a27be

Browse files
committed
drop
1 parent a466ead commit 88a27be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/ai-services/openai/references/azure-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The configurable options of Azure Machine Learning index when using Azure OpenAI
3030
| `version` | string | True | The version of the Azure Machine Learning index.|
3131
| `authentication`| One of [AccessTokenAuthenticationOptions](#access-token-authentication-options), [SystemAssignedManagedIdentityAuthenticationOptions](#system-assigned-managed-identity-authentication-options), [UserAssignedManagedIdentityAuthenticationOptions](#user-assigned-managed-identity-authentication-options) | True | The authentication method to use when accessing the defined data source. |
3232
| `in_scope` | boolean | False | Whether queries should be restricted to use of indexed data. Default is `True`.|
33-
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses. There's a 400 token limit for it, and it counts against the overall token limit.|
33+
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.|
3434
| `strictness` | integer | False | The configured strictness of the search relevance filtering. The higher of strictness, the higher of the precision but lower recall of the answer. Default is `3`.|
3535
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query. Default is `5`. |
3636
| `filter`| string | False | Search filter. Only supported if the Azure Machine Learning index is of type Azure Search.|

articles/ai-services/openai/references/azure-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The configurable options of Azure AI Search when using Azure OpenAI on your data
3333
| `filter`| string | False | Search filter. |
3434
| `in_scope` | boolean | False | Whether queries should be restricted to use of indexed data. Default is `True`.|
3535
| `query_type` | [QueryType](#query-type) | False | The query type to use with Azure Search. Default is `simple` |
36-
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses. There's a 400 token limit for it, and it counts against the overall token limit.|
36+
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.|
3737
| `semantic_configuration` | string | False | The semantic configuration for the query. Required when `query_type` is `semantic` or `vector_semantic_hybrid`.|
3838
| `strictness` | integer | False | The configured strictness of the search relevance filtering. The higher of strictness, the higher of the precision but lower recall of the answer. Default is `3`.|
3939
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query. Default is `5`. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The configurable options of Azure Cosmos DB for MongoDB vCore when using Azure O
3232
| `authentication`| [ConnectionStringAuthenticationOptions](#connection-string-authentication-options)| True | The authentication method to use when accessing the defined data source. |
3333
| `embedding_dependency` | One of [DeploymentNameVectorizationSource](#deployment-name-vectorization-source), [EndpointVectorizationSource](#endpoint-vectorization-source) | True | The embedding dependency for vector search.|
3434
| `in_scope` | boolean | False | Whether queries should be restricted to use of indexed data. Default is `True`.|
35-
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses. There's a 400 token limit for it, and it counts against the overall token limit.|
35+
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.|
3636
| `strictness` | integer | False | The configured strictness of the search relevance filtering. The higher of strictness, the higher of the precision but lower recall of the answer. Default is `3`.|
3737
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query. Default is `5`. |
3838

articles/ai-services/openai/references/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The configurable options for Elasticsearch when using Azure OpenAI on your data.
3232
| `fields_mapping` | [FieldsMappingOptions](#fields-mapping-options) | False | Customized field mapping behavior to use when interacting with the search index.|
3333
| `in_scope` | boolean | False | Whether queries should be restricted to use of indexed data. Default is `True`.|
3434
| `query_type` | [QueryType](#query-type) | False | The query type to use with Elasticsearch. Default is `simple` |
35-
| `role_information`| string | False | Give the model instructions about how it should behave, and any context it should reference when generating a response. You can describe the assistant's personality, and tell it how to format responses. There's a 400 token limit for it, and it counts against the overall token limit.|
35+
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.|
3636
| `strictness` | integer | False | The configured strictness of the search relevance filtering. The higher of strictness, the higher of the precision but lower recall of the answer. Default is `3`.|
3737
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query. Default is `5`. |
3838

articles/ai-services/openai/references/pinecone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The configurable options of Pinecone when using Azure OpenAI on your data. This
3131
| `authentication`| [ApiKeyAuthenticationOptions](#api-key-authentication-options) | True | The authentication method to use when accessing the defined data source. |
3232
| `embedding_dependency` | [DeploymentNameVectorizationSource](#deployment-name-vectorization-source) | True | The embedding dependency for vector search.|
3333
| `in_scope` | boolean | False | Whether queries should be restricted to use of indexed data. Default is `True`.|
34-
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses. There's a 400 token limit for it, and it counts against the overall token limit.|
34+
| `role_information`| string | False | Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.|
3535
| `strictness` | integer | False | The configured strictness of the search relevance filtering. The higher of strictness, the higher of the precision but lower recall of the answer. Default is `3`.|
3636
| `top_n_documents` | integer | False | The configured top number of documents to feature for the configured query. Default is `5`. |
3737

0 commit comments

Comments
 (0)