forked from langchain-ai/langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
670 additions
and
6 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Pebblo | ||
|
||
[Pebblo](https://www.daxa.ai/pebblo) enables developers to safely load and retrieve data to promote their Gen AI app to deployment without | ||
worrying about the organization’s compliance and security requirements. The Pebblo SafeLoader identifies semantic topics and entities found in the | ||
loaded data and the Pebblo SafeRetriever enforces identity and semantic controls on the retrieved context. The results are | ||
summarized on the UI or a PDF report. | ||
|
||
|
||
## Pebblo Overview: | ||
|
||
`Pebblo` provides a safe way to load and retrieve data for Gen AI applications. | ||
It includes: | ||
1. **Identity-aware Safe Loader** that loads data and identifies semantic topics and entities. | ||
2. **SafeRetrieval** that enforces identity and semantic controls on the retrieved context. | ||
3. **User Data Report** that summarizes the data loaded and retrieved. | ||
|
||
## Example Notebooks | ||
|
||
For a more detailed examples of using Pebblo, see the following notebooks: | ||
* [PebbloSafeLoader](/docs/integrations/document_loaders/pebblo) shows how to use Pebblo loader to safely load data. | ||
* [PebbloRetrievalQA](/docs/integrations/providers/pebblo/pebblo_retrieval_qa) shows how to use Pebblo retrieval QA chain to safely retrieve data. |
Oops, something went wrong.