merge: sync with origin/main, take upstream on conflicts
# Conflicts: # admin-compliance/lib/sdk/types.ts # admin-compliance/lib/sdk/vendor-compliance/types.ts
This commit is contained in:
@@ -23,8 +23,11 @@ class Settings(BaseSettings):
|
||||
llm_model: str = "qwen2.5:32b"
|
||||
|
||||
# Document Processing
|
||||
chunk_size: int = 512
|
||||
chunk_overlap: int = 50
|
||||
# NOTE: Changed from 512/50 to 1024/128 for improved retrieval quality.
|
||||
# Existing collections (ingested with 512/50) are NOT affected —
|
||||
# new settings apply only to new ingestions.
|
||||
chunk_size: int = 1024
|
||||
chunk_overlap: int = 128
|
||||
|
||||
# Legal Corpus
|
||||
corpus_path: str = "./legal-corpus"
|
||||
|
||||
Reference in New Issue
Block a user