From 16adc8d3c321dd5f88b93c2a1afa997dd3df0c94 Mon Sep 17 00:00:00 2001 From: FaintFlower <310248465+FaintFlower@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:29:52 +0000 Subject: [PATCH] fix: update star history chart to working endpoint The star history chart in the README and docs was broken due to GitHub stargazer API restrictions. Update it to use the new star-history domain, which no longer requires an API token and keeps the chart working for our stargazers. --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 906c3fb8..eeb01702 100644 --- a/README.md +++ b/README.md @@ -592,4 +592,4 @@ If you’d like to add support for your favorite vector database, we’d love to ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=StarlightSearch/EmbedAnything&type=Date)](https://star-history.com/#StarlightSearch/EmbedAnything&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=StarlightSearch/EmbedAnything&type=Date)](https://star-history.dera.page/#StarlightSearch/EmbedAnything&Date) diff --git a/docs/index.md b/docs/index.md index a1ce02a7..f4b09e6e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -429,4 +429,4 @@ If you’d like to add support for your favorite vector database, we’d love to ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=StarlightSearch/EmbedAnything&type=Date)](https://star-history.com/#StarlightSearch/EmbedAnything&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=StarlightSearch/EmbedAnything&type=Date)](https://star-history.dera.page/#StarlightSearch/EmbedAnything&Date)