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] Release of Docs Agent v.0.3.4 #408

Merged
merged 12 commits into from
May 10, 2024
Merged

Conversation

kyolee415
Copy link
Collaborator

Description of the change

  • 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.

Motivation

Feature request and bug fix

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 12 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.
@kyolee415 kyolee415 requested review from a team, nickvander, rundong08 and Meggin as code owners May 10, 2024 19:14
@github-actions github-actions bot added the status:awaiting review PR awaiting review from a maintainer label May 10, 2024
@kyolee415 kyolee415 merged commit ff1801f into google:main May 10, 2024
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label May 10, 2024
markmcd pushed a commit to markmcd/generative-ai-docs that referenced this pull request May 14, 2024
* [docs-agent] Clean up Docs Agent's README.md files.

* [Release] Docs Agent version 0.3.1

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.

* [docs] Update the git clone instructions on Docs Agent's CLI setup
guide.

* [docs] Minor edits in Docs Agent's CLI setup guide.

* [Docs Agent] Release of Docs Agent v 0.3.2.

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.

* [docs-agent] Release of Docs Agent v.0.3.3

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.

* [Docs Agent] Release of Docs Agent v.0.3.4

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.
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