Files
Zportal-Wiki-VectorDB-Chat/wiki-vector-chat.py
admin a722e16fe2 Fix VectorDB search: use content field instead of text
The vector-db API returns message content in a top-level "content" field
with "author" and "channel" also top-level (not nested under metadata).
Previous code read "text" and "metadata.author" which returned empty strings,
making all vector search results invisible to the LLM.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 10:41:10 +00:00

18 KiB