-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add daemon to index, overview diagram (#2)
- Loading branch information
1 parent
42d0395
commit 1b607f0
Showing
4 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# Contents | ||
|
||
# Overview | ||
|
||
Pebblo enables developers to safely load data and promote their Gen AI app to deployment without worrying about the organization’s compliance and security requirements. The project identifies semantic topics and entities found in the loaded data and summarizes them on the UI or a PDF report. | ||
|
||
![Pebblo Overview](/pebblo-docs/assets/img/pebblo-overview.jpg) | ||
|
||
# Benefits | ||
|
||
1. Identify semantic topics and entities in your data loaded in RAG applications | ||
1. Accelerate time-to-production by effortlessly meeting your organization’s data compliance requirements | ||
1. Mitigate security risks arising from data poisoning and emerging threats. | ||
1. Comply with regulations such as the EU AI Act with custom reports and data records | ||
1. Support for a wide range of Gen AI development frameworks and data loaders | ||
|
||
# Documentation | ||
|
||
- [Installation](/pebblo-docs/installation.html) | ||
- [Development Environment](/pebblo-docs/development.html) | ||
- [Pebblo Daemon](/pebblo-docs/daemon.html) | ||
- [Pebblo SafeLoader for Langchain RAG](/pebblo-docs/rag.html) | ||
- [Reports](/pebblo-docs/reporting.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters