Back to Airbyte

Pinecone Destination Connector Bootstrap

airbyte-integrations/connectors/destination-pinecone/bootstrap.md

2.0.0390 B
Original Source

Pinecone Destination Connector Bootstrap

This destination does three things:

  • Split records into chunks and separates metadata from text data
  • Embeds text data into an embedding vector
  • Stores the metadata and embedding vector in Pinecone

The record processing is using the text split components from https://python.langchain.com/docs/modules/data_connection/document_transformers/.