Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 7.57 KB

File metadata and controls

40 lines (18 loc) · 7.57 KB

Assets

LangStream Version: 0.6.2


Astra Collection (astra-collection)

Manage a DataStax Astra Collection.

DescriptionTypeRequiredDefault Value
collection-nameName of the collection to create.string
datasourceReference to a datasource id configured in the application.string
vector-dimensionSize of the vector.integer


Astra keyspace (astra-keyspace)

Manage a DataStax Astra keyspace.

DescriptionTypeRequiredDefault Value
datasourceReference to a datasource id configured in the application.string
keyspaceName of the keyspace to create.string


Cassandra keyspace (cassandra-keyspace)

Manage a Cassandra keyspace.

DescriptionTypeRequiredDefault Value
create-statementsList of the statement to execute to create the keyspace. They will be executed every time the application is deployed or upgraded.array of string
datasourceReference to a datasource id configured in the application.string
delete-statementsList 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
keyspaceName of the keyspace to create.string


Cassandra table (cassandra-table)

Manage a Cassandra table in existing keyspace.

DescriptionTypeRequiredDefault Value
create-statementsList of the statement to execute to create the table. They will be executed every time the application is deployed or upgraded.array of string
datasourceReference to a datasource id configured in the application.string
delete-statementsList 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
keyspaceName of the keyspace where the table is located.string
table-nameName of the table.string


JDBC table (jdbc-table)

Manage a JDBC table.

DescriptionTypeRequiredDefault Value
create-statementsList of the statement to execute to create the table. They will be executed every time the application is deployed or upgraded.array of string
datasourceReference to a datasource id configured in the application.string
delete-statementsList 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-nameName of the table.string


Milvus collection (milvus-collection)

Manage a Milvus collection.

DescriptionTypeRequiredDefault Value
collection-nameName of the collection.string
create-statementsList 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-nameName of the database where to create the collection.string
datasourceReference to a datasource id configured in the application.string


OpenSearch index (opensearch-index)

Manage OpenSearch index.

DescriptionTypeRequiredDefault Value
datasourceReference to a datasource id configured in the application.string
mappingsJSON containing index mappings configuration.string
settingsJSON containing index settings configuration.string


Solr collection (solr-collection)

Manage a Solr collection.

DescriptionTypeRequiredDefault Value
create-statementsList of the statement to execute to create the collection. They will be executed every time the application is deployed or upgraded.array of object
datasourceReference to a datasource id configured in the application.string


Solr collection (solr-collection).create-statements

DescriptionTypeRequiredDefault Value
methodstring
apistring
bodystring