Skip to main content
Let’s first install the database client. Client communicates with GRPC with Pulsejet.

Client Interface

Below you can find the way to install the pulsejet client.
Create a virtualenv or in activated virtualenv, issue this command:
pip install pulsejet-client
For people who will always use Remote Installation, we will provide also thin client.
Import Pulsejet in your Python code like:
import pulsejet_client as pj
Now you are ready to go to work with database after running the docker image, or if you are using Pulsejet Cloud or any cloud installation.Run the database
Head to Docker-based setup.
Client comes in two flavors sync or async client.
After following the steps above you are ready to start using PulsejetDB for RAG development, or for production integration use cases.

Choose your way to develop

There are possible options to install and use PulsejetDB. There are other possibilities like full blown installation in your own cloud or use our Pulsejet Cloud solution.
I