Share via


HostedVectorStoreContent Class

Definition

Represents a vector store that is hosted by the AI service.

public ref class HostedVectorStoreContent sealed : Microsoft::Extensions::AI::AIContent
public sealed class HostedVectorStoreContent : Microsoft.Extensions.AI.AIContent
type HostedVectorStoreContent = class
    inherit AIContent
Public NotInheritable Class HostedVectorStoreContent
Inherits AIContent
Inheritance
HostedVectorStoreContent

Remarks

Unlike HostedFileContent which represents a specific file that is hosted by the AI service, HostedVectorStoreContent represents a vector store that can contain multiple files, indexed for searching.

Constructors

HostedVectorStoreContent(String)

Initializes a new instance of the HostedVectorStoreContent class.

Properties

AdditionalProperties

Gets or sets additional properties for the content.

(Inherited from AIContent)
Annotations

Gets or sets a list of annotations on this content.

(Inherited from AIContent)
RawRepresentation

Gets or sets the raw representation of the content from an underlying implementation.

(Inherited from AIContent)
VectorStoreId

Gets or sets the ID of the hosted vector store.

Applies to