SYNECA · Syneca
Current roleA smart archival system for enterprise data, with an in-product AI agent (SIA) that answers questions against the archive.
- Problem
- Half a million archived documents were searchable but not answerable. Answers had to be traceable back to source material, and the business didn't want the product welded to a single LLM vendor.
- What I built
- A multi-model RAG pipeline with ChromaDB retrieval and source-traced citations, behind a provider abstraction that lets SIA switch between OpenAI, Claude, and Gemini — and swap vector-DB backends — at runtime with no code changes. Then an MCP server exposing SYNECA as 26 tools, so any external agent or LLM client can drive the platform.
- Result
- Agent response time dropped 5x. Model choice became a config decision instead of a migration, and SYNECA stopped being a closed product — it's now callable tooling for any agent that speaks MCP.
- 500K documents indexed
- 5× faster responses
- 26 MCP tools
- 3 LLM providers, hot-swappable
- Python
- FastAPI
- ChromaDB
- RAG
- MCP
- OpenAI
- Claude
- Gemini



