Replies: 1 comment
-
|
Hey @outbound
2.1 You do not need to do it by your own, when you setup a model in .env file Ollama container automatically download it from Ollama registry. All that you need to check, does Ollama repository contains a model with such name. So, your .env file must look like this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instructions and set up Minima locally to use with Claude desktop (MCP).
My goal is to use my docs as a RAG
Two questions
If I have two of 4 subdirectories in a folder that I want to use, do I specify both, or just the parent folder
Model Selection
I'm not sure about the model selections I made.
I chose the Ollama gemma3:27b model -
And here are my questions
2-1. Do I need to download this model?
2-2. Given I have an RTX3060 with 12GB RAM - do I download the K4 quant version, and do I specify that somewhere in minima's config.
2-3. Embedding size - what's the difference between
Here are my current selection:
Model: gemma3:27b
Size: 768
Embedding Model ID: sentence-transformers/all-mpnet-base-v2
Reranker: BAAI/bge-reranker-base
Essentially, I'm not sure on what to do. Can you please help?
Beta Was this translation helpful? Give feedback.
All reactions