-
Notifications
You must be signed in to change notification settings - Fork 661
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
requested review from
a team,
nickvander,
rundong08 and
Meggin
as code owners
May 10, 2024 19:14
github-actions
bot
added
the
status:awaiting review
PR awaiting review from a maintainer
label
May 10, 2024
nickvander
approved these changes
May 10, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change
agent helpme
command and export results to aresponses.yaml
file.--new
and--cont
flags withagent helpme
.agent write-logs-to-csv
command.Motivation
Feature request and bug fix
Type of change
Choose one: (Feature request)
Checklist
git pull --rebase upstream main
).