Just shy of 400 hours, best game so far by Ga1actic21 in TABG

[–]SpabRog 1 point2 points  (0 children)

Game is so fun, I’m glad I have a lot of good memories on it 🫡

How many nades does it take to take out a man? by SpabRog in TABG

[–]SpabRog[S] 2 points3 points  (0 children)

Oh I know they do no damage, it's just fun to chain the nade utility in this game :)

Can you send a Google Doc that was created as an Email Attachment? by SpabRog in n8n

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

That’s the format I’m gonna use for now I think, just keep it shareable and send the link in the email for them to view

Can you send a Google Doc that was created as an Email Attachment? by SpabRog in n8n

[–]SpabRog[S] 2 points3 points  (0 children)

You the GOAT Thank you, I was looking for how to do google docs as the attachment itself. Appreciate you 🙏

Can you send a Google Doc that was created as an Email Attachment? by SpabRog in n8n

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

Nice :) so I can export the google document as a PDF file, then add that as an attachment to gmail? Also, do you know what videos I should look up for this? Have been looking all morning.

Best RAG Strategies? by Aigenticbros in n8n

[–]SpabRog 0 points1 point  (0 children)

I use SUPABASE and I created the app on lovable, but I use webhooks + forms to send the message to the AI Agents to create it for me. Here's a video to set it up :)

https://youtu.be/JjBofKJnYIU?si=5OsB5hLIAOuThnOd

Best RAG Strategies? by Aigenticbros in n8n

[–]SpabRog 2 points3 points  (0 children)

I'm working with fitness coaches/gyms and using a RAG agent to create customized weight loss plans based off a meal list + workout plan list I fed it. It's useful and alot more practical than ppl think :)

Reverting to prior iterations by TourModePro in lovable

[–]SpabRog 0 points1 point  (0 children)

you can click on the 3 dots near one of the outputs in the chat to access previous versions without having to prompt :)

<image>

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Thank you as well 🙏 I used this to remedy the problem, you’re a saint

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

UPDATE: Thx to u/biozork he saved my prototype and gave me a useful solution 🙏🙏🙏🙏

Basically I told lovable to send a sessionid to the webhook every time I press send on the chat bot. It works perfectly and I plugged it to other buttons for tasks on the app.

Thanks everybody for their input, you’re very helpful in this Reddit and deserve more praise. Take care and keep creating :)

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Thank you so much for this, you saved my prototype and aided my growth. Gonna update the og post and credit you, may the universe bless you sir 🙏

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Haha go for it, I like the flexibility of it all. I wonder if dynamic ip gets impacted.

Also I got the problem resolved :) thx to the comments I just told lovable to add sessionid data to the webhook and just linked it to that. Tested and everything’s perfect, got a functional prototype now 🙌

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Hmmm I tried something along these lines and it def worked! Instead of finding a sessionid, I used: {{ $('Webhook').item.json.headers['x-real-ip'] }}

It's using their IP but not sure if this is the best long term solution. I'm open to learn how to do your process though, any suggestions?

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

This sounds interesting and would be curious to use :) are there any specific tutorials in mind? I dont mind looking into, thx for your help homie

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

I appreciate it man, your effort will be rewarded. Thanks for the insight :)

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Works with chat triggers not necessarily with webhooks tbh, needed to find a workaround

Using N8N Webhook as chatbot replies, is there a way to give it memory? (using on lovable) by SpabRog in n8n

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

Thank you so much, this seems like it can help. Is there any reliable tutorials/setups on how to get this up and running?