docs: add examples for URL keys
This commit is contained in:
parent
36e928eb75
commit
74daa15ce7
1 changed files with 8 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ ELEVENLABS_API_KEY=
|
||||||
|
|
||||||
# CONNECTION DETAILS FOR YOUR SURREAL DB
|
# CONNECTION DETAILS FOR YOUR SURREAL DB
|
||||||
# Use surrealdb if using docker-compose or add your server ip if using a different setup
|
# 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_PORT=8000
|
||||||
SURREAL_USER="root"
|
SURREAL_USER="root"
|
||||||
SURREAL_PASS="root"
|
SURREAL_PASS="root"
|
||||||
|
|
@ -57,3 +57,10 @@ SUMMARY_CHUNK_OVERLAP=1000
|
||||||
# It is measured in characters, not tokens.
|
# It is measured in characters, not tokens.
|
||||||
EMBEDDING_CHUNK_SIZE=1000
|
EMBEDDING_CHUNK_SIZE=1000
|
||||||
EMBEDDING_CHUNK_OVERLAP=50
|
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=
|
||||||
Loading…
Reference in a new issue