Tutorial to Get Started with PulsejetDB
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.
Install Python package
Install Python package
Create a virtualenv or in activated virtualenv, issue this command:
For people who will always use Remote Installation, we will provide also thin client.
Import Pulsejet
Import Pulsejet
Import Pulsejet in your Python code like:
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
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.
Local Pulsejet
Use Local Pulsejet instance without any additional installation or steps.
Remote Pulsejet
Use production grade optimized docker images for remote development.
Pulsejet Cloud
Use Pulsejet Cloud for enterprise grade deployment.
As a Marketplace Installation
Use Marketplace installations to bring enterprise grade deployment directly into your own cloud.