feat: Add Oghma RAG Proxy for SkyrimNet lore injection
RAG proxy that intercepts SkyrimNet LLM requests and enriches them with relevant Tamrielic lore from CHIM's Oghma Infinium database. Features: - FastAPI proxy compatible with OpenAI API - ChromaDB semantic search for lore retrieval - NPC profile extraction from SkyrimNet prompts - Google Sheets ingestion for CHIM's Oghma data - Kubernetes deployment manifests - Debug endpoint for RAG operation monitoring Collections ingested to iris-dev ChromaDB: - oghma_lore: 1951 entries (scholar knowledge) - oghma_basic: 1949 entries (commoner knowledge) - oghma_visual: 1151 entries (Omnisight perception) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
7
oghma-proxy/usage.txt
Normal file
7
oghma-proxy/usage.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cd /home/dafit/nimmerverse/nimmersky/oghma-proxy
|
||||
python -m oghma_proxy.main
|
||||
|
||||
Endpoints:
|
||||
- http://localhost:8100/health - Health check
|
||||
- http://localhost:8100/debug/rag - See recent RAG operations
|
||||
- http://localhost:8100/v1/chat/completions - The proxy endpoint (point SkyrimNet here)
|
||||
Reference in New Issue
Block a user