File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " ## RAG from Scratch\n " ,
8
+ " \n " ,
9
+ " <a href=\" https://colab.research.google.com/github/adithya-s-k/AI-Engineering.academy/blob/main/RAG/00_RAG_from_Scratch/RAG_in_10_lines.ipynb\" target=\" _parent\" ><img src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" /></a>\n "
10
+ ]
11
+ },
3
12
{
4
13
"cell_type" : " markdown" ,
5
14
"metadata" : {
141
150
"outputs" : [],
142
151
"source" : [
143
152
" from sentence_transformers import SentenceTransformer\n " ,
144
- " model = SentenceTransformer(\" Alibaba-NLP/gte-base-en-v1.5\" , trust_remote_code=True )"
153
+ " model = SentenceTransformer(\" Alibaba-NLP/gte-base-en-v1.5\" )"
145
154
]
146
155
},
147
156
{
You can’t perform that action at this time.
0 commit comments