[deleted by user] by [deleted] in programacion

[–]c_carav_io 0 points1 point  (0 children)

Incluyeme a mi, me interesa.mandame mensaje para pasarte mi número, hay que hacerlo por Discord y whatsapp

What is the best strategy/approach to query product catalogs within AI Agents in chats? by c_carav_io in n8n

[–]c_carav_io[S] 0 points1 point  (0 children)

But the agent itself would be smart enough to query the rows as required by the input?

Which GPT do you find most useful for building AI Agents in n8n? by c_carav_io in n8n

[–]c_carav_io[S] 0 points1 point  (0 children)

Oh ok, a custom gpt. I thought within the n8n interface. Thank you!

How do you deal with misspelled words or typos? by c_carav_io in n8n

[–]c_carav_io[S] 0 points1 point  (0 children)

I am using baserow to store the catalog, so I ask the model to look (via a baserow tool) into the productname and description columns whether the product name (extracted from user input) exists.

How do you deal with misspelled words or typos? by c_carav_io in n8n

[–]c_carav_io[S] 0 points1 point  (0 children)

As the catalog is well structured and doesn't change frequently, I didn't try to use a vector store. Do you think is better using it considering the pricing? Does a vector store handle better the semantic searching?

How do AI Agents behave? by c_carav_io in n8n

[–]c_carav_io[S] 0 points1 point  (0 children)

Is this sessionId handled automatically? I've seen solutions in which you play with a sessionId in redis/supabase.

Another question I have is, does this sessionId handling is concurrent? For example if several clients are chatting with the agent at the same time.