README_docker.md 745 B

Run TAIDE RAG in VM

Prerequisites

Setting up taide-local

  1. Install Ollama on your VM curl -fsSL https://ollama.com/install.sh | sh
  2. Create the taide-local model ollama create taide-local -f Modelfile

Running the Applciation

  1. Clone this repository. git clone -b public https://github.com/yourusername/your-repo.git
  2. Create a .env file in the project root with your API keys.
  3. Run docker-compose up --build
  4. The application will be available at http://localhost:8000.