Open
Conversation
52185c8 to
b7b3002
Compare
fabien33700
reviewed
Nov 13, 2025
|
|
||
| ## Installation <a class="anchor" name="installation"></a> | ||
|
|
||
| ### Création d'un environnement virtuel python <a class="anchor" name="python"></a> |
Collaborator
There was a problem hiding this comment.
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
fabien33700
reviewed
Nov 13, 2025
fabien33700
reviewed
Nov 13, 2025
1374a5a to
10bd44b
Compare
10bd44b to
d7d9e9e
Compare
csimonDM
approved these changes
Feb 9, 2026
|
|
||
| ## 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 **Vue 3** pour la partie client et **Node.js** 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**). |
There was a problem hiding this comment.
proposition
'mais ce tutoriel peut être facilement adapté à d’autres frameworks ou langages.'
| - [Mise en place du client Vue 3](#vue3) | ||
| - [Ressources](#ressources) | ||
|
|
||
| ## Introduction <a class="anchor" name="introduction"></a> |
There was a problem hiding this comment.
'implémenter une intelligence artificielle'
ou 'interagir avec une IA'
je trouve la phrase assez vague (après peut etre que moi)
| categories: langchain Vue 3 Node.js llama ollama | ||
| --- | ||
|
|
||
| Nous partageons ici un tutoriel pour faire fonctionner simplement une **intelligence artificielle** avec **langchain**, **Llama**/**DeepSeek**, **Node.js** et **Vue 3**. |
There was a problem hiding this comment.
"Nous partageons ici un tutoriel" → "Ce tutoriel explique comment" (plus direct).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New article on how to implement a LLM model locally with Langchain and Ollama and then request it in your project