n8n-docs/docs/advanced-ai/examples/vector-store-website.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

1.8 KiB

contentType title description
howto Populate a Pinecone vector database from a website 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"