mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-10 02:25:55 +00:00

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>
36 lines
1.5 KiB
ReStructuredText
36 lines
1.5 KiB
ReStructuredText
Pinecone
|
|
=========
|
|
|
|
This page contains the information to store processed data to Pinecone vector database.
|
|
|
|
Prerequisites
|
|
--------------
|
|
|
|
- Pinecone Account and API Key
|
|
- Pinecone Index
|
|
|
|
For more information, please refer to `Pinecone documentation <https://docs.pinecone.io/docs/quickstart>`__.
|
|
|
|
|
|
Step-by-Step Guide
|
|
-------------------
|
|
|
|
.. image:: imgs/Destination-Pinecone.png
|
|
:alt: Pinecone Destination Connector
|
|
|
|
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 **Pinecone** destination connector from the ``Type`` dropdown menu.
|
|
|
|
3. **Configure Destination Details**
|
|
|
|
- ``Name`` (*required*): Assign a descriptive name to the new destination connector.
|
|
- ``Index Name`` (*required*): Enter the name of the index in the Pinecone database where the data will be stored.
|
|
- ``Environment`` (*required*): Enter the Pinecone environment in which the index instance is hosted.
|
|
- ``Batch Size`` (*required*): Define the number of records the platform will send in a single batch to the destination.
|
|
- ``API Key`` (*required*): Input the API key provided by Pinecone for secure access.
|
|
|
|
4. **Submit**. Review all the details entered to ensure accuracy. Click 'Submit' to finalize the creation of the Destination Connector. The newly completed connector will be listed on the Destinations dashboard.
|
|
|
|
|