Skip to content

Commit a4f1532

Browse files
committed
udpated code - Adithya S K
1 parent 9ac07c8 commit a4f1532

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

RAG/00_RAG_from_Scratch/RAG_in_10_lines.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"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+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {
@@ -141,7 +150,7 @@
141150
"outputs": [],
142151
"source": [
143152
"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\")"
145154
]
146155
},
147156
{

0 commit comments

Comments
 (0)