|
21 | 21 | <div align="center">
|
22 | 22 |
|
23 | 23 | <p align="center">
|
24 |
| - <b> Inference, ingestion, and indexing – supercharged by Rust 🦀</b> |
| 24 | + <b> Inference, Ingestion, and Indexing – supercharged by Rust 🦀</b> |
25 | 25 | <br />
|
26 | 26 | <a href="https://starlightsearch.github.io/EmbedAnything/references/"><strong>Python docs »</strong></a>
|
27 | 27 | <br />
|
@@ -73,9 +73,11 @@ EmbedAnything is a minimalist, highly performant, lightning-fast, lightweight, m
|
73 | 73 |
|
74 | 74 | - **Local Embedding** : Works with local embedding models like BERT and JINA
|
75 | 75 | - **ONNX Models**: Works with ONNX models for BERT and ColPali
|
76 |
| -- **ColPali** : Support for ColPali in GPU version |
| 76 | +- **ColPali** : Support for ColPali in GPU version both on ONNX and Candle |
77 | 77 | - **Splade** : Support for sparse embeddings for hybrid
|
78 | 78 | - **ReRankers** : Support for ReRanking Models for better RAG.
|
| 79 | +- **ColBERT** : Support for ColBert on ONNX |
| 80 | +- **ModernBERT**: Increase your token length to 8K |
79 | 81 | - **Cloud Embedding Models:**: Supports OpenAI and Cohere.
|
80 | 82 | - **MultiModality** : Works with text sources like PDFs, txt, md, Images JPG and Audio, .WAV
|
81 | 83 | - **Rust** : All the file processing is done in rust for speed and efficiency
|
@@ -121,7 +123,7 @@ data = embed_anything.embed_file("file_address", embedder=model, config=config)
|
121 | 123 | | Bert | All Bert based models |
|
122 | 124 | | CLIP | openai/clip-* |
|
123 | 125 | | Whisper| [OpenAI Whisper models](https://huggingface.co/collections/openai/whisper-release-6501bba2cf999715fd953013)|
|
124 |
| -| ColPali | vidore/colpali-v1.2-merged | |
| 126 | +| ColPali | starlight-ai/colpali-v1.2-merged-onnx| |
125 | 127 | | Colbert | answerdotai/answerai-colbert-small-v1, jinaai/jina-colbert-v2 and more |
|
126 | 128 | | Splade | [Splade Models](https://huggingface.co/collections/naver/splade-667eb6df02c2f3b0c39bd248) and other Splade like models |
|
127 | 129 | | Reranker | [Jina Reranker Models](https://huggingface.co/jinaai/jina-reranker-v2-base-multilingual), Xenova/bge-reranker |
|
|
0 commit comments