Destination connectors
Astra DB
Batch process all your records to store structured outputs in an Astra DB account.
You will need:
The Astra DB connector prerequisites:
- An Astra account. Create or sign in to an Astra account.
- A database in the Astra account. Create a database in an account.
- An application token for the database. Create a database application token.
- A namespace in the database. Create a namespace in a database.
- A collection in the namespace. Create a collection in a namespace.
The Astra DB connector dependencies:
CLI, Python
You might also need to install additional dependencies, depending on your needs. Learn more.
These environment variables:
ASTRA_DB_API_ENDPOINT
- The API endpoint for the Astra DB database, represented by--api-endpoint
(CLI) orapi_endpoint
(Python). To get the endpoint, see the Database Details > API Endpoint value on your database’s Overview tab.ASTRA_DB_APPLICATION_TOKEN
- The database application token value for the database, represented by--token
(CLI) ortoken
(Python). To get the token, see the Database Details > Application Tokens box on your database’s Overview tab.ASTRA_DB_KEYSPACE
- The name of the keyspace for the database, represented by--keyspace
(CLI) orkeyspace
(Python).ASTRA_DB_COLLECTION
- The name of the collection for the keyspace, represented by--collection-name
(CLI) orcollection_name
(Python).ASTRA_DB_EMBEDDING_DIMENSIONS
- The number of dimensions in the collection, represented by--embedding-dimension
(CLI) orembedding_dimension
(Python).
These environment variables:
UNSTRUCTURED_API_KEY
- Your Unstructured API key value.UNSTRUCTURED_API_URL
- Your Unstructured API URL.
Now call the Unstructured CLI or Python SDK. The source connector can be any of the ones supported. This example uses the local source connector: