Ross ROSS = Recommend OSS · open-source software intelligence for agents

illuin-tech/colpali

The code used to train and run inference with the ColVision models, e.g. ColPali, ColQwen2, and ColSmol. observed · 2026-08-28

github.com/illuin-tech/colpali · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 99
  • Release rhythm 99
  • Longevity 57
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 26
  • age_days: 804
  • days_rel: 11
  • days_push: 9
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

2798 stars · 261 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ColPali Engine is the Python library for training and running inference with ColVision visual document retrieval models such as ColPali, ColQwen2, and ColSmol. It uses vision-language models to build multi-vector embeddings of document pages, replacing brittle OCR and layout-parsing pipelines. The package is now deprecated in favor of Sentence Transformers' MultiVectorEncoder.

Use cases

  • retrieve documents from pdfs using vision language models
  • train a ColPali-style visual document retriever
  • index scanned document pages without OCR pipelines
  • run inference with ColQwen2 or ColSmol models
  • build a RAG pipeline over visually complex documents
  • reproduce results from the ColPali paper and ViDoRe benchmark

When to choose

  • you need to reproduce ColPali/ColVision research results or use existing trained checkpoints
  • your documents are visually complex (tables, charts, layouts) and OCR pipelines fail
  • you want multi-vector late-interaction retrieval over document page images

When to avoid

  • you are starting a new production project - use Sentence Transformers v6 MultiVectorEncoder instead
  • you only need plain text embedding retrieval without visual content
  • you cannot run GPU inference for vision-language models

Facets

library · maturity maintenance

machine-learning rag search-engine llm-training nlp machine-learning computer-vision pdf python vision-language-models document-retrieval colpali colqwen2 multi-vector-embeddings colbert vidore-benchmark deprecated retrieval-augmented-generation search gpu

6 sources

Member repositories

RepositoryRoleHealth v2
illuin-tech/colpalimain91

For agents

markdown · JSON · MCP: product_card(name="illuin-tech/colpali")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem