Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.47 KB

NeuralDB Enterprise

Obtain a NeuralDB Enterprise License

Visit https://neuraldb-enterprise-payment-frontend.vercel.app/ to receive a license to deploy NeuralDB Enterprise on your own cluster. Enter your email and specify the size of your cluster, and a license will be emailed to you.

Quick Start with Python

Once you have configured your cluster settings and are ready to start NeuralDB Enterprise, move to the python directory within the cloned or downloaded repository. Here, you can start your cluster using a simple command:

cd python
python start-cluster.py -y path/to/your/config.yaml

This command initiates the cluster setup using the configuration specified in config.yaml. Ensure you have updated this file with your cluster's specifics before running the command.

Deploy ThirdAI's NeuralDB Enterprise on any cluster within a few minutes.

Follow the instructions located in the install directory to get started with NeuralDB Enterprise on any cluster, whether it be on-prem or in the cloud

We also provide instructions to spin up your own cluster on a cloud provider of your choice. Check out the install-on-azure directory to get started with NeuralDB Enterprise on your Azure account (AWS and GCP instructions coming soon).

Documentation

You can interact with NeuralDB Enterprise through the UI, or through the API included in the thirdai python package. The documentation directory contains the docs on how to use the NeuralDB Enterprise API.