Skip to content

Commit a736e79

Browse files
[chore] fix read me
1 parent bddf4b0 commit a736e79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# codif-ape-graph-rag
22

3+
You need to install to first install [`uv`](https://github.com/astral-sh/uv), using for instance `pip install uv` if applicable.
4+
5+
Then run the following commands:
6+
37
```bash
8+
cd src
49
. ./setup.sh
510
export NEO4J_API_KEY= [NEO4J PASSWORD]
611
uvicorn api.main:app --reload --host 0.0.0.0 --port 5000

0 commit comments

Comments
 (0)