Skip to content

Commit 030a0b0

Browse files
fix link to neo4j setup in the example (#309)
1 parent e352881 commit 030a0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docs_to_kg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please give [Cocoindex on Github](https://github.com/cocoindex-io/cocoindex) a s
1212
Before running the example, you need to:
1313

1414
* [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
15-
* [Install Neo4j](https://cocoindex.io/docs/getting_started/installation#-install-neo4j) if you don't have one.
15+
* [Install Neo4j](https://cocoindex.io/docs/ops/storages#neo4j) if you don't have one.
1616
* Install / configure LLM API. In this example we use OpenAI. You need to [configure OpenAI API key](https://cocoindex.io/docs/ai/llm#openai) before running the example. Alternatively, you can also follow the comments in source code to switch to Ollama, which runs LLM model locally, and get it ready following [this guide](https://cocoindex.io/docs/ai/llm#ollama).
1717

1818
## Run

0 commit comments

Comments
 (0)