-
Notifications
You must be signed in to change notification settings - Fork 646
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.6 #523
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.
Agent's chat web app.
What's changed: - **`agent runtask` command:** Run tasks defined in `.yaml` files, for example, generating release notes based on commit messages. - **Session Management:** Start and maintain sessions using `--new` and `--cont` flags with the `helpme` and `tellme` commands. - **CLI Command Refactoring:** The CLI is more modular and easier to extend with new commands. - **Web App Mode Updates:** A new `widget-pro` mode is added as an iFrame-friendly template. - **Bug Fixes:** Various bug fixes related to flags, UI, and file handling.
What's changed: - Runtask enhancement: The `runtask` command allows specifying a custom input string using the `--custom_input` flag. - ExtractWorkflows task: This new task extracts workflows and commandlines from a source document. - HelpPolishPrompts task: This task helps users polish prompts in a task file. - IndexPageGenerator task: This task generates an index page describing files in a given directory. - Chat app bug fix: Fixed an issue where + characters were removed from the page title.
kyolee415
requested review from
a team,
nickvander,
rundong08 and
Meggin
as code owners
September 20, 2024 19:47
github-actions
bot
added
the
status:awaiting review
PR awaiting review from a maintainer
label
Sep 20, 2024
nickvander
approved these changes
Sep 20, 2024
github-actions
bot
removed
the
status:awaiting review
PR awaiting review from a maintainer
label
Sep 20, 2024
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
runtask
command allows specifying a custom input string using the--custom_input
flag.Motivation
Feature updates and bug fixes
Type of change
Choose one: Feature request
Checklist
git pull --rebase upstream main
).