Skip to content

Commit 5da775c

Browse files
committed
[Release] Docs Agent version 0.3.0
What's changed: - Refactoring of Docs Agent to support a more modularized architecture. - Added features: - Benchmarking: Includes benchmark test to measure the quality of AI generated responses. - Semantic Retrieval API: Supports using Gemini's Semantic Retrieval API to store text chunks online and the AQA model for question-answering. - Docs Agent CLI: Allows easy management of chunking documents, populating a vector database, launching the chatbot and more.
1 parent cd6ba8c commit 5da775c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+8375
-5752
lines changed

demos/palm/python/docs-agent/README.md

Lines changed: 260 additions & 539 deletions
Large diffs are not rendered by default.

demos/palm/python/docs-agent/apps_script/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ compatible with Docs Agent.
66

77
The steps are:
88

9-
1. [Prepare a Google Drive folder](#1-prepare-a-google-driver-folder).
10-
2. [Mount Google Drive on your host machine](#2-mount-google-drive-on-your-host-machine).
11-
3. [Create an Apps Script project](#3-create-an-apps-script-project).
12-
4. [Edit and run main.gs on Apps Script](#4-edit-and-run-maings-on-apps-script).
13-
5. [Update config.yaml to include the mounted directory](#5-update-configyaml-to-include-the-mounted-directory).
9+
1. [Prepare a Google Drive folder](#1_prepare-a-google-driver-folder).
10+
2. [Mount Google Drive on your host machine](#2_mount-google-drive-on-your-host-machine).
11+
3. [Create an Apps Script project](#3_create-an-apps-script-project).
12+
4. [Edit and run main.gs on Apps Script](#4_edit-and-run-main_gs-on-apps-script).
13+
5. [Update config.yaml to include the mounted directory](#5_update-config_yaml-to-include-the-mounted-directory).
1414

1515
## 1. Prepare a Google Drive folder
1616

@@ -134,7 +134,7 @@ Do the following:
134134
135135
```
136136
input:
137-
- path: "/home/user/DriveFileStream/My Drive/my source Google Docs-output"
137+
- path: "/usr/local/home/user01/DriveFileStream/My Drive/my source Google Docs-output"
138138
url_prefix: "docs.google.com"
139139
```
140140
@@ -146,9 +146,9 @@ Do the following:
146146
147147
```
148148
input:
149-
- path: "/home/user/DriveFileStream/My Drive/my source Google Docs-output"
149+
- path: "/usr/local/home/user01/DriveFileStream/My Drive/my source Google Docs-output"
150150
url_prefix: "docs.google.com"
151-
- path: "/home/user/DriveFileStream/My Drive/psa-output"
151+
- path: "/usr/local/home/user01/DriveFileStream/My Drive/psa-output"
152152
url_prefix: "mail.google.com"
153153
```
154154

demos/palm/python/docs-agent/aqa.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)