Fix linting
This commit is contained in:
@@ -33,9 +33,9 @@ MAX_EMBED_TOKENS=8192
|
||||
HISTORY_TURNS=3
|
||||
COSINE_THRESHOLD=0.2
|
||||
TOP_K=60
|
||||
MAX_TOKEN_TEXT_CHUNK = 4000
|
||||
MAX_TOKEN_RELATION_DESC = 4000
|
||||
MAX_TOKEN_ENTITY_DESC = 4000
|
||||
MAX_TOKEN_TEXT_CHUNK=4000
|
||||
MAX_TOKEN_RELATION_DESC=4000
|
||||
MAX_TOKEN_ENTITY_DESC=4000
|
||||
### Settings relative to indexing
|
||||
CHUNK_SIZE=1200
|
||||
CHUNK_OVERLAP_SIZE=100
|
||||
|
Reference in New Issue
Block a user