Ronny H 2afd347e6b
Create Enterprise Platform Documentation (#2486)
To test:
> cd docs && make html

Structures:
* Getting Started with Platform (User Account Management)
* Set Up workflow automation
* Job Scheduling
* Platform Source Connectors: 
   * Azure Blob Storage, 
   * Amazon S3
   * Salesforce
   * Sharepoint
   * Google Cloud Storage
   * Google Drive
   * One Drive
   * Elasticsearch
   * SFTP Storage
* Platform Destination Connectors: (i) 
   * Amazon S3
   * Azure Cognitive Search
   * Google Cloud Storage
   * Pinecone
   * Elasticsearch
   * Weaviate
   * MongoDB
   * AWS OpenSearch
   * Databricks

---------

Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
Co-authored-by: Matt Robinson <mrobinson@unstructuredai.io>
2024-03-06 19:16:08 +00:00

37 lines
1.7 KiB
ReStructuredText

Chroma
======
This page contains the information to store processed data to a Chroma instance.
Prerequisites
--------------
- ChromaDB Installation
For more information, please refer to `Chroma documentation <https://docs.trychroma.com/getting-started>`__.
Step-by-Step Guide
-------------------
.. image:: imgs/Destination-Chroma.png
:alt: Destination Connector Chroma
1. **Access the Create Destination Page**. Navigate to the "Destinations" section within the platform's side navigation menu and click on "New Destination" to initiate the setup of a new destination for your processed data.
2. **Select Destination Type**. Select **Chroma** destination connector from the ``Type`` dropdown menu.
3. **Configure Destination Details**
- ``Name`` (*required*): Assign a descriptive name to the new destination connector.
- ``Settings JSON``: Input the JSON string of settings to communicate with the Chroma server.
- ``Tenant``: Specify the tenant to use for this client.
- ``Database``: Enter the name of the database to use for this client.
- ``Host``: Provide the hostname of the Chroma server.
- ``Port``: Indicate the port of the Chroma server.
- Check ``SSL`` if an SSL connection is required.
- ``Headers JSON``: Enter a JSON string of headers to send to the Chroma server.
- ``Collection Name`` (*required*): Specify the name of the collection to write into.
- ``Batch Size`` (*required*): Define the number of records per batch to write into Chroma.
4. **Submit**. Review all the details entered to ensure accuracy. Click 'Submit' to finalize the creation of the Destination Connector. The newly completed Chroma connector will be listed on the Destinations dashboard.