Commit Graph

19 Commits

Author SHA1 Message Date
5267ab2d37 feat: retake summary using NousResearch/Hermes-3-Llama-3.1-8B model (#415)
This feature a new modal endpoint, and a complete new way to build the
summary.

## SummaryBuilder

The summary builder is based on conversational model, where an exchange
between the model and the user is made. This allow more context
inclusion and a better respect of the rules.

It requires an endpoint with OpenAI-like completions endpoint
(/v1/chat/completions)

## vLLM Hermes3

Unlike previous deployment, this one use vLLM, which gives OpenAI-like
completions endpoint out of the box. It could also handle guided JSON
generation, so jsonformer is not needed. But, the model is quite good to
follow JSON schema if asked in the prompt.

## Conversion of long/short into summary builder

The builder is identifying participants, find key subjects, get a
summary for each, then get a quick recap.

The quick recap is used as a short_summary, while the markdown including
the quick recap + key subjects + summaries are used for the
long_summary.

This is why the nextjs component has to be updated, to correctly style
h1 and keep the new line of the markdown.
2024-09-14 02:28:38 +02:00
42796d7d3f fix: rework main page to use Chakra, and a little bit of the browse page (#402) 2024-09-04 03:27:20 +02:00
742d97797f Fix props 2024-06-12 17:29:07 +02:00
Sara
6acb2f6088 render transcript 2024-02-08 20:15:13 +01:00
Sara
68e708f62b player and share 2024-01-25 13:59:47 +01:00
Sara
bce8fa73ed fix regions 2024-01-25 13:58:17 +01:00
226b92c347 www/server: introduce share mode 2023-11-07 12:39:48 +01:00
8a2ddbd076 www: remove some css
this leak on other page after loaded
2023-11-02 12:24:52 +01:00
Sara
b660c11e45 fixed layout 2023-10-15 18:27:48 +02:00
projects-g
1d92d43fe0 New summary (#283)
* handover final summary to Zephyr deployment

* fix display error

* push new summary feature

* fix failing test case

* Added markdown support for final summary

* update UI render issue

* retain sentence tokenizer call

---------

Co-authored-by: Koper <andreas@monadical.com>
2023-10-13 22:53:29 +05:30
Sara
f65813ec60 recorder extract styles, use server waveform 2023-10-09 16:00:01 +02:00
Sara
902bc6c7cc visual fixes, remove error 2023-09-22 17:51:33 +02:00
Sara
686c12ebfa cuter scrollbars, better focus, small design improvements 2023-09-21 16:53:47 +02:00
Sara
3f2c3ddadc self-review 2023-09-20 17:16:24 +02:00
Sara
fe510238c0 layout and design improvements 2023-09-20 15:56:49 +02:00
Sara
e59dbf2df2 layout changes 2023-09-18 16:31:23 +02:00
Koper
deb713e776 Fixes discussed during call w/ Mathieu 2023-08-29 21:22:05 +07:00
Koper
14fbf97c60 French translation + Mobile UI + minor improvements for desktop UI 2023-08-28 22:41:23 +07:00
Koper
eb4fd6dcd0 Refactor based on NextJS 13 Routing / Dir Layout 2023-08-14 19:50:25 +07:00