Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs Agent] Docs Agent release version 0.3.6 #523

Merged
merged 20 commits into from
Sep 20, 2024
Merged

Conversation

kyolee415
Copy link
Collaborator

Description of the change

  • Runtask enhancement: The runtask command allows specifying a custom input string using the --custom_input flag.
  • ExtractWorkflows task: This new task extracts workflows and commandlines from a source document.
  • HelpPolishPrompts task: This task helps users polish prompts in a task file.
  • IndexPageGenerator task: This task generates an index page describing files in a given directory.
  • Chat app bug fix: Fixed an issue where + characters were removed from the page title.

Motivation

Feature updates and bug fixes

Type of change

Choose one: Feature request

Checklist

  • [ X] I have performed a self-review of my code.
  • [ X] I have added detailed comments to my code where applicable.
  • [ X] I have verified that my change does not break existing code.
  • [ X] My PR is based on the latest changes of the main branch (if unsure, please run git pull --rebase upstream main).
  • [ X] I am familiar with the Google Style Guide for the language I have coded in.
  • [ X] I have read through the Contributing Guide and signed the Contributor License Agreement.

kyolee415 and others added 20 commits March 15, 2024 21:02
What's changed:

- Bug fixes in the Docs Agent web app UI.
- Added more templates for the Docs Agent web app: widget and experimental
- A new custom splitter added: FIDL (.fidl) file specific splitter.
What's change:

- Support the new Gemini 1.5 models in preview.
- Add new experimental CLI features to interact with Gemini models
  directly from a Linux terminal: `agent tellme` and `agent helpme`.
- Better handle uploading of text chunks using the Semantic Retrieval API.
- Add a new chat UI feature to provide a page for viewing logs.
- Update the Google Generative AI SDK version to `0.5.0`.
- Refactor the pre-preprocessing module (in progress).
- Remove unused code and type mismatch errors.
- Bug fixes.
What's changed:

- Added a new post-processing feature to delete existing chunks
  in databases if they are no longer found in source dataset.
- Updated the pre-processing module to make sure text chunks
  are not bigger than 5 KB for generating embeddings.
- Added a feature to display the distribution of chunk sizes
  after running `agent chunk`.
- Added more `agent` commandlines and options.
- Updated the "Rewrite" button to the "Feedback" button by default.
- Bug fixes.
What's changed

-  **Enhanced file processing:** Process an entire directory with the
   `agent helpme` command and export results to a `responses.yaml` file.
-  **Improved session control:** Manage conversation context using the
   `--new` and `--cont` flags with `agent helpme`.
-  **Debugging tools:** Capture detailed logs for troubleshooting and
   export them to CSV with the new `agent write-logs-to-csv` command.
-  **Documentation expansion:** Explore updated configuration references,
   recent release notes, and a new concept doc on chunking.
-  **Bug fixes:** Added fixes for the FIDL splitter, file handling, and
   blank results, and updates to various README files.
What's changed:

- **`agent runtask` command:** Run tasks defined in `.yaml` files, for example,
  generating release notes based on commit messages.
- **Session Management:** Start and maintain sessions using `--new` and `--cont`
  flags with the `helpme` and `tellme` commands.
- **CLI Command Refactoring:** The CLI is more modular and easier to extend
  with new commands.
- **Web App Mode Updates:** A new `widget-pro` mode is added as an
  iFrame-friendly template.
- **Bug Fixes:**  Various bug fixes related to flags, UI, and file handling.
What's changed:

- Runtask enhancement: The `runtask` command allows specifying
  a custom input string using the `--custom_input` flag.
- ExtractWorkflows task: This new task extracts workflows and
  commandlines from a source document.
- HelpPolishPrompts task: This task helps users polish prompts
  in a task file.
- IndexPageGenerator task: This task generates an index page
  describing files in a given directory.
- Chat app bug fix: Fixed an issue where + characters were
  removed from the page title.
@github-actions github-actions bot added the status:awaiting review PR awaiting review from a maintainer label Sep 20, 2024
@kyolee415 kyolee415 merged commit 2083ac7 into google:main Sep 20, 2024
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants