Skip to content

Commit d4ffec4

Browse files
abrichrclaude
andauthored
docs: remove unsubstantiated SOTA claim from README (#3)
* fix: Use filename-based GitHub Actions badge URL The workflow-name-based badge URL was showing "no status" because GitHub requires workflow runs on the specified branch. Using the filename-based URL format (actions/workflows/publish.yml/badge.svg) is more reliable and works regardless of when the workflow last ran. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * docs: remove unsubstantiated SOTA claim from README Changed "state-of-the-art VLM" to just "Qwen3-VL model" since SOTA claims require citations or benchmark comparisons to be defensible. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7b15cfe commit d4ffec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Multimodal demo retrieval using VLM embeddings for GUI automation.
1414

1515
**Key Features:**
1616
- **Multimodal Embeddings**: Embed text, images, or both into a shared vector space
17-
- **Qwen3-VL-Embedding Support**: Primary embedder using Alibaba's state-of-the-art VLM
17+
- **Qwen3-VL-Embedding Support**: Primary embedder using Alibaba's Qwen3-VL model
1818
- **Matryoshka Representation Learning (MRL)**: Flexible embedding dimensions (512-8192)
1919
- **FAISS Integration**: Fast similarity search with support for large demo libraries
2020
- **Persistence**: Save and load indices with embeddings and metadata

0 commit comments

Comments
 (0)