feat: Paperless integration (content endpoint, list+sync). Add /paperless/sync and docs
This commit is contained in:
@@ -10,6 +10,7 @@ class Settings:
|
||||
base_model: str = os.getenv("BASE_MODEL", "qwen2.5:7b-instruct")
|
||||
boost_model: str = os.getenv("BOOST_MODEL", "qwen2.5:14b-instruct")
|
||||
english_model: str = os.getenv("ENGLISH_MODEL", "llama3:8b-instruct")
|
||||
english_ratio_threshold: float = float(os.getenv("ENGLISH_RATIO_THRESHOLD", "0.65"))
|
||||
embedding_model: str = os.getenv("EMBEDDING_MODEL", "nomic-embed-text")
|
||||
index_path: str = os.getenv("INDEX_PATH", "data/index.jsonl")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user