这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@angelplusultra
Copy link
Contributor

@angelplusultra angelplusultra commented Oct 8, 2025

Pull Request Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4514

What is in this change?

This PR fixes a bug during the URL file pulling process where a URL has uppercase characters and we were converting the URL to lowercase, this was resulting in 404 not found errors being thrown when fetching the content type of the URL.

Additional Information

Additionally addresses the path.basename use in downloadURIToFile function causing weird output names in RAG uploader.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@angelplusultra angelplusultra linked an issue Oct 8, 2025 that may be closed by this pull request
@timothycarambat timothycarambat merged commit d48c769 into master Oct 8, 2025
1 check passed
@timothycarambat timothycarambat deleted the 4514-bug-file-parsing-fails-for-urls-with-uppercase-characters branch October 8, 2025 21:00
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.

[BUG]: File Parsing Fails for URLs With Uppercase Characters

3 participants