Skip to content

AI Private GPT Installation

Lean's edited this page Jun 19, 2024 · 5 revisions

Reference: PrivateGPT4Linux

Use git to download the PrivateGPT

Running ollama on background

  • nohup env OLLAMA_HOST=0.0.0.0:11434 ollama serve &

Adding basic model

  • ollama pull mistral
  • ollama pull nomic-embed-text

Installing PrivateGPT dependencies

  • poetry install --extras "ui llms-ollama embeddings-ollama vector-stores-qdrant"

Running

  • PGPT_PROFILES=ollama make run

Clone this wiki locally