Skip to content

Commit

Permalink
updated code - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Oct 21, 2024
1 parent a4f1532 commit c8d9ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAG/00_RAG_from_Scratch/RAG_in_10_lines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"outputs": [],
"source": [
"from sentence_transformers import SentenceTransformer\n",
"model = SentenceTransformer(\"Alibaba-NLP/gte-base-en-v1.5\")"
"model = SentenceTransformer(\"Alibaba-NLP/gte-base-en-v1.5\", trust_remote_code=True)"
]
},
{
Expand Down

0 comments on commit c8d9ea5

Please sign in to comment.