Skip to content

v1.5.0 - Addind Bot Framework App

Compare
Choose a tag to compare
@pablomarin pablomarin released this 02 Jun 20:00
· 373 commits to main since this release

What's new:

  • There are 2 apps now: Backend Bot API powered by the Bot Framework and Bot Service, and a Frontend web app power by Streamlit that exposes a Search and a Bot Interface (using the Bot Service Direct Channel)
  • Adds CosmosDB as persistent database for conversation history
  • Removes HuggingFace BERT models since they are computationally too expensive for any web app
  • Other minor improvements.