Skip to content

Commit 8989610

Browse files
authored
Update multimodal_rag_with_milvus.ipynb (#1560)
1 parent 7604b06 commit 8989610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/quickstart/multimodal_rag_with_milvus.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"metadata": {},
5252
"outputs": [],
5353
"source": [
54-
"!git clone https://github.com/FlagOpen/FlagEmbedding.git\n",
55-
"!pip install -e FlagEmbedding"
54+
"!git clone --branch v1.3.5 https://github.com/FlagOpen/FlagEmbedding.git\n",
55+
"!pip install -e FlagEmbedding/research/visual_bge"
5656
]
5757
},
5858
{
@@ -124,7 +124,7 @@
124124
],
125125
"source": [
126126
"import torch\n",
127-
"from FlagEmbedding.visual.modeling import Visualized_BGE\n",
127+
"from visual_bge.modeling import Visualized_BGE\n",
128128
"\n",
129129
"\n",
130130
"class Encoder:\n",

0 commit comments

Comments
 (0)