n8n-docs-v2 / docs /advanced-ai /examples /vector-store-website.md
Jeicex's picture
Subindo documentação do n8n limpa
0a84888
metadata
contentType: howto
title: Populate a Pinecone vector database from a website
description: >-
  Scrape a website, load the data into Pinecone, then query it using a chat
  workflow.

Populate a Pinecone vector database from a website

Use n8n to scrape a website, load the data into Pinecone, then query it using a chat workflow. This workflow uses the HTTP node to get website data, extracts the relevant content using the HTML node, then uses the Pinecone Vector Store node to send it to Pinecone.

[[ workflowDemo("file:///advanced-ai/examples/populate_a_pinecone_vector_database_from_a_website.json") ]]

Key features

This workflow uses:

Using the example

--8<-- "_snippets/examples-color-key.md"