mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 16:14:42 +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>
12 lines
254 B
YAML
12 lines
254 B
YAML
---
|
|
- name: Run rag-ingest
|
|
ansible.builtin.command:
|
|
cmd: /usr/local/bin/rag-ingest {{ rag_docs_dir }}
|
|
changed_when: true
|
|
async: 900
|
|
poll: 15
|
|
|
|
- name: Restart hermes-agent
|
|
ansible.builtin.systemd:
|
|
name: hermes-agent
|
|
state: restarted
|