Protokoll #13454

ID13454
Zeitstempel2025-12-25 01:48:16.019308
Clientroot
IP145.224.72.140
Modellclaude-sonnet-4-20250514
Statuspending
Tokens228 (Input: 228, Output: 0)
Dauer-
Request-Zeit2025-12-25 01:48:16.019308
Response-Zeit-

Request

{
    "event": "PreToolUse",
    "tool_name": "Bash",
    "tool_input": {
        "command": ".\/venv\/bin\/python -c \"\nfrom qdrant_client import QdrantClient\nimport requests\n\nclient = QdrantClient(host='localhost', port=6333)\n\n# Embedding von Ollama\nresp = requests.post('http:\/\/localhost:11434\/api\/embeddings', json={\n    'model': 'mxbai-embed-large',\n    'prompt': 'Was ist systemisches Coaching?'\n})\nvector = resp.json()['embedding']\nprint(f'Embedding: {len(vector)} dims')\n\n# Suche in Qdrant\nresults = client.search(\n    collection_name='documents',\n    query_vector=vector,\n    limit=5,\n    with_payload=True\n)\n\nprint(f'\\\\n=== Ergebnisse ({len(results)}) ===')\nfor i, r in enumerate(results):\n    title = r.payload.get('document_title', 'N\/A')[:45]\n    score = r.score\n    print(f'{i+1}. Score: {score:.4f} | {title}')\n\" 2>&1",
        "timeout": 60000,
        "description": "Test RAG search without env password"
    }
}

Response

-
← Vorheriger Zur Liste Nächster →