feat: n8n article#62
Open
gerard-g-dm wants to merge 1 commit intomasterfrom
Open
Conversation
thomasorgeval
approved these changes
Apr 21, 2026
Collaborator
thomasorgeval
left a comment
There was a problem hiding this comment.
c'est intéressant !!
| author: Gwenolé | ||
| title: Utilisation de n8n en local avec Ollama | ||
| categories: | ||
| - n8N |
Collaborator
There was a problem hiding this comment.
typo n8n au lieu de n8N non ?
|
|
||
| Les paramètres ci-dessus sont volontairement largement ouverts pour faciliter le développement et l'expérimentation. **Si vous exposez votre instance n8n sur le web** (nécessaire pour l'intégrer à d'autres services), vous devez absolument restreindre ces paramètres. | ||
|
|
||
| n8n est devenue une cible privilégiée pour les attaquants en raison de sa popularité, et plusieurs CVE critiques ont été découverts. Respectez le principe du moindre privilège : n'autorisez que ce qui est strictement nécessaire. |
Collaborator
There was a problem hiding this comment.
découverts -> découvertes
| docker ps | ||
| ``` | ||
|
|
||
| Vous devriez voir n8n et Qdrant s'exécuter. L'interface de n8n est accessible à **localhost:5678** et le tableau de bord de Qdrant à **http://127.0.0.1:6333/dashboard**. |
Collaborator
There was a problem hiding this comment.
tu utilises 2 origines locales, je ne sais pas si pour uniformiser il faudrait utiliser soit l'un ou soit l'autre ? et pour localhost:5678 on pourrait ajouter http:// devant
| - Choisissez **"Add documents to vector store"** | ||
|
|
||
| **Configuration Qdrant** : | ||
| - Créez un nouveau credential Qdrant avec l'URL : `http://qdrant:6333` |
Collaborator
There was a problem hiding this comment.
c'est normal le qdrant en url ? 🤔
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.
This pull request adds a comprehensive French-language tutorial post on using n8n locally with Ollama and Qdrant for building an AI-powered document chat system. The article covers project setup, workflow creation, integration details, and a critical review of n8n's strengths and limitations.
Major additions and improvements:
New Tutorial Content
_posts/2026-03-19-n8n.md) explaining how to set up n8n, Qdrant, and Ollama using Docker Compose, including configuration recommendations and security considerations.Integration Guidance
Critical Analysis