class Ollama::Documents

def collections

def collections
  ([ default_collection ] + @cache.collections('%s-' % self.class)).uniq
end