Comment on page
Assets
LangStream Version: 0.5.0
Manage a DataStax Astra Collection.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
collection-name | Name of the collection to create. | string | ✓ | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
vector-dimension | Size of the vector. | integer | ✓ | |
Manage a DataStax Astra keyspace.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
keyspace | Name of the keyspace to create. | string | ✓ | |
Manage a Cassandra keyspace.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
create-statements | 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 | ✓ | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
delete-statements | 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 | | |
keyspace | Name of the keyspace to create. | string | ✓ | |
Manage a Cassandra table in existing keyspace.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
create-statements | 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 | ✓ | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
delete-statements | 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 | | |
keyspace | Name of the keyspace where the table is located. | string | ✓ | |
table-name | Name of the table. | string | ✓ | |
Manage a JDBC table.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
create-statements | 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 | ✓ | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
delete-statements | 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 | | |
table-name | Name of the table. | string | ✓ | |
Manage a Milvus collection.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
collection-name | Name of the collection. | string | ✓ | |
create-statements | 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 | ✓ | |
database-name | Name of the database where to create the collection. | string | | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
Manage OpenSearch index.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
mappings | JSON containing index mappings configuration. | string | | |
settings | JSON containing index settings configuration. | string | | |
Manage a Solr collection.
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
create-statements | List of the statement to execute to create the collection. They will be executed every time the application is deployed or upgraded. | ✓ | | |
datasource | Reference to a datasource id configured in the application. | string | ✓ | |
Text | Description | Type | Required | Default Value |
---|---|---|---|---|
method | | string | | |
api | | string | | |
body | | string | | |
Last modified 2d ago