Execute the following commands:
docker compose up
: This will start the database (postgres + pgvector).ollama serve
: This will start the models server.ollama pull nomic-embed-text
: To pull the embeddings model.ollama pull llama3.1:8b
: To pull the embeddings model.npm run create-courses