959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
21 lines
1.4 KiB
Plaintext
21 lines
1.4 KiB
Plaintext
The Summarize Recipe provides a method to extract concise summaries from ingested documents or texts using PrivateGPT.
|
|
This tool is particularly useful for quickly understanding large volumes of information by distilling key points and main ideas.
|
|
|
|
## Use Case
|
|
|
|
The primary use case for the `Summarize` tool is to automate the summarization of lengthy documents,
|
|
making it easier for users to grasp the essential information without reading through entire texts.
|
|
This can be applied in various scenarios, such as summarizing research papers, news articles, or business reports.
|
|
|
|
## Key Features
|
|
|
|
1. **Ingestion-compatible**: The user provides the text to be summarized. The text can be directly inputted or retrieved from ingested documents within the system.
|
|
2. **Customization**: The summary generation can be influenced by providing specific `instructions` or a `prompt`. These inputs guide the model on how to frame the summary, allowing for customization according to user needs.
|
|
3. **Streaming Support**: The tool supports streaming, allowing for real-time summary generation, which can be particularly useful for handling large texts or providing immediate feedback.
|
|
|
|
## Contributing
|
|
|
|
If you have ideas for improving the Summarize or want to add new features, feel free to contribute!
|
|
You can submit your enhancements via a pull request on our [GitHub repository](https://github.com/zylon-ai/private-gpt).
|
|
|