forked from daxa-ai/pebblo
-
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.
* Index for sample apps * Updates to SafeRetriver samples page --------- Co-authored-by: Sridhar Ramaswamy <[email protected]>
- Loading branch information
1 parent
e0a5bac
commit 1e71101
Showing
3 changed files
with
94 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Pebblo Safe Loader Samples | ||
|
||
This section provides details about the safe loader samples for all the loader based application. | ||
|
||
## Index | ||
|
||
1. [Google Drive-Qdrant Safe Rag Sample App](#google-drive-qdrant-safe-rag-sample-app) |
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,60 @@ | ||
# Pebblo Safe Retriever Samples | ||
|
||
This section provides samples of Pebblo Safe Retriver enabled RAG applications. | ||
|
||
## Index | ||
|
||
- **Pebblo Safe RAG** | ||
1. [Google Drive-Qdrant Safe RAG Sample App](#google-drive-qdrant-safe-rag-sample-app) | ||
2. [Sharepoint-Qdrant Safe RAG Sample App](#sharepoint-qdrant-safe-rag-sample-app) | ||
3. [Sharepoint-Postgres Safe RAG Sample App](#sharepoint-postgres-safe-rag-sample-app) | ||
- **Identity RAG** | ||
1. [Google Drive-Qdrant Identity RAG Sample App](#google-drive-qdrant-identity-rag-sample-app) | ||
- **Semantic RAG** | ||
1. [Google Drive-Qdrant Semantic RAG Sample App](#google-drive-qdrant-semantic-rag-sample-app) | ||
|
||
## Pebblo Safe RAG | ||
|
||
### Google Drive-Qdrant Safe RAG Sample App | ||
|
||
**Description:** | ||
This section provides a sample of Pebblo Safe Retriver enabled RAG applications loading documents from `GoogleDrive` folder and storing in `Qdrant` VectorDB collection. | ||
|
||
**Link:** | ||
[Google Drive-Qdrant Pebblo Safe RAG Sample App](https://github.com/daxa-ai/pebblo/tree/main/pebblo_saferetriever/langchain/pebblo-saferag/googledrive-qdrant) | ||
|
||
### Sharepoint-Qdrant Safe RAG Sample App | ||
|
||
**Description:** | ||
This section provides a sample of Pebblo Safe Retriver enabled RAG applications loading documents from `Sharepoint` site and storing in `Qdrant` VectorDB collection. | ||
|
||
**Link:** | ||
[Sharepoint-Qdrant Pebblo Safe RAG Sample App](https://github.com/daxa-ai/pebblo/tree/main/pebblo_saferetriever/langchain/pebblo-saferag/sharepoint-qdrant) | ||
|
||
### Sharepoint-Postgres Safe RAG Sample App | ||
|
||
**Description:** | ||
This section provides a sample of Pebblo Safe Retriver enabled RAG applications loading documents from `Sharepoint` site and storing in `Postgres (pgvector)` VectorDB collection. | ||
|
||
**Link:** | ||
[Sharepoint-Postgres Pebblo Safe RAG Sample App](https://github.com/daxa-ai/pebblo/tree/main/pebblo_saferetriever/langchain/pebblo-saferag/sharepoint-postgres) | ||
|
||
## Identity RAG | ||
|
||
### Google Drive-Qdrant Identity RAG Sample App | ||
|
||
**Description:** | ||
This section provides a identity-filtering focused sample of Pebblo Safe Retriver enabled RAG applications loading documents from `GoogleDrive` folder and storing in `Qdrant` VectorDB collection. | ||
|
||
**Link:** | ||
[Google Drive-Qdrant Identity RAG Sample App](https://github.com/daxa-ai/pebblo/tree/main/pebblo_saferetriever/langchain/identity-rag/googledrive-qdrant) | ||
|
||
## Semantic RAG | ||
|
||
### Google Drive-Qdrant Semantic RAG Sample App | ||
|
||
**Description:** | ||
This section provides a semantic-filtering focused sample of Pebblo Safe Retriver enabled RAG applications loading documents from `GoogleDrive` folder and storing in `Qdrant` VectorDB collection. | ||
|
||
**Link:** | ||
[Google Drive-Qdrant Semantic RAG Sample App](https://github.com/daxa-ai/pebblo/tree/main/pebblo_saferetriever/langchain/semantic-rag/googledrive-qdrant) |
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