Percolate - AI in the data tier
Percolate is a data-native agentic orchestrator in a multimodal database
Last updated
Percolate is a data-native agentic orchestrator in a multimodal database
Last updated
Percolate brings language models, tools and agents into the database. You can orchestrate powerful agentic systems with multi-modal RAG in any language, including natural language.
You can ask a question to make sure things are working. Using your preferred Postgres client log in to the database on port 5438
using password:password
and ask a question.
We are building out examples in the docs but you might start with Percolating Python-first
To learn more follow us sing the links below
To run it locally, clone the
From the repo, launch the docker container so you can connect with your preferred database client. This assumes you have installed Docker e.g. .
The easiest way to get started is to run the init
- this will add some test data and also sync API tokens for using language models from your environment into your local database instance. This requires to be installed.