Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support loading from URLs for all readers extending FileReader #1805

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

marcusschiesser
Copy link
Collaborator

No description provided.

@marcusschiesser marcusschiesser requested a review from Copilot April 1, 2025 10:31
Copy link

changeset-bot bot commented Apr 1, 2025

🦋 Changeset detected

Latest commit: c626986

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 55 packages
Name Type
@llamaindex/core Patch
@llamaindex/unit-test Patch
@llamaindex/doc Patch
@llamaindex/cloud Patch
@llamaindex/community Patch
llamaindex Patch
@llamaindex/node-parser Patch
@llamaindex/readers Patch
@llamaindex/tools Patch
@llamaindex/workflow Patch
@llamaindex/anthropic Patch
@llamaindex/clip Patch
@llamaindex/cohere Patch
@llamaindex/deepinfra Patch
@llamaindex/google Patch
@llamaindex/huggingface Patch
@llamaindex/jinaai Patch
@llamaindex/mistral Patch
@llamaindex/mixedbread Patch
@llamaindex/ollama Patch
@llamaindex/openai Patch
@llamaindex/perplexity Patch
@llamaindex/portkey-ai Patch
@llamaindex/replicate Patch
@llamaindex/vercel Patch
@llamaindex/voyage-ai Patch
@llamaindex/astra Patch
@llamaindex/azure Patch
@llamaindex/chroma Patch
@llamaindex/elastic-search Patch
@llamaindex/firestore Patch
@llamaindex/milvus Patch
@llamaindex/mongodb Patch
@llamaindex/pinecone Patch
@llamaindex/postgres Patch
@llamaindex/qdrant Patch
@llamaindex/supabase Patch
@llamaindex/upstash Patch
@llamaindex/weaviate Patch
@llamaindex/llama-parse-browser-test Patch
@llamaindex/cloudflare-worker-agent-test Patch
@llamaindex/next-agent-test Patch
@llamaindex/nextjs-edge-runtime-test Patch
@llamaindex/next-node-runtime-test Patch
vite-import-llamaindex Patch
@llamaindex/waku-query-engine-test Patch
@llamaindex/autotool Patch
@llamaindex/experimental Patch
@llamaindex/server Patch
@llamaindex/autotool-01-node-example Patch
@llamaindex/deepseek Patch
@llamaindex/fireworks Patch
@llamaindex/groq Patch
@llamaindex/together Patch
@llamaindex/vllm Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
llamaindex-ts-doc 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 1, 2025 10:31am

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds support for loading content from URLs for all readers extending FileReader. Key changes include:

  • Updating the FileReader loadData method to handle URL input using fetch.
  • Introducing tests for URL-based loading and error handling in file-reader.test.ts.
  • Adding a changeset file to document the URL loading support.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/core/tests/file-reader.test.ts Adds tests for local file and URL loading, including error cases.
packages/core/src/schema/type.ts Enhances loadData to support fetching from URLs.
.changeset/fresh-pears-explain.md Documents the changes with a changeset entry.
Comments suppressed due to low confidence (1)

packages/core/tests/file-reader.test.ts:38

  • Consider adding a test case to cover error handling when reading a local file fails, to ensure robust behavior in edge cases.
test("loadData should load content from a local file", async () => {

Copy link
Contributor

github-actions bot commented Apr 1, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/LlamaIndexImportTest.js 515.89 KB (0%) 10.4 s (0%) 2.1 s (+17.6% 🔺) 12.4 s

Copy link

pkg-pr-new bot commented Apr 1, 2025

Open in StackBlitz

@llamaindex/autotool

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/autotool@1805

@llamaindex/cloud

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/cloud@1805

@llamaindex/community

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/community@1805

@llamaindex/core

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/core@1805

@llamaindex/env

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/env@1805

@llamaindex/experimental

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/experimental@1805

llamaindex

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/llamaindex@1805

@llamaindex/node-parser

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/node-parser@1805

@llamaindex/readers

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/readers@1805

@llamaindex/server

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/server@1805

@llamaindex/tools

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/tools@1805

@llamaindex/wasm-tools

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/wasm-tools@1805

@llamaindex/workflow

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/workflow@1805

@llamaindex/anthropic

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/anthropic@1805

@llamaindex/clip

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/clip@1805

@llamaindex/cohere

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/cohere@1805

@llamaindex/deepinfra

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/deepinfra@1805

@llamaindex/deepseek

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/deepseek@1805

@llamaindex/fireworks

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/fireworks@1805

@llamaindex/google

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/google@1805

@llamaindex/groq

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/groq@1805

@llamaindex/huggingface

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/huggingface@1805

@llamaindex/jinaai

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/jinaai@1805

@llamaindex/mistral

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/mistral@1805

@llamaindex/mixedbread

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/mixedbread@1805

@llamaindex/ollama

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/ollama@1805

@llamaindex/openai

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/openai@1805

@llamaindex/perplexity

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/perplexity@1805

@llamaindex/portkey-ai

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/portkey-ai@1805

@llamaindex/replicate

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/replicate@1805

@llamaindex/together

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/together@1805

@llamaindex/vercel

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/vercel@1805

@llamaindex/vllm

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/vllm@1805

@llamaindex/voyage-ai

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/voyage-ai@1805

@llamaindex/astra

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/astra@1805

@llamaindex/azure

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/azure@1805

@llamaindex/chroma

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/chroma@1805

@llamaindex/elastic-search

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/elastic-search@1805

@llamaindex/firestore

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/firestore@1805

@llamaindex/milvus

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/milvus@1805

@llamaindex/mongodb

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/mongodb@1805

@llamaindex/pinecone

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/pinecone@1805

@llamaindex/postgres

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/postgres@1805

@llamaindex/qdrant

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/qdrant@1805

@llamaindex/supabase

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/supabase@1805

@llamaindex/upstash

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/upstash@1805

@llamaindex/weaviate

npm i https://pkg.pr.new/run-llama/LlamaIndexTS/@llamaindex/weaviate@1805

commit: c626986

@marcusschiesser marcusschiesser merged commit 1b6f368 into main Apr 1, 2025
24 of 25 checks passed
@marcusschiesser marcusschiesser deleted the ms/support-urls branch April 1, 2025 10:40
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.

None yet

1 participant