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.1.4 #167

Merged
merged 1 commit into from
Oct 30, 2023
Merged

[Release] Docs Agent version 0.1.4 #167

merged 1 commit into from
Oct 30, 2023

Conversation

kyolee415
Copy link
Collaborator

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.

Description of the change

  • 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.

Motivation

Bug fixes and README updates.

Type of change

Choose one: (Bug fix)

Checklist

  • I have performed a self-review of my code.
  • I have added detailed comments to my code where applicable.
  • I have verified that my change does not break existing code.
  • My PR is based on the latest changes of the main branch (if unsure, please run git pull --rebase upstream main).
  • I am familiar with the Google Style Guide for the language I have coded in.
  • I have read through the Contributing Guide and signed the Contributor License Agreement.

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.
@github-actions github-actions bot added status:awaiting review PR awaiting review from a maintainer demos:docs-agent labels Oct 27, 2023
Copy link
Collaborator

@nickvander nickvander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for the changes!

@kyolee415 kyolee415 merged commit e0d216f into google:main Oct 30, 2023
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Oct 30, 2023
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