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] Move the Docs Agent project to the new examples/gemini/python directory. #302

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

kyolee415
Copy link
Collaborator

Description of the change

Moving the Docs Agent project from the previous demos/palm/python directory to the new examples/gemini/python directory in the repo.

Motivation

The Docs Agent project now focuses on using the new Gemini models and APIs.

Type of change

Choose one: (Other)

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 3 commits March 15, 2024 18:42
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.
directory to the `/examples/gemini/python` directory.
@kyolee415 kyolee415 requested review from nickvander, rundong08, Meggin and a team as code owners March 15, 2024 19:29
@github-actions github-actions bot added the status:awaiting review PR awaiting review from a maintainer label Mar 15, 2024
@kyolee415 kyolee415 requested a review from joefernandez March 15, 2024 19:31
@joefernandez joefernandez merged commit 639f481 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants