Skip to content

Conversation

@gerard-g-dm
Copy link
Contributor

New article on how to implement a LLM model locally with Langchain and Ollama and then request it in your project

@gerard-g-dm gerard-g-dm self-assigned this Jan 29, 2025
@gerard-g-dm gerard-g-dm force-pushed the blog/ia-llama-langchain branch from 52185c8 to b7b3002 Compare January 30, 2025 00:05

## Installation <a class="anchor" name="installation"></a>

### Création d'un environnement virtuel python <a class="anchor" name="python"></a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En vrai moi j'aurais pas mis le détail d'installation de Python 3.10 sous Linux, c'est juste un pré-requis, et y a sûrement plein d'articles qui parlent spécifiquement de ça.
Tu dis juste qu'il faut Python 3.10 avec les venv dispo


## Introduction <a class="anchor" name="introduction"></a>

Ce tutoriel a pour but de voir comment l'on peut assez facilement implémenter une **intelligence artificielle** dans nos projets. On prendra ici **Vue3** pour la partie client et **Nodejs** pour la partie serveur, mais ce tutoriel peut assez simplement être adapté à d'autres outils (surtout pour la partie client si vous utilisez également **javascript** ou **typescript**).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo des marques : Vue 3 (avec espace) / Node.js / JavaScript / TypeScript

categories: langchain vue3 node llama ollama
---

Nous partageons ici un tutoriel pour faire fonctionner simplement une **intelligence artificielle** avec **langchain**, **Llama**/**Deepseek**, **Node.js** et **Vue 3**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : DeepSeek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants