Skip to content

Commit

Permalink
Merge pull request #733 from llmware-ai/doberst-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
doberst authored May 17, 2024
2 parents 4bf380b + d46aa45 commit 2237588
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@ if __name__ == "__main__":

## 🔥 What's New? 🔥

-**Best New Small RAG Model** - BLING finetune of Phi-3 - "bling-phi-3-gguf" - see the [video](https://youtu.be/cViMonCAeSc?si=L6jX0sRdZAmKtRcz)

-**Web Services with Agent Calls for Financial Research** - end-to-end scenario - [video](https://youtu.be/l0jzsg1_Ik0?si=hmLhpT1iv_rxpkHo) and [example](examples/Use_Cases/web_services_slim_fx.py)

-**Voice Transcription with WhisperCPP** - [getting_started](examples/Models/using-whisper-cpp-getting-started.py), [using_sample_files](examples/Models/using-whisper-cpp-sample-files.py), and [analysis_use_case](examples/Use_Cases/parsing_great_speeches.py) with [great_speeches_video](https://youtu.be/5y0ez5ZBpPE?si=KVxsXXtX5TzvlEws)
Expand Down Expand Up @@ -789,6 +791,13 @@ Questions and discussions are welcome in our [github discussions](https://github

## 📣 Release notes and Change Log

**Friday, May 17 - v0.2.14-WIP**
- New OCR image parsing methods with [example](https://github.com/llmware-ai/llmware/tree/main/examples/Use_Cases/slicing_and_dicing_office_docs.py)
- Adding first part of logging improvements (WIP) in Configs and Models.
- New embedding model added to catalog - industry-bert-loans.
- Updates to model import methods and configurations.
- Changes merged into main repo with PyPi release scheduled for the weekend.

**Sunday, May 12 - v0.2.13**
- New GGUF streaming method with [basic example](https://github.com/llmware-ai/llmware/tree/main/examples/Models/gguf_streaming.py) and [phi3 local chatbot](https://github.com/llmware-ai/llmware/tree/main/examples/UI/gguf_streaming_chatbot.py)
- Significant cleanups in ancillary imports and dependencies to reduce install complexity - note: the updated requirements.txt and setup.py files.
Expand Down

0 comments on commit 2237588

Please sign in to comment.