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][Updates] Version 0.1.1 #134

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

kyolee415
Copy link
Collaborator

@kyolee415 kyolee415 commented Sep 29, 2023

Description of the change

  • Updated the version of ChromaDB to 4.13.
  • Re-generated the poetry.lock file.
  • Updated Python scripts to migrate ChromaDB from 3.21 to 4.13 (See https://docs.trychroma.com/migration).
  • Updated README to clarify when to delete an existing vector database.
  • Updated the chatbot UI template to use "PaLM" to refer to the AI model.

Motivation

This patch was created mainly to set the version of ChromaDB to the latest version (that is, 4.13). This should help resolve all the dependencies issues detected by Dependabot.

Type of change

Choose one: Other (Dependencies updates)

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:

- Update the version of ChromaDB to 4.13.
- Re-generate the `poetry.lock` file.
- Update Python scripts to migrate ChromaDB from 3.21 to 4.13
  (See https://docs.trychroma.com/migration).
- Updated README to clarify when to delete an existing vector database.
- Update the chatbot UI template to use "PaLM" to refer to the AI model.

Sept 28, 2023
@kyolee415 kyolee415 merged commit 463026a into google:main Oct 4, 2023
3 checks passed
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:demos Update demos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants