D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
852 stars 61 forks source link

fix: OllamaAPI use client object when pulling model #12

Closed nikitawootten closed 5 months ago

nikitawootten commented 5 months ago

OllamaAPI allows a ollama.Client object to be passed in, but uses the ollama default client to pull the model in the constructor.