Chunker config docs (#913)

This commit is contained in:
Sidharth Mohanty
2023-11-08 23:55:45 +05:30
committed by GitHub
parent 936c7e389f
commit 2b8b6d3ea9
3 changed files with 21 additions and 3 deletions

4
configs/chunker.yaml Normal file
View File

@@ -0,0 +1,4 @@
chunker:
chunk_size: 100
chunk_overlap: 20
length_function: 'len'

View File

@@ -2,6 +2,11 @@ app:
config:
id: 'full-stack-app'
chunker:
chunk_size: 100
chunk_overlap: 20
length_function: 'len'
llm:
provider: openai
config: