docs/integrations/destinations/vectara.md
This page contains the setup guide and reference information for the Vectara destination connector.
Vectara is the trusted GenAI platform that provides Retrieval Augmented Generation or RAG as a service.
The Vectara destination connector allows you to connect any Airbyte source to Vectara and ingest data into Vectara for your RAG pipeline.
:::info In case of issues, the following public channels are available for support:
:::
The Vectara destination connector supports Full Refresh Overwrite, Full Refresh Append, and Incremental Append.
All streams will be output into a corpus in Vectara whose name must be specified in the config.
Note that there are no restrictions in naming the Vectara corpus and if a corpus with the specified name is not found, a new corpus with that name will be created. Also, if multiple corpora exists with the same name, an error will be returned as Airbyte will be unable to determine the preferred corpus.
| Sync mode | Supported? |
|---|---|
| Full Refresh - Overwrite | Yes |
| Full Refresh - Append | Yes |
| Full Refresh - Overwrite + Deduped | No |
| Incremental Sync - Append | Yes |
| Incremental Sync - Append + Deduped | No |
You will need a Vectara account to use Vectara with Airbyte. To get started, use the following steps:
_ab_stream (string typed) which the connector uses to identify source streams.Client ID and Client Secret handy for your connector setup.You should now have all the requirements needed to configure Vectara as a destination in the UI.
You'll need the following information to configure the Vectara destination:
In addition, in the connector UI you define two set of fields for this connector:
text_fields define the source fields which are turned into text in the Vectara side and are used for query or summarization.title_field define the source field which will be used as a title of the document on the Vectara sidemetadata_fields define the source fields which will be added to each document as meta-data.This destination supports namespaces.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.2.31 | 2024-11-25 | 48659 | Update dependencies |
| 0.2.30 | 2024-11-04 | 48222 | Update dependencies |
| 0.2.29 | 2024-10-29 | 47744 | Update dependencies |
| 0.2.28 | 2024-10-23 | 47084 | Update dependencies |
| 0.2.27 | 2024-10-12 | 46812 | Update dependencies |
| 0.2.26 | 2024-10-05 | 46438 | Update dependencies |
| 0.2.25 | 2024-09-28 | 46114 | Update dependencies |
| 0.2.24 | 2024-09-21 | 45806 | Update dependencies |
| 0.2.23 | 2024-09-14 | 45481 | Update dependencies |
| 0.2.22 | 2024-09-07 | 45324 | Update dependencies |
| 0.2.21 | 2024-08-31 | 45021 | Update dependencies |
| 0.2.20 | 2024-08-24 | 44657 | Update dependencies |
| 0.2.19 | 2024-08-22 | 44530 | Update test dependencies |
| 0.2.18 | 2024-08-17 | 44310 | Update dependencies |
| 0.2.17 | 2024-08-12 | 43858 | Update dependencies |
| 0.2.16 | 2024-08-10 | 43494 | Update dependencies |
| 0.2.15 | 2024-08-03 | 43153 | Update dependencies |
| 0.2.14 | 2024-07-27 | 42705 | Update dependencies |
| 0.2.13 | 2024-07-20 | 42168 | Update dependencies |
| 0.2.12 | 2024-07-13 | 41829 | Update dependencies |
| 0.2.11 | 2024-07-10 | 41362 | Update dependencies |
| 0.2.10 | 2024-07-09 | 41140 | Update dependencies |
| 0.2.9 | 2024-07-06 | 40953 | Update dependencies |
| 0.2.8 | 2024-06-27 | 40215 | Replaced deprecated AirbyteLogger with logging.Logger |
| 0.2.7 | 2024-06-25 | 40321 | Update dependencies |
| 0.2.6 | 2024-06-22 | 39973 | Update dependencies |
| 0.2.5 | 2024-06-06 | 39193 | [autopull] Upgrade base image to v1.2.2 |
| 0.2.4 | 2024-05-20 | 38432 | [autopull] base image + poetry + up_to_date |
| 0.2.3 | 2024-03-22 | #37333 | Updated CDK & pytest version to fix security vulnerabilities |
| 0.2.2 | 2024-03-22 | #36261 | Move project to Poetry |
| 0.2.1 | 2024-03-05 | #35206 | Fix: improved title parsing |
| 0.2.0 | 2024-01-29 | #34579 | Add document title file configuration |
| 0.1.0 | 2023-11-10 | #31958 | 🎉 New Destination: Vectara (Vector Database) |