Skip to content

Latest commit

 

History

History

2-optimize_import_pipeline

How to start the project

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