vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
6.24k stars 1.96k forks source link

Role of Function call? #293

Closed osseonews closed 6 months ago

osseonews commented 6 months ago

Is the role of functions in the AI Render (submitUserMessage) a new way to provide context to the LLM for a RAG? Usually we just put the RAG content as part of the prompt. The data from the functions gets attached to the prompt? What's the benefit of using functions for RAG to help provide context to the LLM?

athrael-soju commented 6 months ago

@osseonews use of functions are the main drive behind Generative UI. RAG is not related in this case.