Accelerate Releases
@KlitosChristodoulou
Release: 0.1.4 (πMinor)
Date: 31 Jan. 2024 18:00 UTC
π Enhancements
- Fixed name check regex for password reset
- Fixed pass checker for special characters
- Remeber preference after logout
- Display name on User profile
- Update model name in message header for Powerflow app
- Cache models from getLLMModels endpoint for Powerflow app
- Choose llm models dynamically for Powerflow app
- Add bibliographic reference to the Powerflow app (for streaming mode)
- Add bibliographic reference to the Powerflow app (to exported docs)
- Fix showing icon for related files to my-files app
- Fix issue with switching theme from light to dark
- Fix unexpected page reloads on login page
- When delete vision chat, delete all related files
- Add missing translations to the theme
π¨βπ» Major changes
- Accelerate core services:
- Introduce new CRUD end-points for workgroups, audit-logs, and authorization with Cerbos
- Enable back-end to record device information from the user including IP address, browser, and OS
- Powerflow app:
- Add /hello endpoint
- Add /get-llm-models endpoint, add llm_model_display_name to Powerflow db schema
- Fixes to the sequential/parallel prompt functionality
- Fixed capitalisation of docstring
- Updates to the tokenizer service
- My-files app:
- UI fixes
- Doc type shows icons
- Fixes to view raw text, it respects new lines
- Support for excel and powerpoint files
Release: 0.1.3 (πMajor)
Date: 15 Dec. 2023 16:00 UTC
π Enhancements
- Introducing the my-files app, a file explorer for Accelerate
- Separation of environments for Powerflow services
- Added new models to the Powerflow app: GPT-4 Turbo, GPT-4 Turbo Vision (streaming only), GPT-3.5 Turbo, GPT-3.5 Instruct
- Updates to the db schema for both Powerflow and Accelerate core services
- Powerflow app: Updated token calculator
π¨βπ» Minor changes
- Updates to the Powerflow app
- Updated error message if user does not include all variables in prompt
- New prompt button (uses last used model)
- Updated date picker calendar for filtering by created at
- Improved loading of long chats
- Export chat
- Copy chat link button, share chat
- Prevent continue streaming of another user's chat
- Input boxes changed to render markdown
π¨βπ» Major changes
- Introducing my-files with the following features:
- Drag & Drop Upload
- Upload up to 5 files at a time
- Able to handle large files
- Supports the following file types: jpg, jpeg, webp, png, gif, htm, html, svg, docx, txt, pdf, mp4, mov, avi, webm, pptx, mp3
- Extraction of metadata for Images, Videos, PDFs, docx, mp3
- Extraction of a screenshot for Videos
- Extraction of audio from Video and saving the audio file as a separated file
- Extraction of PDF text and saved as a separated file
- Extract text from MS docs and saves as a separate file
- Ability to copy raw text with a click
- Ability to send raw text to the Powerflow app for further analysis
- Extraction of website content (text/images) using the WebScraping Service by submitting a URL or uploading an HTML file
- Inline file info editing
- Ability to download the files
- Added transcription with Whisper
Release: 0.1.2
Date: 04 Oct. 2023 16:00 UTC
π Enhancements
π Bug Fix 1. fixed fetch button constantly loading in my-files app
- fixed get-articles returns null in my-files app
- fixed issue with table rendering in my-files app
- fixed navigation issue not including language in my-files app
- update file type family:image to File Type: image/png in my-files app
- fixed issue with files not showing in my-files app
π¨βπ» Minor changes
- user avatar redesign
- social media error handling fixes on profile page
π¨βπ» Major changes
- Updates to the Web scrapping service
Date: 02 Oct. 2023 16:00 UTC
π Enhancements 1. Footer enhancements
- Social media
- Improve buttons consistency
π Bug Fix 1. fixed issue with Mozilla Firefox cookies
- fixed bug with importing functions from Powerflow submodule
π¨βπ» Minor changes 1. Add missing link to GR footer on Releases
- Preferences and Sign-in footer responsiveness
- Visual progression for sequntial prompt
- Parallel export issue resolved
- MyFiles app minor UI fixes