Skip to main content
Python SDK Reference / Platform / VectorStoreItem
from agentstack_sdk.platform import VectorStoreItem
Bases: BaseModel

Class Attributes

AttributeTypeDefault
idstrpydantic.Field(default_factory=(lambda: ...
document_idstr
document_typeLiteral['platform_file', 'external'] | None'platform_file'
model_idstr | typing.Literal['platform']'platform'
textstr
embeddinglist[float]
metadataMetadata | NoneNone

Methods

Validate that document_id is a valid UUID when document_type is platform_file. Returns: Self