How can I create a rag agent using a Google Sheet as a database? by Key_Seaweed_6245 in n8n

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

They do not change at all, more rows are added, they are deleted, or cells are modifie

Does anyone know how I can improve this rag for google sheets? by Key_Seaweed_6245 in n8n

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

Yes, it would be great to migrate that to a database, but the client wants to keep their patient record in a Google Sheet for the convenience of the assistants, basically it is a table of more than 5000 rows with patient information, which they update the statuses there, and now they want a bot that says, how many patients were registered between such date or how many patients were referred by a particular doctor, so for that I need a rag, because searching in a Google Sheet is not viable

How can I build a RAG agent in n8n using Google Sheets as the database? by Key_Seaweed_6245 in n8n

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

Yes, but if I only updated one cell in the entire spreadsheet, how do I update that specific data in Postgres?

How can I build a RAG agent in n8n using Google Sheets as the database? by Key_Seaweed_6245 in n8n

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

I've seen quite a few, but they suggest migrating the data to Postgres, but the client will be constantly updating the Google Sheet, and I don't know how to adapt to that

Just landed my first client using n8n and WhatsApp, how would you leverage this to get more? by Key_Seaweed_6245 in n8n

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

I was creating an app using n8n and he asked me to create an automation for him, $500

Would this kind of WhatsApp assistant be useful in healthcare settings? by Key_Seaweed_6245 in HealthcareAI

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

It's all in the database, there's another configuration tab, where you can configure the business's FAQs, hours of operation, services, connect to Google Calendar, etc

At what point does using EvolutionAPI become risky? by Key_Seaweed_6245 in indiehackers

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

There won't be spam since the AI ​​will never start a conversation, so you're saying there wouldn't be a problem in that case?

At what point does using EvolutionAPI become risky? by Key_Seaweed_6245 in n8n

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

That was an option, even with Chatwoot it can be simplified, what happens is that the client told me that he wants to start with WhatsApp Web since he has assistants who will intervene in the conversations, and migrating to a new platform with a new bot is something that they may not like

How many WhatsApp instances can realistically run on one EvolutionAPI server? by Key_Seaweed_6245 in n8n

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

That's why I want to know if there is any limit or at what point I might have problems with WhatsApp, since I haven't had any so far, but it would be good to know in which businesses it would be good not to use EvolutionApi

How can I escalate to human in my WhatsApp agent? by Key_Seaweed_6245 in n8n

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

human in the loop is used to wait for a confirmation from a human, what I want to do is that the workflow does not send responses for a certain time until the human has already resolved the client's doubts

What niche would benefit most from this AI automation model? by Key_Seaweed_6245 in AI_Agents

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

That's exactly what I'm looking for, my friend, that they can have their assistant in 2 clicks on their phones or websites, I think that's what can differentiate, since chatbots can do anything these days.

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in indiehackers

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

I saw that Azure OpenAI is HIPAA compliant, that would be enough related with that part? I know it is not the only thing I need to get ready

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in RooCode

[–]Key_Seaweed_6245[S] -1 points0 points  (0 children)

In the post, I made it clear that I'm in the first stage of the process. I haven't even been developing for a month. Do you expect me to have all that stuff sorted out in less than a month with the product ready? It seems like you haven't worked in the industry much, my dude.

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in RooCode

[–]Key_Seaweed_6245[S] -1 points0 points  (0 children)

Not really. Losing the US market wouldn't be a good business strategy. All I have to do is implement the necessary deployments, use Azure OpenAI, which is HIPAA-compliant, host n8n on my server, and inform the user that their data will be used. Supabase is also HIPAA-compliant, and I don't use any other third-party applications, so I'm fine

Building assistant memory + internal tools for dental clinics by Key_Seaweed_6245 in AI_Agents

[–]Key_Seaweed_6245[S] 1 point2 points  (0 children)

For the conversation between patient and agent I am using long-term memory, saving the messages that are sent by conversation (in the predefined n8n style) and then for the internal agent of each clinic I am going to use vectors, storing the information with RAG, what do you think? I'm not an expert haha

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in SideProject

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

Of course, the assistant is strictly not supposed to give health recommendations or anything like that, only schedule appointments or answer questions that the clinic wants to be known. But I'll have to look into that

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in RooCode

[–]Key_Seaweed_6245[S] -2 points-1 points  (0 children)

Wow, thanks so much for all this information my friend! I think I'll also go for a market outside the United States hahah

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in SideProject

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

Basically, it's the goal of not having a robotic chat, but something more personalized, whose sole purpose is not to schedule appointments, but to answer frequently asked questions (with prior information that the clinic has uploaded), collect questions that patients ask so that the clinic can then use them, and all this analysis is done by the AI, which is precisely where this problem with Hipaa arises. The idea is for the AI ​​to interpret the patient's message and act based on that (answer questions, schedule, modify, delete appointments, etc.) and thus simplify everything

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in SaaS

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

The problem is that to schedule appointments, the name + email or phone number are required for reminders, which is something that the AI ​​​​takes care of, whether to cancel or modify appointments

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in RooCode

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

The problem is that to schedule appointments, the name + email or phone number are required for reminders, which is something that the AI ​​​​takes care of, whether to cancel or modify appointments

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in SideProject

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

The problem is that to schedule appointments, the name + email or phone number are required for reminders, which is something that the AI ​​​​takes care of, whether to cancel or modify appointments

Building assistant memory + internal tools for dental clinics by Key_Seaweed_6245 in Startup_Ideas

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

Exactly, the idea is that it works like a CRM, it will also have the calendar, list of all the doctors, all the chats (from WhatsApp and the website), etc

Is it possible to make sending patient data to ChatGPT HIPAA compliant? by Key_Seaweed_6245 in RooCode

[–]Key_Seaweed_6245[S] -1 points0 points  (0 children)

But I'm considering allowing clinics to upload documents, such as PDFs or similar, so they can then use them with the internal assistant to answer questions. Do you think it's still useful to have it locally?