finds.dev← search

// the find

EmbeddedLLM/JamAIBase

★ 1,098 · Python · Apache-2.0 · updated Jun 2026

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.

JamAI Base is a RAG backend that wraps SQLite and LanceDB behind a spreadsheet-like UI and REST API, letting you define AI-populated table columns with natural language prompts instead of writing pipeline code. It's aimed at teams who want to prototype LLM-backed data workflows without standing up their own vector DB infrastructure. The cloud offering and OSS self-hosted path coexist, which is either convenient or a warning sign depending on your tolerance for vendor lock-in.

The generative table abstraction is genuinely clever — treating LLM outputs as computed columns means non-engineers can wire up RAG pipelines without writing Python. LanceDB as the embedded vector store means no separate vector DB process to operate; the whole thing runs in-process. Hybrid search (keyword + vector + reranking with BGE M3) is built in and not something you'd configure yourself easily. The Python and TypeScript SDK coverage is solid, with real tests against both OSS and cloud endpoints.

SQLite as the relational store is a ceiling, not a foundation — any serious multi-writer or high-throughput workload will hit it hard, and migrating off it later will be painful. The Docker Compose stack pulls in ClickHouse, VictoriaMetrics, Kong, and an OpenTelemetry collector for what is ostensibly a simple local setup; the operational complexity is out of proportion to the use case. The 1098 stars and only 41 forks suggests more curious onlookers than people actually building on it. The v1-to-v2 migration guide existing this early in the project's life is a sign the API surface isn't settled.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →