Assets
LangStream Version: 0.6.2
Astra Collection (astra-collection
)
astra-collection
)Manage a DataStax Astra Collection.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| Name of the collection to create. | string | ✓ | |
| Reference to a datasource id configured in the application. | string | ✓ | |
| Size of the vector. | integer | ✓ |
Astra keyspace (astra-keyspace
)
astra-keyspace
)Manage a DataStax Astra keyspace.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| Reference to a datasource id configured in the application. | string | ✓ | |
| Name of the keyspace to create. | string | ✓ |
Cassandra keyspace (cassandra-keyspace
)
cassandra-keyspace
)Manage a Cassandra keyspace.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| List of the statement to execute to create the keyspace. They will be executed every time the application is deployed or upgraded. | array of string | ✓ | |
| Reference to a datasource id configured in the application. | string | ✓ | |
| List of the statement to execute to cleanup the keyspace. They will be executed when the application is deleted only if 'deletion-mode' is 'delete'. | array of string | ||
| Name of the keyspace to create. | string | ✓ |
Cassandra table (cassandra-table
)
cassandra-table
)Manage a Cassandra table in existing keyspace.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| List of the statement to execute to create the table. They will be executed every time the application is deployed or upgraded. | array of string | ✓ | |
| Reference to a datasource id configured in the application. | string | ✓ | |
| List of the statement to execute to cleanup the table. They will be executed when the application is deleted only if 'deletion-mode' is 'delete'. | array of string | ||
| Name of the keyspace where the table is located. | string | ✓ | |
| Name of the table. | string | ✓ |
JDBC table (jdbc-table
)
jdbc-table
)Manage a JDBC table.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| List of the statement to execute to create the table. They will be executed every time the application is deployed or upgraded. | array of string | ✓ | |
| Reference to a datasource id configured in the application. | string | ✓ | |
| List of the statement to execute to cleanup the table. They will be executed when the application is deleted only if 'deletion-mode' is 'delete'. | array of string | ||
| Name of the table. | string | ✓ |
Milvus collection (milvus-collection
)
milvus-collection
)Manage a Milvus collection.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| Name of the collection. | string | ✓ | |
| List of the statement to execute to create the collection. They will be executed every time the application is deployed or upgraded. | array of string | ✓ | |
| Name of the database where to create the collection. | string | ||
| Reference to a datasource id configured in the application. | string | ✓ |
OpenSearch index (opensearch-index
)
opensearch-index
)Manage OpenSearch index.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| Reference to a datasource id configured in the application. | string | ✓ | |
| JSON containing index mappings configuration. | string | ||
| JSON containing index settings configuration. | string |
Solr collection (solr-collection
)
solr-collection
)Manage a Solr collection.
Description | Type | Required | Default Value | |
---|---|---|---|---|
| List of the statement to execute to create the collection. They will be executed every time the application is deployed or upgraded. | ✓ | ||
| Reference to a datasource id configured in the application. | string | ✓ |
Solr collection (solr-collection
).create-statements
solr-collection
).create-statementsDescription | Type | Required | Default Value | |
---|---|---|---|---|
| string | |||
| string | |||
| string |
Last updated