config: update all references to qwen3:0.6b + qwen3-embedding:0.6b

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 14:19:54 +08:00
parent deddc2b6c9
commit c5dc2cf637
3 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -71,7 +71,7 @@
echo "LightRAG shell ready."
echo " start: lightrag-server"
echo " config: $RAGS_ROOT/.env.lightrag"
echo " needs: ollama with qwen2.5:7b + nomic-embed-text"
echo " needs: ollama with qwen3:0.6b + qwen3-embedding:0.6b"
echo ""
'';
};
@@ -99,7 +99,7 @@
echo "Graphiti shell ready."
echo " neo4j: nix run .#neo4j-start (in another terminal, run first)"
echo " config: $RAGS_ROOT/.env.graphiti"
echo " needs: ollama with qwen2.5:7b + nomic-embed-text"
echo " needs: ollama with qwen3:0.6b + qwen3-embedding:0.6b"
echo ""
'';
};