We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddf4b0 commit a736e79Copy full SHA for a736e79
README.md
@@ -1,6 +1,11 @@
1
# codif-ape-graph-rag
2
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
7
```bash
8
+cd src
9
. ./setup.sh
10
export NEO4J_API_KEY= [NEO4J PASSWORD]
11
uvicorn api.main:app --reload --host 0.0.0.0 --port 5000
0 commit comments