25 lines
622 B
YAML
25 lines
622 B
YAML
# --- Connection Settings ---
|
|
api:
|
|
base_url: "http://framework.tawny-bellatrix.ts.net:1234"
|
|
api_version: "/v1/"
|
|
|
|
# --- Model Settings ---
|
|
models:
|
|
enrich: "lm_studio/qwen/qwen3-8b"
|
|
embedding: "text-embedding-qwen3-embedding-8b"
|
|
retrieval: "lm_studio/qwen/qwen3-next-80b"
|
|
|
|
# --- Ingestion Settings ---
|
|
ingestion:
|
|
data_dir: "/home/cosmic/DnD"
|
|
db_path: "./data/dmv.db"
|
|
max_workers: 8
|
|
chunk_size: 800
|
|
chunk_overlap: 100
|
|
embedding_batch_size: 32
|
|
time_file_location: "./data/time_file.txt"
|
|
|
|
# --- Retrieval Settings ---
|
|
retrieval:
|
|
top_k: 4
|
|
context_limit: 10000 # Max characters from full file context |