llamaIndex - 💡(How to fix) Fix [Feature Request]: list llama-index-readers-cvfile in LlamaHub catalog / docs

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Feature Description

llama-index-readers-cvfile is already published on PyPI and implements BaseReader for the .cv open file format. The PyPI package is installable today (pip install llama-index-readers-cvfile) but is not surfaced anywhere on llamahub.ai or in the LlamaIndex docs, so users searching for resume or CV ingestion in a RAG pipeline cannot find it.

Requesting that the maintainers either:

  1. Re index the catalog at https://llamahub.ai/l/readers/llama-index-readers-cvfile (currently returns 404 even though the package follows the documented [tool.llamahub] convention), or
  2. Add an entry under the LlamaIndex docs example index pointing at the package, or
  3. Clarify in the docs what the intended discoverability path is for community published readers so we can do the right thing on our side.

Package details:

Reason

The current CONTRIBUTING.md says new integration packages should live outside the monorepo and be published independently to PyPI. We did exactly that. What we cannot do from outside the repo is appear in the catalog, in the docs, or on llamahub.ai. A perfectly conformant reader is currently invisible to LlamaIndex users despite following every published rule.

Value of Feature

.cv is an open file format (PDF/A-3u carrying a Markdown payload plus pre computed BGE M3 vectors) designed for resume and CV ingestion. Recruiting, ATS, and hiring RAG pipelines built on LlamaIndex can use the reader to load a candidate resume and get a clean Document with the embedded Markdown as text. No OCR, no layout breakage, no re embedding. The format is open (CC BY 4.0 spec, Apache-2.0 SDKs), single purpose, and dependency light.

Full spec: https://cvfile.org/spec/ Home: https://cvfile.org

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

llamaIndex - 💡(How to fix) Fix [Feature Request]: list llama-index-readers-cvfile in LlamaHub catalog / docs