We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a873ca commit b1df161Copy full SHA for b1df161
docs/source/getting_started/examples.rst
@@ -44,9 +44,12 @@ Local models
44
45
Remember to have installed in your pc ollama `ollama <https://ollama.com/>`
46
Remember to pull the right model for LLM and for the embeddings, like:
47
+
48
.. code-block:: bash
49
50
ollama pull llama3
51
+ ollama pull nomic-embed-text
52
+ ollama pull mistral
53
54
After that, you can run the following code, using only your machine resources brum brum brum:
55
0 commit comments