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 TypeMethodDescriptionAzureCognitiveSearchChatExtensionParameters.getEmbeddingDependency()Get the embeddingDependency property: The embedding dependency for vector search.AzureCosmosDBChatExtensionParameters.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 TypeMethodDescriptionAzureCognitiveSearchChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.AzureCosmosDBChatExtensionParameters.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.PineconeChatExtensionParameters.setEmbeddingDependency(OnYourDataVectorizationSource embeddingDependency) Set the embeddingDependency property: The embedding dependency for vector search.