How to access Retrieved raw data from a vector store module?

The Question:

Is there a way to access the raw data that is retrieved by a Rag module?

The Workflow:

Typical AI Agent setup: AI agent module receiving input from a chat tool, connected to open AI in the chat model, local memory, and in tools we have the module Answer Questions with Vector Database, hanging from there Pinecone Vector store with OpenAI embedings and OpenAi chat model.

The problem:

I would like to access the data -JSON structure- that the Pinecone Vector Store module is returning to the module Answer Questions with Vector Database.
If I look at the output if the Pinecone Vector Store, the data is there. Is there a way to access it?

Additional info:

n8n version: 1.105.4
Database: default
n8n executrions process: default
Running n8n via npm
OS: Windows 11

You probably will need to make an api call to pinecone, as vector store nodes are not meant to just return raw data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.