Nature Finance RAG database and API for working with World Bank country and climate development reports (CCDRs)
This repository contains startup scripts for the RAG database and API. The database forms the data storage layer for the CCDR Explorer. See the CCDR Explorer client repository for more information.
- Clone the repository with
git clone https://github.com/Teal-Insights/nature-finance-rag-api && cd nature-finance-rag-api
- Copy
.env.example
to.env
and fill in the values - Run
docker compose up
to start the Postgres database - Run
uv run db_setup.py
to create the database schema
See the schema design document for the database schema and its motivation.