You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/docs_to_kg/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Please give [Cocoindex on Github](https://github.com/cocoindex-io/cocoindex) a s
12
12
Before running the example, you need to:
13
13
14
14
*[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.
16
16
* 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).
0 commit comments