Tutorial on changing models¶
- How would you use a different embedding and llm model?
1 2 3 4 5 |
|
1 2 |
|
Initial config¶
1 2 3 4 5 6 7 8 9 |
|
Embedding model¶
- Pick a model from HF
1 |
|
LLM model¶
- Pick a model from Ollama - https://ollama.com/library?sort=popular
- eg : mistral
1 |
|
1 2 3 4 5 6 7 |
|
IMPORTANT¶
- Do NOT forget to change the model to the best model in ollama/get_ollama.sh