mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 19:14:43 +02:00
Indexation de admin/ (284 chunks) dans Qdrant via embeddings Qwen3-8B. rag-query utilisable en CLI et depuis le profil funk-ai de Hermes. Note: modèle d'embedding générique — qualité limitée, voir admin/ia/rag.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
207 B
YAML
8 lines
207 B
YAML
---
|
|
rag_data_dir: /srv/data/rag
|
|
rag_docs_dir: /srv/data/rag/docs
|
|
|
|
qdrant_url: "http://127.0.0.1:6333"
|
|
embed_url: "http://192.168.10.20:1234/v1/embeddings"
|
|
embed_model: "qwen3-8b"
|
|
rag_collection: "funk-docs"
|