From cd42d2654ef90840c766a7eca83971d0ae414b06 Mon Sep 17 00:00:00 2001 From: ben stear Date: Thu, 22 Aug 2024 11:10:42 -0400 Subject: [PATCH] Update llm_integration.md --- scripts/llm_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/llm_integration.md b/scripts/llm_integration.md index 88df913..7febfa9 100644 --- a/scripts/llm_integration.md +++ b/scripts/llm_integration.md @@ -20,7 +20,7 @@ 3c. Create a new neo4j database using this dump -4. Install Ollama, which will power our LLM application. +4. Install Ollama, which will power our LLM application. (Notes for ollama are on the Taylor Server under graph_rag_notebooks/langchain-notebooks/OllamaNotes.ipynb) 5. Start the Neo4j database and set constraints and indices via the `cypher-shell` or through a Python Neo4j API. 6. Execute the rest of the code in the llm-integration jupyter notebook to set up a Graph-RAG application using the subgraph.