This project is a simple example of how to building an AI assistant with LangChain, Ollama, and PostgreSQL
- PostgreSQL database
export DB_URL=...
The format should bepostgresql+psycopg:https://<user>:<pass>@<host>:<port>/<db>
. You can easily create PostgreSQL database for free herepython main.py