HostedVectorStoreContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |