Skip to main content

ApiVectorStoreVectorStore

Upgather SDK


Upgather SDK / ApiVectorStoreVectorStore

Interface: ApiVectorStoreVectorStore

Defined in: lib/types/generated/strapiContentTypes.d.ts:1768

Extends

  • CollectionTypeSchema

Properties

attributes

attributes: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1779

Houses a comprehensive collection of attributes for this Schema.

Each attribute has a unique string key and corresponding value should be any Attribute type instance.

created_at_timestamp

created_at_timestamp: object

createdAt

createdAt: object

createdBy

createdBy: object & Private

event

event: object

locale

locale: object & Private

localizations

localizations: object & Private

name

name: object & Required

provider

provider: object & Required & DefaultTo<"openai">

publishedAt

publishedAt: object

updatedAt

updatedAt: object

updatedBy

updatedBy: object & Private

vector_store_id

vector_store_id: object

Overrides

Struct.CollectionTypeSchema.attributes


collectionName

collectionName: "vector_stores"

Defined in: lib/types/generated/strapiContentTypes.d.ts:1769

Optional property. Specifies the custom table name for the Schema if any.

Overrides

Struct.CollectionTypeSchema.collectionName


info

info: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1770

Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.

description

description: "Event vector stores for AI capabilities"

displayName

displayName: "Vector Store"

pluralName

pluralName: "vector-stores"

singularName

singularName: "vector-store"

Overrides

Struct.CollectionTypeSchema.info


options

options: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:1776

Encapsulates all core options related to Strapi features for a given Schema.

draftAndPublish

draftAndPublish: true

Overrides

Struct.CollectionTypeSchema.options