#116 · Primary category: LLM Application Frameworks
JamAIBase
The collaborative spreadsheet for AI. Chain cells into powerful pipelines, experiment with prompts and models, and evaluate LLM responses in real-time. Work together seamlessly to build and iterate on AI applications.
Project last updated:08/17/26
GitHub Stars
1.1K
Forks
47
Contributors
12
License
Apache-2.0
Why we included this project
JamAI Base bundles a self-hosted backend for LLM features so you don't have to wire together a database, a vector store, and an orchestration service yourself. It ships an embedded SQLite database alongside LanceDB for vectors, with managed memory, RAG pipelines, and LLM and reranker orchestration all exposed through one REST API and a spreadsheet-style interface. The four table types each cover a distinct job: generative tables auto-fill columns with model output, knowledge tables hold documents for retrieval, action tables handle live frontend-to-backend interactions, and chat tables run conversational features. That makes it easy to prototype an AI application visually and then carry the same setup into production, which suits small teams that want to iterate quickly.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform