docker / genai-stack

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

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

Closed denverdino closed 10 months ago

denverdino commented 10 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 10 months ago

@mchiang0610 can you have a look?