Uses of Class
com.azure.ai.openai.models.OnYourDataVectorizationSource
Packages that use OnYourDataVectorizationSource
-
Uses of OnYourDataVectorizationSource in com.azure.ai.openai.models
Subclasses of OnYourDataVectorizationSource in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classThe details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on an internal embeddings model deployment name in the same Azure OpenAI resource.final classThe details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on a public Azure OpenAI endpoint call for embeddings.final classThe details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on a search service model ID.Methods in com.azure.ai.openai.models that return OnYourDataVectorizationSourceModifier and TypeMethodDescriptionOnYourDataVectorizationSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OnYourDataVectorizationSource from the JsonReader.AzureCosmosDBChatExtensionParameters.getEmbeddingDependency()Get the embeddingDependency property: The embedding dependency for vector search.AzureSearchChatExtensionParameters.getEmbeddingDependency()Get the embeddingDependency property: The embedding dependency for vector search.ElasticsearchChatExtensionParameters.getEmbeddingDependency()Get the embeddingDependency property: The embedding dependency for vector search.PineconeChatExtensionParameters.getEmbeddingDependency()Get the embeddingDependency property: The embedding dependency for vector search.Methods in com.azure.ai.openai.models with parameters of type OnYourDataVectorizationSourceModifier and TypeMethodDescriptionAzureSearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.ElasticsearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.Constructors in com.azure.ai.openai.models with parameters of type OnYourDataVectorizationSourceModifierConstructorDescriptionAzureCosmosDBChatExtensionParameters(String databaseName, String containerName, String indexName, AzureCosmosDBFieldMappingOptions fieldsMapping, OnYourDataVectorizationSource embeddingDependency) Creates an instance of AzureCosmosDBChatExtensionParameters class.PineconeChatExtensionParameters(String environment, String indexName, PineconeFieldMappingOptions fieldsMapping, OnYourDataVectorizationSource embeddingDependency) Creates an instance of PineconeChatExtensionParameters class.