Adirazgold commited on
Commit
c20aac4
·
verified ·
1 Parent(s): ac8ad0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/tree/main/cookbooks/GraniteVisionEmbedding_MM-RAG_Notebook).
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: