Ask Astro Backend API#
Prerequisites#
Install Docker
Access to Firestore
Access to Langchain
Setup local development environment#
Generate Env Variable template and add appropriate values
python3 scripts/local_dev.py api-env-template
Run with poetry#
Initialize the ask-astro API local poetry environment
Run ask-astro API server with poetry
Run with Docker#
Run ask-astro API server with docker
Stop ask-astro API server container