Skip to content

Commit c9e547d

Browse files
committed
Merge branch 'fix/288' of github.com:fabnemEPFL/mmore into fix/288
2 parents d7e83b2 + d621add commit c9e547d

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
MMORE is an open-source, end-to-end pipeline to ingest, process, index, and retrieve knowledge from heterogeneous files: PDFs, Office docs, spreadsheets, emails, images, audio, video, and web pages. It standardizes content into a unified multimodal format, supports distributed CPU/GPU processing, and provides hybrid dense+sparse retrieval with an integrated RAG service (CLI, APIs).
1818

19-
👉 Read the paper for more details (OpenReview): [MMORE: Massive Multimodal Open RAG & Extraction](https://openreview.net/forum?id=6j1HjfIdKn)
19+
👉 Read the paper for more details (arXiv): [MMORE: Massive Multimodal Open RAG & Extraction](https://arxiv.org/abs/2509.11937)
2020

2121

2222
### Documentation

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ process = [
8787

8888
index = [
8989
# Indexing + Retrieval (vector DB, embeddings)
90-
"pymilvus[milvus-lite]==2.6.6",
90+
"pymilvus==2.6.6",
91+
"milvus-lite==2.5.1",
9192
"pymilvus-model>=0.3.2",
9293
"milvus-model>=0.2.12",
9394
"langchain-milvus>=0.1.8",

uv.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)