-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add IA langchain-ollama article #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
52185c8 to
b7b3002
Compare
|
|
||
| ## Installation <a class="anchor" name="installation"></a> | ||
|
|
||
| ### Création d'un environnement virtuel python <a class="anchor" name="python"></a> |
There was a problem hiding this comment.
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**). |
There was a problem hiding this comment.
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**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo : DeepSeek
New article on how to implement a LLM model locally with Langchain and Ollama and then request it in your project