Skip to content

Commit

Permalink
Update llm_integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Aug 22, 2024
1 parent e5329c2 commit cd42d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/llm_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd42d26

Please sign in to comment.