Initial release: Multi-provider AI chat with RAG

FastAPI backend (wiki-vector-chat.py) with Odysseus-style frontend.
Features: multi-provider LLM, Wiki KB + VectorDB RAG, session history,
chat modes, save-to-wiki, markdown rendering, SSE streaming.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
admin
2026-06-03 10:25:29 +00:00
Unverified
commit ae621ecbb5
10 changed files with 3004 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Secrets
.wiki-api-token
.htpasswd-wiki
wiki-chat-providers.json
# Data files
wiki-kb.json
vector-db/
data/
# Backups
*.bak
*.bak-zcode
# Old wiki HTML (not part of this project)
zai-ambassador-team-wiki-old.html
zai-ambassador-team-wiki.html.bak
zai-ambassadors-wiki.html