Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ print(f"📊 Similarity between image and text: {similarity.item():.4f}")
|
|
101 |
print("=" * 50)
|
102 |
```
|
103 |
### Use granite-vision-embedding-3.3-2b for MM RAG
|
104 |
-
For an example of MM-RAG using granite-vision-3.3-2b-embedding refer to [this notebook](https://github.com/ibm-granite/granite-vision-models/
|
105 |
|
106 |
**Model Architecture:**
|
107 |
The architecture of granite-vision-3.3-2b-embedding follows ColPali(https://arxiv.org/abs/2407.01449) approach and consists of the following components:
|
|
|
101 |
print("=" * 50)
|
102 |
```
|
103 |
### Use granite-vision-embedding-3.3-2b for MM RAG
|
104 |
+
For an example of MM-RAG using granite-vision-3.3-2b-embedding refer to [this notebook](https://github.com/ibm-granite/granite-vision-models/blob/main/cookbooks/GraniteVisionEmbedding_MM-RAG_Notebook.ipynb).
|
105 |
|
106 |
**Model Architecture:**
|
107 |
The architecture of granite-vision-3.3-2b-embedding follows ColPali(https://arxiv.org/abs/2407.01449) approach and consists of the following components:
|