Welcome to your OwnLlama! To get started with your llama, check out the Getting started section.
You must have Docker installed.
- Create the containers
docker run --rm -d --name rag-qdrant -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrant
docker run -d -p 3000:3000 \
--add-host=host.docker.internal:host-gateway \
--name OwnLlama \
--restart always \
ghcr.io/eliottwantz/ownllama:latest
- Open your browser and navigate to http://localhost:3000
You must have Bun installed.
- Clone this repo
git clone https://github.com/eliottwantz/OwnLlama
- Create the containers
docker run --rm -d --name rag-qdrant -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrant
- Run the development server
bun run dev