diff --git a/README.md b/README.md index 83b12ab25..831d95c5c 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,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 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=