{
"tool_response": [
{
"type": "text",
"text": "{\n \"success\": true,\n \"doc\": {\n \"id\": 18,\n \"parent_id\": 16,\n \"slug\": \"qdrant\",\n \"path\": \"\/ki-system\/qdrant\",\n \"title\": \"Qdrant\",\n \"description\": \"Speichert Embeddings für semantische Suche und RAG (Retrieval Augmented Generation). Ermöglicht KI-gestützte Ähnlichkeitssuche in Dokumenten.\",\n \"content\": \"<nav class=\\\"breadcrumb\\\">\\n <a href=\\\"\/docs\\\">Dokumentation<\/a> » <a href=\\\"\/docs\/ki-system\\\">KI-System<\/a> » Qdrant\\n<\/nav>\\n\\n<h1>Qdrant Vektor-Datenbank<\/h1>\\n<p>Speichert Embeddings für semantische Suche und RAG (Retrieval Augmented Generation). Ermöglicht KI-gestützte Ähnlichkeitssuche in Dokumenten.<\/p>\\n\\n<table>\\n <tr><th>Version<\/th><td>1.12.5<\/td><\/tr>\\n <tr><th>HTTP Port<\/th><td>6333<\/td><\/tr>\\n <tr><th>gRPC Port<\/th><td>6334<\/td><\/tr>\\n <tr><th>Storage<\/th><td>\/opt\/qdrant\/storage<\/td><\/tr>\\n<\/table>\\n\\n<h2>Konfiguration<\/h2>\\n<p>Datei: <code>\/opt\/qdrant\/config\/config.yaml<\/code><\/p>\\n<pre><code>storage:\\n storage_path: \/opt\/qdrant\/storage\\n snapshots_path: \/opt\/qdrant\/snapshots\\nservice:\\n http_port: 6333\\n grpc_port: 6334\\n host: 127.0.0.1\\nlog_level: INFO<\/code><\/pre>\\n\\n<h2>Collection erstellen<\/h2>\\n<pre><code>curl -X PUT 'http:\/\/127.0.0.1:6333\/collections\/my_collection' \\\\\\n -H 'Content-Type: application\/json' \\\\\\n -d '{\\\"vectors\\\": {\\\"size\\\": 384, \\\"distance\\\": \\\"Cosine\\\"}}'<\/code><\/pre>\\n\\n<h2>Befehle<\/h2>\\n<pre><code>systemctl status qdrant\\ncurl http:\/\/127.0.0.1:6333<\/code><\/pre>\",\n \"status\": \"published\",\n \"sort_order\": 2,\n \"depth\": 1,\n \"created_at\": \"2025-12-20T11:13:58\",\n \"updated_at\": \"2025-12-20T13:31:24\"\n }\n}"
}
]
}