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

[Release] Docs Agent version 0.3.0 #298

Merged
merged 1 commit into from
Mar 15, 2024
Merged

[Release] Docs Agent version 0.3.0 #298

merged 1 commit into from
Mar 15, 2024

Conversation

kyolee415
Copy link
Collaborator

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.

Description of the change

A major refactoring of Docs Agent, plus the Semantic Retrieval API and AQA model integration and new Docs Agent CLI added. See the details above.

Motivation

Refactoring and new features

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.

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.
@github-actions github-actions bot added status:awaiting review PR awaiting review from a maintainer component:demos Update demos demos:docs-agent labels Mar 15, 2024
@kyolee415 kyolee415 merged commit f281324 into google:main Mar 15, 2024
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants