chore: 🧹 removing clutter
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# --- Connection Settings ---
|
||||
api:
|
||||
base_url: "http://192.168.0.49:1234"
|
||||
api_version: "/v1/"
|
||||
|
||||
# --- Model Settings ---
|
||||
models:
|
||||
inference: "lm_studio/qwen/qwen3-8b"
|
||||
embedding: "text-embedding-qwen3-embedding-8b"
|
||||
|
||||
# --- Ingestion Settings ---
|
||||
ingestion:
|
||||
data_dir: "/home/cosmic/DnD"
|
||||
db_path: "./local_faiss_db"
|
||||
max_workers: 8
|
||||
chunk_size: 800
|
||||
chunk_overlap: 100
|
||||
|
||||
# --- Retrieval Settings ---
|
||||
retrieval:
|
||||
top_k: 4
|
||||
context_limit: 10000 # Max characters from full file context
|
||||
Reference in New Issue
Block a user