n8n-io / n8n-docs

Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows.
https://docs.n8n.io
Other
178 stars 348 forks source link

Add docs for new PGVector Vector store node #2442

Closed jeanpaul closed 1 month ago

jeanpaul commented 2 months ago

Relevant dev-PR: https://github.com/n8n-io/n8n/pull/10517

netlify[bot] commented 2 months ago

Deploy Preview for n8n-docs ready!

Name Link
Latest commit 5c5d47bbdfc39d46080b379de0b79d7f683440a3
Latest deploy log https://app.netlify.com/sites/n8n-docs/deploys/66d72c46e732700008b84cc2
Deploy Preview https://deploy-preview-2442--n8n-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 2 months ago

Overall readability score: 43.2 (🔴 -0.03)

File Readability
vector-store-mode.md 69.07 (🟢 +0)
langchain-n8n.md 53.7 (🟢 +0)
n8n-nodes-langchain.vectorstorepgvector.md 41.11 (-)
postgres.md 81.47 (🟢 +0)
View detailed metrics 🟢 - Shows an _increase_ in readability 🔴 - Shows a _decrease_ in readability File | Readability | FRE | GF | ARI | CLI | DCRS --- | --- | --- | --- | --- | --- | --- [vector-store-mode.md](https://github.com/n8n-io/n8n-docs/blob/5c5d47bbdfc39d46080b379de0b79d7f683440a3/_snippets/integrations/builtin/cluster-nodes/vector-store-mode.md "_snippets/integrations/builtin/cluster-nodes/vector-store-mode.md") | 69.07 | 56.05 | 9.5 | 9.4 | 10.26 | 6.99   | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 [langchain-n8n.md](https://github.com/n8n-io/n8n-docs/blob/5c5d47bbdfc39d46080b379de0b79d7f683440a3/docs/advanced-ai/langchain/langchain-n8n.md "docs/advanced-ai/langchain/langchain-n8n.md") | 53.7 | 42.27 | 8.33 | 13.8 | 15.07 | 7.59   | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 [n8n-nodes-langchain.vectorstorepgvector.md](https://github.com/n8n-io/n8n-docs/blob/5c5d47bbdfc39d46080b379de0b79d7f683440a3/docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstorepgvector.md "docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstorepgvector.md") | 41.11 | 31.38 | 9.69 | 17.7 | 17.57 | 7.36   | - | - | - | - | - | - [postgres.md](https://github.com/n8n-io/n8n-docs/blob/5c5d47bbdfc39d46080b379de0b79d7f683440a3/docs/integrations/builtin/credentials/postgres.md "docs/integrations/builtin/credentials/postgres.md") | 81.47 | 60.51 | 6.11 | 8.1 | 9.84 | 5.94   | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 | 🟢 +0 Averages:   | Readability | FRE | GF | ARI | CLI | DCRS --- | --- | --- | --- | --- | --- | --- Average | 43.2 | 34.9 | 11.66 | 14.87 | 14.35 | 8.53   | 🔴 -0.03 | 🔴 -0.03 | 🟢 +0 | 🔴 -0.01 | 🔴 -0.01 | 🟢 +0
View metric targets Metric | Range | Ideal score --- | --- | --- Flesch Reading Ease | 100 (very easy read) to 0 (extremely difficult read) | 60 Gunning Fog | 6 (very easy read) to 17 (extremely difficult read) | 8 or less Auto. Read. Index | 6 (very easy read) to 14 (extremely difficult read) | 8 or less Coleman Liau Index | 6 (very easy read) to 17 (extremely difficult read) | 8 or less Dale-Chall Readability | 4.9 (very easy read) to 9.9 (extremely difficult read) | 6.9 or less
jeanpaul commented 1 month ago

I pushed a couple commits for formatting stuff so you wouldn't need to think about them.

Other than the comment I just placed regarding syncing the change across other vector stores, I like these changes a lot, thanks!