mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-09 03:17:48 +00:00
update readme
This commit is contained in:
parent
00e3e85b81
commit
c2b4d4af8c
11
README.md
11
README.md
@ -1,5 +1,16 @@
|
|||||||
# 🔒 PrivateGPT 📑
|
# 🔒 PrivateGPT 📑
|
||||||
|
|
||||||
|
## Run on apolo / neu.ro platform
|
||||||
|
Note: this setup is mostly for POC purposes. For production-ready setup, you'll need to replace some of it's components with production-ready Apps.
|
||||||
|
|
||||||
|
1. `git clone` this repo && `cd` into root of it. We assume you've installed CLIs for the platform and authorized to the cluster.
|
||||||
|
1. Build image for web app with `neuro-flow build privategpt`
|
||||||
|
2. Create block storage for PGVector with `neuro disk create --name pgdata 10G --timeout-unused 100d`
|
||||||
|
3. `neuro-flow run pgvector` -- start vector store
|
||||||
|
4. `neuro-flow run ollama` -- start embeddings server
|
||||||
|
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.
|
||||||
|
|
||||||
[](https://github.com/imartinez/privateGPT/actions/workflows/tests.yml?query=branch%3Amain)
|
[](https://github.com/imartinez/privateGPT/actions/workflows/tests.yml?query=branch%3Amain)
|
||||||
[](https://docs.privategpt.dev/)
|
[](https://docs.privategpt.dev/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user