Type to search…

Langchain

TODO

Introducció

We are going to use the Ollama

For the language model we will use a resized version of the DeepSeek R1 that can run locally.

Ollama

Ollama es un cliente de modelos de inteligencia artificial, por lo que es la base sobre la que luego instalar una IA que quieras utilizar.

Ollama te permite usar una IA de forma local

Antes de empezar tienes que ir a la web donde verás todos los modelos de IA disponibles. La web es ollama.com/search

Download and install Ollama if you haven’t already.

shell
scoop install main/ollama
scoop install extras/ollama-full

Confirm the ollama command is available and the Ollama server is running on port 11434.

Install DeepSeek R1 8b parameter model:

shell
ollama pull deepseek-r1:8b

Check availability with:

shell
ollama list

```shell

NAME              ID              SIZE      MODIFIED
deepseek-r1:8b    28f8fd6cdc67    4.9 GB    59 seconds ago

usar el comando para lanzar el modelo en tu terminal, como por ejemplo ollama run deepseek-r1:8b para lanzar la versión 8b de DeepSeek R1.

shell

You're reading a preview.

Sign in to read the full article. Any account opens 4 free articles a month; students and teachers read their course pages without limit.

Sign in