-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] Docs Agent version 0.1.6 (#182)
* [Release] Docs Agent version 0.1.4 What's changed: - Bug fix: Update `docs_agent.py` to remove a no-longer-in-use error message variable. - Clean up the prompt format in Docs Agent - Context is added to prompts as Markdown - Remove extra new lines in context - Add extra new lines after the instruction and before the question in prompts. - Remove the warning message in the Chroma module, which as displayed when launching the chatbot. - Update the embeddings diagrams in the main `README` file. - Minor updates in the main `README` file. * [Release] Docs Agent version 0.1.5 What's changed: - Update the `poetry.lock` file to bump up the version of `werkzeug` - Update the introduction paragraph of the main `README` file. - Add a new diagram on Docs Agent's pre-processing flow of various doc types. - Update the `README` file in the `script` directory to include the diagram. * [Release] Docs Agent version 0.1.6 What's changed: - Update the prompt condition to be more specific and follow best practices in prompting. - Enable the chatbot server to provide a custom condition string to the DocsAgent class. - Bug fix: Provide a custom condition when asking for 5 related questions to the PaLM model. - Add a new config variable to specify the log level to be "VERBOSE" - Improve the rendering of code text and code blocks on the chat app UI. - Rephrase the sentence that describes the page, section, and subsection structure of Markdown pages in the `markdown_to_plain_text.py` script. - Update the pre-processing diagram to fix a typo (`appscripts` to `apps_script`)
- Loading branch information
Showing
11 changed files
with
143 additions
and
58 deletions.
There are no files selected for viewing
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
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
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
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
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
Binary file added
BIN
+43.8 KB
demos/palm/python/docs-agent/docs/images/docs-agent-benchmarks-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+13.4 KB
(100%)
demos/palm/python/docs-agent/docs/images/docs-agent-pre-processing-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.