Quick start
Get up and running in 1 minute
Last updated
Get up and running in 1 minute
Last updated
To start trying Percolate, clone the and from the root
You now have a postgres instance on port 5438
hat you can log into with postgres:postgres
You can install percolate-db with pip but lets use the codebase for now...
Another thing you can do is index Percolate files so you can ask questions about Percolate. This will use your Open AI key to generate embeddings.
Now you can ask questions from the cli
Percolate is a database - it wraps Postgres and adds extensions for vector and graph data. It also pushes agentic AI down into the data tier. Using your favourite Postgres client,
This trivial example tests that we are connected to a langauge model(s) without using tools or data
If we want to use an Agent we can try the built in ones as an example
If you have created an agent using the example with the sample pets store tools