docs: add visual grounding example (#1270)

Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
Panos Vagenas 2025-04-02 14:03:19 +02:00 committed by GitHub
parent d2d68747f9
commit 71148eb381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 505 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -90,6 +90,7 @@ nav:
- examples/rag_haystack.ipynb
- examples/rag_langchain.ipynb
- examples/rag_llamaindex.ipynb
- examples/visual_grounding.ipynb
- 🖼️ Picture annotation:
- "Annotate picture with local VLM": examples/pictures_description.ipynb
- "Annotate picture with remote VLM": examples/pictures_description_api.py