chatbot using conversation memory + pinecone

Hi, I’m looking to build a chatbot using langchain+chatgto+pinecone. This chat must take into account what the user has already typed in the conversation and pinecone vector data. everything would be handled with chatGTP 3.5. What would the template look like to call memory+pinecone+chatgtp? thanks.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Version N8N: 1.19.0
Database: Pinetone
main
Running n8n via: n8n cloud

Hello,

Something like this ?

Cheers,
Joachim

Almost that, it would be necessary to use a temporary memory with the user’s messages and forward them to OPEN.AI so that it knows the complete context of the conversation. And send the information to the pinecone together.

Almost that, it would be necessary to use a temporary memory with the user’s messages and forward them to OPEN.AI so that it knows the complete context of the conversation. And send the information to the pinecone together.

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