Skip to content

Piyras23/QueryLakeBackend

Repository files navigation

QueryLake Backend

This is a FastAPI and Ray backend for QueryLake. Run the following commands to set up a conda environment. You must have CUDA installed to run models. We recommend the Lambda Stack

conda create --name QueryLake python=3.10
conda activate QueryLake

After this, install pytorch using this webpage. Then continue with the following command.

pip install -r requirements.txt

To start the server, run serve run server:deployment Server settings are in config.json, and the file can be modified to your preferred settings.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published