Skip to content

docs: fix Cohere dataset links#790

Open
charles-openclaw wants to merge 1 commit into
zilliztech:mainfrom
charles-openclaw:fix-cohere-doc-link
Open

docs: fix Cohere dataset links#790
charles-openclaw wants to merge 1 commit into
zilliztech:mainfrom
charles-openclaw:fix-cohere-doc-link

Conversation

@charles-openclaw
Copy link
Copy Markdown

Summary:

  • Replace the stale Cohere Wikipedia dataset link in the README with Cohere's public embedding archive explainer.
  • Update the matching Cohere 768-dimensional dataset link in the Streamlit welcome copy so the app text does not keep pointing at the unavailable Hugging Face dataset page.

Verification:

  • Reproduced the existing README link returning HTTP 401 for https://huggingface.co/datasets/Cohere/wikipedia-22-12/tree/main/en.
  • Confirmed the replacement URL returns HTTP 200 with curl.
  • Ran python3 -m py_compile vectordb_bench/frontend/components/welcome/explainPrams.py.
  • Ran a static assertion that both edited files no longer contain the stale Hugging Face URL and do contain the Cohere archive link.
  • Ran git diff --check.

Fixes #788

@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: charles-openclaw
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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.

Broken link in Readme

2 participants