Commit 5da775c
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
File tree
62 files changed
+8375
-5752
lines changed- demos/palm/python/docs-agent
- apps_script
- chatbot
- static/css
- templates/chatui
- docs_agent
- agents
- benchmarks
- interfaces
- chatbot
- static
- css
- images
- javascript
- templates/chatui
- memory
- models
- postprocess
- preprocess
- splitters
- storage
- testing
- utilities
- docs
- images
- modules
- scripts
- third_party/g2docsmd-html
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 changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
This file was deleted.
0 commit comments