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>
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
# 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
|