docs: remove old chunking configuration

This commit is contained in:
LUIS NOVO 2025-06-10 12:15:49 -03:00
parent 05b28a1f99
commit 62a2a39017

View file

@ -42,7 +42,6 @@
# VOYAGE AI
# VOYAGE_API_KEY=
# AZURE OPENAI
# AZURE_OPENAI_API_KEY=
# AZURE_OPENAI_ENDPOINT=
@ -64,16 +63,6 @@ SURREAL_PASS="root"
SURREAL_NAMESPACE="open_notebook"
SURREAL_DATABASE="staging"
# This is used for the summarization feature when the content is to big to fit a single context window
# It is measured in characters, not tokens.
SUMMARY_CHUNK_SIZE=200000
SUMMARY_CHUNK_OVERLAP=1000
# This is used for vector embeddings
# 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=