privateGPT/private_gpt/server
Javier Martinez 8119842ae6
feat(recipe): add our first recipe Summarize (#2028)
* 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
..
chat feat(RAG): Introduce SentenceTransformer Reranker (#1810) 2024-04-02 10:29:51 +02:00
chunks feat: Upgrade to LlamaIndex to 0.10 (#1663) 2024-03-06 17:51:30 +01:00
completions feat: Add stream information to generate SDKs (#1569) 2024-02-02 16:14:22 +01:00
embeddings fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
health Add simple Basic auth (#1203) 2023-11-12 19:05:00 +01:00
ingest feat(UI): Faster startup and document listing (#1763) 2024-03-20 19:11:44 +01:00
recipes/summarize feat(recipe): add our first recipe Summarize (#2028) 2024-07-31 16:53:27 +02:00
utils feat(llm): adds serveral settings for llamacpp and ollama (#1703) 2024-03-11 22:51:05 +01:00
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00