not-lain commited on
Commit
0e5560b
β€’
1 Parent(s): fe60a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ Resources used to build this project :
116
  * dataset : https://huggingface.co/datasets/not-lain/wikipedia
117
  * faiss docs : https://huggingface.co/docs/datasets/v2.18.0/en/package_reference/main_classes#datasets.Dataset.add_faiss_index
118
  * chatbot : https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
 
119
  """
120
 
121
 
 
116
  * dataset : https://huggingface.co/datasets/not-lain/wikipedia
117
  * faiss docs : https://huggingface.co/docs/datasets/v2.18.0/en/package_reference/main_classes#datasets.Dataset.add_faiss_index
118
  * chatbot : https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
119
+ * Full documentation : https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3
120
  """
121
 
122