fix(config): add missing logs_path/docs_path to Settings
This commit is contained in:
@@ -38,6 +38,10 @@ class Settings(BaseSettings):
|
|||||||
rag_chunk_size: int = 1000
|
rag_chunk_size: int = 1000
|
||||||
rag_chunk_overlap: int = 200
|
rag_chunk_overlap: int = 200
|
||||||
rag_collection_prefix: str = "posts"
|
rag_collection_prefix: str = "posts"
|
||||||
|
|
||||||
|
# File Paths
|
||||||
|
docs_path: str = "docs"
|
||||||
|
logs_path: str = "logs"
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
env_file = ".env"
|
env_file = ".env"
|
||||||
|
|||||||
Reference in New Issue
Block a user