[GH-ISSUE #1604] [BUG]: Failed to vectorize file #1043

Closed
opened 2026-02-22 18:22:51 -05:00 by yindo · 1 comment
Owner

Originally created by @Justincjr on GitHub (Jun 4, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1604

How are you running AnythingLLM?

Docker (local)

What happened?

Failed to vectorize documents, unable to upload text files, csv, pdf etc.

Adding new vectorized document into namespace test
2024-06-04 15:49:24 [NativeEmbedder] Initialized
2024-06-04 15:49:24 [RecursiveSplitter] Will split with { chunkSize: 1000, chunkOverlap: 20 }
2024-06-04 15:49:24 Chunks created from document: 1
2024-06-04 15:49:24 [NativeEmbedder] The native embedding model has never been run and will be downloaded right now. Subsequent runs will be faster. (~23MB)
2024-06-04 15:49:24 [NativeEmbedder] Downloading Xenova/all-MiniLM-L6-v2 from https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/
2024-06-04 15:49:27 [NativeEmbedder] Failed to download model from primary URL. Using fallback https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/
2024-06-04 15:49:27 [NativeEmbedder] Downloading Xenova/all-MiniLM-L6-v2 from https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/
2024-06-04 15:49:28 addDocumentToNamespace fetch failed
2024-06-04 15:49:28 Failed to vectorize datacsv.csv

Are there known steps to reproduce?

No response

Originally created by @Justincjr on GitHub (Jun 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1604 ### How are you running AnythingLLM? Docker (local) ### What happened? Failed to vectorize documents, unable to upload text files, csv, pdf etc. Adding new vectorized document into namespace test 2024-06-04 15:49:24 [NativeEmbedder] Initialized 2024-06-04 15:49:24 [RecursiveSplitter] Will split with { chunkSize: 1000, chunkOverlap: 20 } 2024-06-04 15:49:24 Chunks created from document: 1 2024-06-04 15:49:24 [NativeEmbedder] The native embedding model has never been run and will be downloaded right now. Subsequent runs will be faster. (~23MB) 2024-06-04 15:49:24 [NativeEmbedder] Downloading Xenova/all-MiniLM-L6-v2 from https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/ 2024-06-04 15:49:27 [NativeEmbedder] Failed to download model from primary URL. Using fallback https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/ 2024-06-04 15:49:27 [NativeEmbedder] Downloading Xenova/all-MiniLM-L6-v2 from https://s3.us-west-1.amazonaws.com/public.useanything.com/support/models/ 2024-06-04 15:49:28 addDocumentToNamespace fetch failed 2024-06-04 15:49:28 Failed to vectorize datacsv.csv ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:22:51 -05:00
yindo closed this issue 2026-02-22 18:22:51 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 4, 2024):

Are you connected to the internet? The native embedder model downloads on first use so that it does not bloat the app or your system if you use another embedder instead.

Looks like here all that is occurring is the embedder cannot download (firewall, connection, etc) and its blocking embedding

@timothycarambat commented on GitHub (Jun 4, 2024): Are you connected to the internet? The native embedder model downloads on first use so that it does not bloat the app or your system if you use another embedder instead. Looks like here all that is occurring is the embedder cannot download (firewall, connection, etc) and its blocking embedding
yindo changed title from [BUG]: Failed to vectorize file to [GH-ISSUE #1604] [BUG]: Failed to vectorize file 2026-06-05 14:38:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1043