MCPcopy Create free account
hub / github.com/promptfoo/promptfoo / ingest.py

File ingest.py

examples/eval-rag-full/ingest.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2PDF document ingestion script for RAG implementation.
3Loads PDF files from a remote source in parallel, splits them into chunks,
4and stores them in a Chroma vector database.

Callers

nothing calls this directly

Calls 3

getenvMethod · 0.80
resolveMethod · 0.80
mainFunction · 0.70

Tested by

no test coverage detected