From 72bb1a51bfeda74c48c752d8a1a5684792832c79 Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Wed, 30 Oct 2024 08:50:01 -0700 Subject: [PATCH] Update vectara.mdx Fix broken link. Addresses https://github.com/Unstructured-IO/docs/issues/312 --- snippets/dc-shared-text/vectara.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/dc-shared-text/vectara.mdx b/snippets/dc-shared-text/vectara.mdx index 89274a54..664de04b 100644 --- a/snippets/dc-shared-text/vectara.mdx +++ b/snippets/dc-shared-text/vectara.mdx @@ -1,4 +1,4 @@ -Process all your records using `unstructured-ingest` to store structured outputs locally on your filesystem and upload those to a Vectara corpus. If you don’t yet have a Vectara account, \[sign up\]([https://vectara.com/integrations/unstructured/](https://vectara.com/integrations/unstructured/)) for your account. +Process all your records using `unstructured-ingest` to store structured outputs locally on your filesystem and upload those to a Vectara corpus. If you don’t yet have a Vectara account, [sign up](https://console.vectara.com/signup/) for one now. The upstream connector can be any of the ones supported, but for convenience here, showing a sample command using the upstream local connector. @@ -16,4 +16,4 @@ import VectaraPy from '/snippets/destination_connectors/vectara.py.mdx'; For a full list of the options the Unstructured Ingest CLI accepts check `unstructured-ingest vectara --help`. -NOTE: Keep in mind that you will need to have all the appropriate extras and dependencies for the file types of the documents contained in your data storage platform if you’re running this locally. You can find more information about this in the [installation guide](/open-source/installation/overview). \ No newline at end of file +NOTE: Keep in mind that you will need to have all the appropriate extras and dependencies for the file types of the documents contained in your data storage platform if you’re running this locally. You can find more information about this in the [installation guide](/open-source/installation/overview).