Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghSuryaDeep authored Jan 9, 2025
2 parents 33f6cd3 + 075a03d commit beedebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/RAG/Granite_Docling_RAG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"id": "CxVuFY_A_JRL"
},
"source": [
"### Create the prompt for Granite 3.0 8b"
"### Create the prompt for Granite 3.1 8b"
]
},
{
Expand Down Expand Up @@ -580,7 +580,7 @@
}
},
"source": [
"Using the chunks from the similarity search as context, the response from Granite RAG 3.0 8b is recieved in JSON document. This cell then parses the JSON document to retrieve the sentences of the response along with metadata about the sentence which can be used to guide the displayed output."
"Using the chunks from the similarity search as context, the response from Granite RAG 3.1 8b is recieved in JSON document. This cell then parses the JSON document to retrieve the sentences of the response along with metadata about the sentence which can be used to guide the displayed output."
]
},
{
Expand Down

0 comments on commit beedebd

Please sign in to comment.