From 216fdc328b24d5a64db9b057b71bc6b674a8e93a Mon Sep 17 00:00:00 2001 From: cragwolfe Date: Tue, 24 Sep 2024 23:30:10 -0700 Subject: [PATCH 1/2] Update .env.example --- goldenverba/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldenverba/.env.example b/goldenverba/.env.example index 5b56b062c..d8eeb1bc1 100644 --- a/goldenverba/.env.example +++ b/goldenverba/.env.example @@ -16,7 +16,7 @@ # FIRECRAWL_API_KEY= # UNSTRUCTURED_API_KEY= -# UNSTRUCTURED_API_URL= +# UNSTRUCTURED_API_URL=https://api.unstructuredapp.io/general/v0/general # GITHUB_TOKEN= # GITLAB_TOKEN= From 093ad1951584eae02edfd4d91a0235afe5116031 Mon Sep 17 00:00:00 2001 From: cragwolfe Date: Tue, 24 Sep 2024 23:32:07 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 025a8b638..42cb79bd9 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ ollama run llama3 Verba supports importing documents through Unstructured IO (e.g plain text, .pdf, .csv, and more). To use them you need the `UNSTRUCTURED_API_KEY` and `UNSTRUCTURED_API_URL` environment variable. You can get it from [Unstructured](https://unstructured.io/) -> UNSTRUCTURED_API_URL is set to `https://api.unstructured.io/general/v0/general` by default +> UNSTRUCTURED_API_URL is set to `https://api.unstructuredapp.io/general/v0/general` by default ## AssemblyAI