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.2 #363

Merged
merged 8 commits into from
Apr 12, 2024
Merged

Conversation

kyolee415
Copy link
Collaborator

Description of the change

What's changed:

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

Motivation

New features 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 8 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.
@github-actions github-actions bot added the status:awaiting review PR awaiting review from a maintainer label Apr 12, 2024
@kyolee415 kyolee415 merged commit 650a2a4 into google:main Apr 12, 2024
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Apr 12, 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