docker / genai-stack

Langchain + Docker + Neo4j + Ollama
Creative Commons Zero v1.0 Universal
3.39k stars 703 forks source link

Fix #112 Pull Ollama model if not present locally #119

Closed denverdino closed 5 months ago

denverdino commented 5 months ago

This is a fix to pull Ollama model if not present locally for #112

  1. to support the local build LLM model
  2. wouldn't pull new versions of the model remotely every time.
jexp commented 5 months ago

@mchiang0610 can you have a look?