Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Rispose.com – A free tool to embed OpenAI Assistants on any website (rispose.com)
9 points by timm37 24 days ago | hide | past | favorite | 2 comments
Hey, OpenAI recently released "assistants" - These have RAG built into the API, which means that you can provide up to 10.000 files to the assistant without the overhead of dealing with vector databases, splitting files into chunks and more.

They work surprisingly well, so I've built a free simple tool to embed them on websites. It has no dependencies and simply uses fetch to communicate to my backend which proxies openai.

In the future I plan to add more widget embedding options (currently only chat is available).

Let me know if you have any specific questions about either the tool or openai assistants in general.




Interesting how long it takes to get this “assistant” functionality on a local running models with llama for e.g.? It’s seems like many use cases require access to user data.


local running would be impossible as you would need your computer running 24/7 (since the widget is available on your website which is always online).

But building a simple RAG/Vector DB on top of llama3 is not very complicated.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: