Skip to content

Commit

Permalink
Index for sample apps (daxa-ai#409)
Browse files Browse the repository at this point in the history
* Index for sample apps

* Updates to SafeRetriver samples page

---------

Co-authored-by: Sridhar Ramaswamy <[email protected]>
  • Loading branch information
Raj725 and sridhar-daxa authored Jul 16, 2024
1 parent e0a5bac commit 1e71101
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/gh_pages/docs/safe_loader_samples.md
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)
60 changes: 60 additions & 0 deletions docs/gh_pages/docs/safe_retriever_samples.md
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)
27 changes: 27 additions & 0 deletions docs/gh_pages/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,33 @@ const sidebars: SidebarsConfig = {
id: "reports", // document ID
label: "Reports", // sidebar label
},
{
type: "category",
label: "Samples", // sidebar label
items: [
{
type: "category",
label: "Safe Loader Samples",
items: [
{
type: "link",
label: "1. Google Drive-Qdrant Safe Loader Sample",
href: "https://github.com/daxa-ai/pebblo/tree/main/pebblo_safeloader/langchain/identity-rag",
},
{
type: "link",
label: "2. CSV Loader-Chroma Safe Loader Sample",
href: "https://github.com/daxa-ai/pebblo/tree/main/pebblo_safeloader/langchain/acme-corp-rag",
},
],
},
{
type: "doc",
label: "Safe Retriever Samples",
id: "safe_retriever_samples",
}
]
},
{
type: "doc",
id: "troubleshooting", // document ID
Expand Down

0 comments on commit 1e71101

Please sign in to comment.