From 74daa15ce7ebb1f25e747123ddff20ce740e6341 Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Fri, 30 May 2025 15:24:15 -0300 Subject: [PATCH] docs: add examples for URL keys --- .env.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 369a23b..137f508 100644 --- a/.env.example +++ b/.env.example @@ -41,7 +41,7 @@ ELEVENLABS_API_KEY= # CONNECTION DETAILS FOR YOUR SURREAL DB # Use surrealdb if using docker-compose or add your server ip if using a different setup -SURREAL_ADDRESS="surrealdb" +SURREAL_ADDRESS="localhost" SURREAL_PORT=8000 SURREAL_USER="root" SURREAL_PASS="root" @@ -57,3 +57,10 @@ SUMMARY_CHUNK_OVERLAP=1000 # It is measured in characters, not tokens. EMBEDDING_CHUNK_SIZE=1000 EMBEDDING_CHUNK_OVERLAP=50 + + +# FIRECRAWL - Get a key at https://firecrawl.dev/ +FIRECRAWL_API_KEY= + +# JINA - Get a key at https://jina.ai/ +JINA_API_KEY= \ No newline at end of file