readme
This commit is contained in:
parent
88cde498af
commit
51538c1537
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,7 +1,17 @@
|
||||||
### 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
|
||||||
|
|
||||||
|
Run OpenRAG:
|
||||||
|
|
||||||
docker compose build
|
docker compose build
|
||||||
|
|
||||||
docker compose up
|
docker compose up
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue