Skip to content

Commit

Permalink
Added providers page for Pebblo and docs for PebbloRetrievalQA
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Jun 25, 2024
1 parent 68e0ae3 commit 75bac79
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/docs/integrations/providers/pebblo/index.md
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/docs/integrations/document_loaders/pebblo.ipynb) shows how to use Pebblo loader to safely load data.
* [PebbloRetrievalQA](/docs/integrations/providers/pebblo/pebblo_retrieval_qa.ipynb) shows how to use Pebblo retrieval QA chain to safely retrieve data.
Loading

0 comments on commit 75bac79

Please sign in to comment.