fix(config): add missing logs_path/docs_path to Settings
This commit is contained in:
@@ -39,6 +39,10 @@ class Settings(BaseSettings):
|
|||||||
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"
|
||||||
case_sensitive = False
|
case_sensitive = False
|
||||||
|
|||||||
Reference in New Issue
Block a user