Merge branch 'main' of github.com:phact/openrag
This commit is contained in:
commit
97271677e8
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -1,7 +1,21 @@
|
||||||
### OpenRAG
|
## OpenRAG
|
||||||
|
|
||||||
[](https://deepwiki.com/phact/openrag)
|
[](https://deepwiki.com/phact/openrag)
|
||||||
|
|
||||||
|
### getting started
|
||||||
|
|
||||||
|
Set up your secrets:
|
||||||
|
|
||||||
|
cp .env.example .env
|
||||||
|
|
||||||
|
Populate the values in .env
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
|
||||||
|
Docker or podman with compose installed.
|
||||||
|
|
||||||
|
Run OpenRAG:
|
||||||
|
|
||||||
docker compose build
|
docker compose build
|
||||||
|
|
||||||
docker compose up
|
docker compose up
|
||||||
|
|
@ -9,3 +23,7 @@
|
||||||
CPU only:
|
CPU only:
|
||||||
|
|
||||||
docker compose -f docker-compose-cpu.yml up
|
docker compose -f docker-compose-cpu.yml up
|
||||||
|
|
||||||
|
If you need to reset state:
|
||||||
|
|
||||||
|
docker compose up --build --force-recreate --remove-orphans
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue