RAG document loader crash with large files in Meta LLaMA
Problem Description When using Meta LLaMA for Retrieval‑Augmented Generation (RAG) on a workstation with 16 GB RAM and an NVIDIA RTX 3060, the DocumentLoader crashes as soon as it encounters a text file larger than roughly 10 GB. The failure manifests as a series of memory‑related exceptions and, eventually, a hard termination of the Python process. Typical error output: … Read more