microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.45k stars 2.44k forks source link

[Feature Request] Adding support to open-source LLMs and RAG #6613

Closed mahimairaja closed 1 week ago

mahimairaja commented 10 months ago

Hi, I believe adding support to connect with open source LLMs like LLaMA 2 and performing Retrieval Augmented Generation (RAG) and connecting it with bot framework would be essentially helpful in building a better solution...

tracyboehrer commented 1 week ago

Though we don't have direct support for LLM's, or samples around it, there is nothing stopping their use from within a bot. In this case, the bot is just the channel between the user and LLM. Some things, like Storage, is helpful in this case to preserve chat history.

It may not always be the case we don't have further guidance around this.