huggingface / huggingface/cookbook
Weird redirection in URL in `Advanced RAG on Hugging Face documentation using LangChain` cookbook
- Dominant language
- Jupyter Notebook
- Stars
- 2.7k
- Forks
- 417
- Avg merge
- 17h
- Merged PRs (30d)
- 3
Description
In [Advanced RAG on Hugging Face documentation using LangChain](https://huggingface.co/learn/cookbook/advanced_rag), there is a link in:
````
Method: split on different separators, use [semantic chunking](https://python.langchain.com/docs/modules/data_connection/document_transformers/semantic-chunker)…
````
when clicking it, the link is converted automatically to:
````
https://huggingface.co/docs/modules/data_connection/document_transformers/semantic-chunker
````
and ends up in a 404.
I don't know how to solve it since it seems like a problem with some routing (backend issue maybe?)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start from the Advanced RAG on Hugging Face documentation using LangChain cookbook page and inspect the source containing the semantic chunking link. Compare the python.langchain.com URL with the automatically converted huggingface.co URL and check the relevant documentation link behavior. Done means the link no longer redirects to a 404 page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100