Hi
I am building Neo4J graph now and wanto leverage with LLM.
How can I use at the best ?
I can use ollama or llm in air gap environemnt without internet.
Hi
I am building Neo4J graph now and wanto leverage with LLM.
How can I use at the best ?
I can use ollama or llm in air gap environemnt without internet.
Yes, you can use Ollama with Neo4j and AI! The latest Neo4j Cypher procedures now support Ollama models via configuring the baseURL (and using Ollama’s OpenAI-compatible endpoint). If you’re looking to integrate with programming languages, most frameworks (Python, Java, etc) support Ollama models for generating embeddings and building RAG applications.
All of this can be done locally without an internet connection.