JamAIBase
Basic Information
JamAI Base is an open-source backend platform for Retrieval-Augmented Generation (RAG) that combines an embedded relational database (SQLite) and an embedded vector database (LanceDB) with managed memory, embedding storage, and reranker orchestration. It exposes a simple REST API and a spreadsheet-like UI that lets users declaratively define AI-enhanced tables and pipelines. The project provides specialized table types—Generative Tables, Action Tables, Knowledge Tables, and Chat Tables—to convert static data into dynamic, context-aware content, enable real-time LLM interactions, store structured documents for retrieval, and build chat applications. JamAI Base is designed to be used via a hosted cloud service or self-hosted deployment and includes documentation, examples for chatbot frontends, and SDKs for integrating its RAG and orchestration capabilities into applications.