Releases: dieharders/ai-text-server
v0.7.0
What's Changed
- HBAI-273: Run http or https depending on env vars. by @dieharders in #54
- Feature/HBAI-270: Add "start here" button to app start screen by @dieharders in #55
- Feature/HBAI-279: Support adding tools by @dieharders in #56
- HBAI-278: Handle http/https by @dieharders in #57
Full Changelog: v0.6.0...v0.7.0
v0.6.0 Chat Threads
What's Changed
- Feature/HBAI-251: Support non-streaming by @dieharders in #50
- Feature/HBAI-97: Add/Edit thread to disk by @dieharders in #51
- Feature/HBAI-250: Remove playground settings endpoint by @dieharders in #52
- HBAI-247: Fix incorrect app shortcut by @dieharders in #53
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Additions:
- GPU support (Nvidia)
- More file types to embed
Fixes:
- All embedding functions
- Data left behind from database deletions
What's Changed
- Feature/HBAI-211: Make a nicer front-end GUI to display server info by @dieharders in #40
- Feature/HBAI-218: Support fetching document chunks by @dieharders in #41
- HBAI-224 Support removing bot setting by @dieharders in #42
- Feature/HBAI-225: Support updating documents by @dieharders in #43
- Feature/HBAI-226: Refactor document pre-processing by @dieharders in #44
- HBAI-227: Move embedding code to own route by @dieharders in #45
- Feature/HBAI-227: Move rest of endpoint logic into routes by @dieharders in #46
- Feature/HBAI-220: Fix up build version by @dieharders in #47
- Feature/HBAI-229: Fix records left behind in vecotr db by @dieharders in #48
- Feature/HBAI-246: Update installer script by @dieharders in #49
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Added
- End to End HTTPS. The backend server now uses a self signed certificate to use HTTPS.
- The backend server can now act as a remote server, meaning you can access it from any device as long as they are on the same network as the server.
What's Changed
- Feature/HBAI-209: Python server GUI by @dieharders in #38
- HBAI-197: Add support for https by @dieharders in #39
Full Changelog: v0.3.1...v0.4.0
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
v0.2.1
Fixes crash on production builds. Updates endpoint to accept uploaded documents.
What's Changed
- Feature/HBAI-87: Pre-process documents by @dieharders in #5
- HBAI-107: Fix crash on production builds by @dieharders in #6
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Fixes for /v1/services endpoint causing internal server error.
What's Changed
- HBAI-96: Remove devTools menu on prod build by @dieharders in #3
- HBAI-99: Fix internal error for empty api configs by @dieharders in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first stable release for the HomeBrewAi Engine (Windows version only).
It supports:
- basic text inference with open source models downloaded via the model browser
- read/write/delete model files
- provides programmatic access to functions via web servers
- currently the text inference only supports CPU processing
What's Changed
- Feature/add electron support by @dieharders in #1
- Enhancement/HBAI-31-electron builder by @dieharders in #2
New Contributors
- @dieharders made their first contribution in #1
Full Changelog: https://github.com/dieharders/ai-text-server/commits/v0.1.0