Skip to content

Releases: LlmLaraHub/larallama

1.0.3

24 Jul 01:41
54aea8e
Compare
Choose a tag to compare

All sources now have the new feature to Prompt values out of the data.
Also to return false if the data does not have what you want
Lastly you can prompt out arrays to make more than one document out of that data.

1.0.2

14 Jul 22:48
Compare
Choose a tag to compare

https://larallama.io/

  • 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

07 Jul 20:35
Compare
Choose a tag to compare
  • Added SiteMapXml Source to the options, it is limited at 10
  • Fix the Reset Email so you can rerun those from the documents ui

1.0.0

07 Jul 12:08
a09b3a2
Compare
Choose a tag to compare

🎉 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

01 Jul 02:31
Compare
Choose a tag to compare

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

14 Jun 12:09
Compare
Choose a tag to compare

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

09 Jun 12:59
Compare
Choose a tag to compare
  • Lots of theme work as I move daisyui into the main mix so it is easier for us to work on things
  • Add Delete to our Sources and Outputs
  • Prompt Templates in all places!

0.1.2

07 Jun 19:22
be6957c
Compare
Choose a tag to compare

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

30 May 01:54
Compare
Choose a tag to compare

Started adding back chat over completion especially where we have Chat as the model

Fix the issue with double toasts

0.1.0

29 May 16:10
Compare
Choose a tag to compare

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.