Set of solutions to tasks on AIDevs2 - Reloaded course
- Copy
.env-sample
to.env
and fill in the values. - install bun if not installed before -> https://bun.sh/
- install dependencies with
bun install
- run `bun 01' to run task 1 and so on...
- task 13 - search - requires additional API for Qdrant - this API uses local embeddings and dockerized Qdrant
- task 14 - search - uses Chroma
- task 15 - search - uses local Qdrant instance started by
docker-compose -f docker-compose-qdrant.yml up