01 //
RAG Prototype
A retrieval-augmented generation workflow was built to search Citadel source-of-truth notes
and return grounded answers from local project documentation.
02 //
Vector Memory
ChromaDB and embeddings were tested as the memory layer. Documentation was ingested into a local
vector database for semantic search.
03 //
Model Testing
Ollama models were tested locally, including smaller and larger models. OpenRouter was also tested
for external model access during the prototype phase.
04 //
Terminal Launcher
A command-line launcher was created so Odysseus could be queried directly from the Linux environment.
05 //
Web UI Testing
Web-based AI interfaces were tested, including Open WebUI and the Odysseus container stack.
06 //
Pause Decision
Self-hosted AI expansion was paused because CPU-only performance was too slow for the desired experience.