Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 729bd58

Browse files
committed
update RAG chapter
1 parent 2455b56 commit 729bd58

9 files changed

+10
-23
lines changed
35.6 KB
Loading
43.8 KB
Loading
39.2 KB
Loading
45.6 KB
Loading

notebooks/llmu/Introduction_to_RAG.ipynb

Lines changed: 1 addition & 6 deletions
Large diffs are not rendered by default.

notebooks/llmu/RAG_over_Large_Scale_Data.ipynb

Lines changed: 2 additions & 4 deletions
Large diffs are not rendered by default.

notebooks/llmu/RAG_with_Chat_Embed_and_Rerank.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"\n",
534534
" \"\"\"\n",
535535
" while True:\n",
536-
" print(\"Starting conversation...\")\n",
536+
" print(f\"\\n{'-'*100}\\n\")\n",
537537
" # Get the user message\n",
538538
" message = input(\"User: \")\n",
539539
"\n",
@@ -596,9 +596,7 @@
596596
"\n",
597597
" print(\"\\nDOCUMENTS:\")\n",
598598
" for document in cited_documents:\n",
599-
" print(document)\n",
600-
"\n",
601-
" print(f\"\\n{'-'*100}\\n\")"
599+
" print(document)"
602600
]
603601
},
604602
{

notebooks/llmu/RAG_with_Connectors.ipynb

Lines changed: 3 additions & 5 deletions
Large diffs are not rendered by default.

notebooks/llmu/RAG_with_Quickstart_Connectors.ipynb

Lines changed: 2 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)