1
0
mirror of https://github.com/imartinez/privateGPT.git synced 2025-05-05 14:56:40 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Javier Martinez
8119842ae6
feat(recipe): add our first recipe Summarize ()
* feat: add summary recipe

* test: add summary tests

* docs: move all recipes docs

* docs: add recipes and summarize doc

* docs: update openapi reference

* refactor: split method in two method (summary)

* feat: add initial summarize ui

* feat: add mode explanation

* fix: mypy

* feat: allow to configure async property in summarize

* refactor: move modes to enum and update mode explanations

* docs: fix url

* docs: remove list-llm pages

* docs: remove double header

* fix: summary description
2024-07-31 16:53:27 +02:00
Iván Martínez
24fae660e6
feat: Add stream information to generate SDKs () 2024-02-02 16:14:22 +01:00
Iván Martínez
6eeb95ec7f
feat(API): Ingest plain text ()
* Add ingest/text route to ingest plain text

* Add new ingest text test and adapt ingest/file ones

* Include new API in docs

* Remove duplicated logic
2023-12-18 21:47:05 +01:00
Iván Martínez
f235c50be9
Delete old docs () 2023-12-08 22:39:23 +01:00
Iván Martínez
64ed9cd872
Allow passing a system prompt () 2023-11-29 15:51:19 +01:00
Iván Martínez
f339f7608c
Move Docs to Fern () 2023-11-16 23:25:14 +01:00