1
0
mirror of https://github.com/imartinez/privateGPT.git synced 2025-05-10 09:24:36 +00:00
privateGPT/private_gpt
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
..
components feat: make llama3.1 as default () 2024-07-31 14:35:36 +02:00
open_ai feat: Upgrade to LlamaIndex to 0.10 () 2024-03-06 17:51:30 +01:00
server feat(recipe): add our first recipe Summarize () 2024-07-31 16:53:27 +02:00
settings feat(recipe): add our first recipe Summarize () 2024-07-31 16:53:27 +02:00
ui feat(recipe): add our first recipe Summarize () 2024-07-31 16:53:27 +02:00
utils feat(llm): autopull ollama models () 2024-07-29 13:25:42 +02:00
__init__.py feat(local): tiktoken cache within repo for offline () 2024-03-11 22:55:13 +01:00
__main__.py fix: Remove global state () 2023-11-12 22:20:36 +01:00
constants.py Next version of PrivateGPT () 2023-10-19 16:04:35 +02:00
di.py fix: Remove global state () 2023-11-12 22:20:36 +01:00
launcher.py feat(recipe): add our first recipe Summarize () 2024-07-31 16:53:27 +02:00
main.py feat: Upgrade to LlamaIndex to 0.10 () 2024-03-06 17:51:30 +01:00
paths.py fix: Remove global state () 2023-11-12 22:20:36 +01:00