Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Apr 29, 2024
1 parent 02e9b0e commit 659e0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Note: this setup is mostly for POC purposes. For production-ready setup, you'll
5. `neuro-flow run vllm` -- start LLM inference server. Note: if you want to change LLM hosted there, change it in bash command and in `env.VLLM_MODEL` of `pgpt` job.
6. `neuro-flow run pgpt` -- start PrivateGPT web server.

### Running PrivateGPT as stand-alone job
<details>
<summary>Running PrivateGPT as stand-alone job</summary>
<summary> Instruction </summary>

Currently, we support only deployment case with vLLM as LLM inference server, PGVector as a vector store and Ollama as embeddings server.

Expand Down

0 comments on commit 659e0f1

Please sign in to comment.