A RestAPI for densechat.ai.
Follow these steps to configure the project and run it locally.
- Check that your Python version matches the project:
cat .python-version
- Install poetry:
python -m pip install -r poetry.txt
- Run poetry:
poetry install
To update dependencies later, run poetry update
and commit poetry.lock
.