Releases: LlmLaraHub/larallama
1.0.3
1.0.2
- New Reporting Feature to generate Replies to RFPs
- Reference Collection feature to work with some of the tools
- Fixing the email reset ability
- Improving the UI to show answers after clicking
- Adding pagination to the documents area
- Adding the ability to export data
- Migrating to a new pattern for SearchAndSummarize
- Implementing a new "Summarize Collection" function
- Adding a "StandardsChecker" function
- Improving the handling of chat messages and the websocket connection
- Implementing date range filtering
- Adding support for uploading XLSX and CSV files
- Integrating with Google Sheets
1.0.1
1.0.0
🎉 Going 1.0.0!!
I am using this day to day and have a few other customers using it.
I am going to make this 1.0.0 as in stable. The most recent changelog below will show some of the updates but the biggest one is passing Message model throughout the lifecycle of a chat so that no matter how many functions/tools or even a retry we have state with meta_data field and tools field.
ChangeLog Summary
2024-07-03
- Added content about CoPilot or Larallama by Alfred Nutile
2024-07-03
- Added more context to Message for later reuse and overall history
2024-07-04
- Step 1 of many changes
2024-07-03
- Moved function check down since I am doing a tool check first that the user selects
2024-06-27
- Fixed how it chunks over pages
2024-07-05
- Fixed an issue with Claude where you need to sandwich a function's request in user based roles
2024-07-04
- Updated the function to summarize a collection
2024-07-04
- Merged branch 'main' of github.com:LlmLaraHub/llmlarahub
0.4.0
Lots of UI updates and more see below
Changelog
2024-06-30
Added UI for file upload with error handling (e7c51392e1f51b143, 6f2c6a88d2f9918, 721e1299979c0d5c)
Replaced old chat UI with a new one (35b95af018b1db4)
2024-06-27
Fixed how the UI chunks data over pages (aa6b8191edb24d1)
2024-06-23
Added UI for canceling long-running batch jobs (9a1d0712dcea1ec)
Added UI to generate new document summaries (0ee6bf9651f0d2ae)
Improved UI with a "toggle all" feature (b9b4cb8a2d693c1e, ffa43284c2c6fe6)
Cleaned up batch processing (a904f75ba31901149)
2024-06-20
Added pagination to the documents area (e2bf9cb9f275bc4a)
2024-06-14
Fixed UI issues to ensure only selected setup models are shown (b05a4ce273a396c)
2024-06-13
Fixed a UI editing issue (892d0b5e8a1a5df2)
This changelog highlights the key improvements and bug fixes made to the application's user interface and document processing features. It covers a range of enhancements, from adding pagination and the ability to generate new summaries, to improving the handling of long-running batch jobs and fixing various UI-related issues.
0.3.0
Big Change to Settings and how the system will mange your API Tokens!
Additions and Updates
Add todo area and delete feature: Addition of a todo area and the ability to delete in the Source and Output sections. Major updates include the addition of markdown uploading features and settings area enhancements.
UI and Functionality Enhancements: Significant UI updates to unify the look, making chat and settings more mobile-friendly, and several adjustments to improve the user interface.
Testing and Documentation: Updates included fixing tests, removing unnecessary code, and updating the documentation link. A focus on mobile-friendliness in chat features and output deletions.
FeedSource and Template Additions: Efforts on generating new feed sources, working on tests for FeedSource, and adding new template prompts for better data handling.
Fixes and Removals
Bug Fixes: Numerous bug fixes including fixing sizes, mock-ups, and collection-related bugs. Fixes aimed at ensuring stability and usability across the platform.
Removals and Simplification: The removal of unused features, simplification of code, and efforts to streamline the platform's functionalities.
Dependabot Activities
Dependency Updates: Bump of webklex/laravel-imap from 4.1.2 to 5.3.0 to ensure up-to-date functionalities and security.
Overall Theme
The period witnessed substantial improvements in functionalities, UI/UX enhancements, bug fixes, and simplification of processes aimed at improving the user experience and platform's efficiency. There was a strong focus on integrating markdown functionalities, setting enhancements, and ensuring mobile-friendliness across features.
enhancements, and ensuring mobile-friendliness across features.
0.2.0
0.1.2
Lot's of UI updates as we added Delete to Sources and Outputs, created docs for the project https://docs.larallama.io/ and continue to build UI tools to enable you to write Prompts to customize all the automations.
0.1.1
0.1.0
Lots of updates to how the Source and Output work. They are becoming easier to build pluggable Sources
The UI let's the user add prompts on some areas (new Output for example) and soon as many as seems worth it.
The Source Email Box let's users point to an email account and folder and check those emails every hour, day etc.