Live data from Hacker News

Show HN: Add Siri Like Native AI Assistants to Any React/JS App

github.com

1–10 of 16 posts

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#2
This looks interesting. If I’m understanding, it takes the raw html elements of a page and saves them into a RAG? Is this because feeding the whole page into an LLM prompt would be bigger than the content window?

Also love that it has both backend source code and a service available

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#3
post #2

This looks interesting. If I’m understanding, it takes the raw html elements of a page and saves them into a RAG? Is this because feeding the whole page into an LLM prompt would be bigger than the content window? Also love that it has both backend source code and a service available

It can work both with html or even the user data in json/array in React/Angular kind of applications.

Feeding the whole page doesnot always make sense, it can have repetitive menu, and layout stuff. It give developer control on what they want to feed to the prompt. End of the day everything have a cost attached, this will help optimise cost to the last mile.

Give it a try, would love some feedback.

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#8

Can you share some more use cases you've seen it working?

I have tried to create a Assistant for Stock Broking Website Zerodha - https://www.youtube.com/watch?v=uO00l0NnLvs Happy to get any feedback.

Looks good !!

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#9

Can you share some more use cases you've seen it working?

I have tried to create a Assistant for Stock Broking Website Zerodha - https://www.youtube.com/watch?v=uO00l0NnLvs Happy to get any feedback.

Super cool, I would love to use this!
Post reply on HN