v0.3.1
A big release
This is the first release without using electron as the front end. From here on studio.openbrewai.com will be used as the web UI moving forward. This will make updating the UI easier and faster and keep the code separate from the backend server.
The next release will include a windowed version of the server as well as a proper installer.
What's Changed
- HBAI-87: Fix file upload by @dieharders in #7
- Feature/HBAI-106: Add document embedding by @dieharders in #8
- Bugfix/HBAI-118: Upgrades to modules and Next.js + error handling by @dieharders in #9
- HBAI-118-2 by @dieharders in #11
- Enhancement/HBAI-121: Add support to import an already downloaded model by @dieharders in #12
- Enhancement/HBAI-114 Load Embeddings from fresh app start by @dieharders in #10
- Feature/HBAI-115: Add endpoints for memories (CRUD) by @dieharders in #13
- Feature/HBAI-133: Chat endpoints should parse for @mentions by @dieharders in #14
- Feature/HBAI-77: Support high level inference api by @dieharders in #15
- Bugfix/HBAI-135: Fix user input "tags" by @dieharders in #16
- Feature/HBAI-150: Support all prompt/config args for inference by @dieharders in #18
- Feature/HBAI-150: Fix remaining issues by @dieharders in #19
- Feature/HBAI-161: Embedding Options & Text Splitting by @dieharders in #20
- HBAI-169: Implement Prompt Formats for each LLM by @dieharders in #21
- Feature/HBAI-188: Support playground mode menus by @dieharders in #22
- Feature/HBAI-188: Fix inference issue with "mode" by @dieharders in #23
- Feature/HBAI-171: Support unloading model by @dieharders in #24
- Feature/HBAI-171: Dont update chatbot generate_kwargs by @dieharders in #25
- HBAI-194: Support manual pasted text for embedding doc by @dieharders in #26
- HBAI-191: Support client using custom server URL by @dieharders in #27
- Feature/HBAI-118: Remove some code by @dieharders in #28
- HBAI-201 Fix undefined props for
updateDocument
by @dieharders in #29 - Feature/HBAI-118: Add func to open models installation dir by @dieharders in #30
- Feature/HBAI-118: Support model explorer by @dieharders in #31
- Feature/HBAI-118: Fix types by @dieharders in #32
- Feature/HBAI-118: Add func to remove cached text model by @dieharders in #33
- Feature/HBAI-118: Support loading models from files by @dieharders in #34
- Feature/HBAI-118: Support resuming download by @dieharders in #35
- Feature/HBAI-206: Display tools and add origins from .env by @dieharders in #36
- Feature/HBAI-206: Create python only server build by @dieharders in #37
Full Changelog: v0.2.1...v0.3.1