anthropics / anthropic-cookbook

A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
MIT License
7.03k stars 881 forks source link

Nit: fix broken URL in the Anthropic Cookbook / Contextual-embeddings / guide.ipynb #93

Open ociubotaru opened 2 months ago

ociubotaru commented 2 months ago

Screenshot 2024-09-20 at 2 56 56 PM

https://github.com/anthropics/anthropic-cookbook/blob/main/skills/contextual-embeddings/guide.ipynb

Under Contextual BM25 section, the For more details, see [this blog post](https://notebooks.githubusercontent.com/view/(https://www.elastic.co/blog/practical-bm25-part-2-the-bm25-algorithm-and-its-variables)

is broken, should be https://www.elastic.co/blog/practical-bm25-part-2-the-bm25-algorithm-and-its-variables

epicblueprints commented 1 month ago

This was fixed in a commit by saflamini.