Skip to main content

Silo

Properties

NameTypeDescriptionNotes
uuidUUIDIdentifier of the Silo[default to null]
nameStringName of the Silo. Must be unique.[default to null]
vectorStoreStringType to be used for the Vector Store[default to null]
embeddingModelStringType to be used for the Embedding Model[default to null]
ingestorLoaderStringType to be used for the Ingestor Loader[default to null]
vectorStoreSettingsListSettings to be linked to the Silo's Vector Store in the form of `key = value` pairs.[optional] [default to null]
embeddingSettingsListSettings to be linked to the Silo's Embedding in the form of `key = value` pairs.[optional] [default to null]
ingestorSettingsListSettings to be linked to the Silo's Ingestor in the form of `key = value` pairs.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]