docs: remove old chunking configuration
This commit is contained in:
parent
05b28a1f99
commit
62a2a39017
1 changed files with 0 additions and 11 deletions
11
.env.example
11
.env.example
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue