Skip to content

docs: add Simplified Chinese translation (README.zh.md) - #7664

Open
JasonYeYuhe wants to merge 1 commit into
chroma-core:mainfrom
JasonYeYuhe:docs/add-chinese-readme
Open

docs: add Simplified Chinese translation (README.zh.md)#7664
JasonYeYuhe wants to merge 1 commit into
chroma-core:mainfrom
JasonYeYuhe:docs/add-chinese-readme

Conversation

@JasonYeYuhe

Copy link
Copy Markdown

Summary

This PR adds a comprehensive Simplified Chinese translation (README.zh.md) for Chroma (AI-native open-source embedding database) to help Chinese-speaking AI engineers and developers understand core concepts, cloud offerings, and API usage.

  • Translated overview, Chroma Cloud hosted service description, and installation methods.
  • Translated core 4-function Python API code walkthrough (in-memory setup, collection creation, adding documents with automatic embedding/metadata, and vector querying).
  • Translated community links, roadmap, contribution guide, and release cadence.
  • Added bidirectional language switchers in README.md and README.zh.md.

Signed-off-by: YE <yyyyy.yeyuhe@gmail.com>
Copilot AI lite review requested due to automatic review settings August 31, 2026 14:57

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

Copy link
Copy Markdown

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

  • Can you think of any use case in which the code does not behave as intended? Have they been tested?
  • Can you think of any inputs or external events that could break the code? Is user input validated and safe? Have they been tested?
  • If appropriate, are there adequate property based tests?
  • If appropriate, are there adequate unit tests?
  • Should any logging, debugging, tracing information be added or removed?
  • Are error messages user-friendly?
  • Have all documentation changes needed been made?
  • Have all non-obvious changes been commented?

System Compatibility

  • Are there any potential impacts on other parts of the system or backward compatibility?
  • Does this change intersect with any items on our roadmap, and if so, is there a plan for fitting them together?

Quality

  • Is this code of a unexpectedly high quality (Readability, Modularity, Intuitiveness)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 11d25e8842

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
</p>

<p align="center">
<b>English</b> · <a href="README.zh.md">简体中文</a>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use an absolute URL for the Chinese README

Because pyproject.toml:7 publishes this root README as the PyPI package description, this relative link is also rendered on pypi.org/project/chromadb/, where it resolves beneath the PyPI project URL rather than to the repository and returns no Chinese README. Use an absolute GitHub URL so the language switch works both on GitHub and on package-index renderings.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants