ryanrwatkins commited on
Commit
473bef8
1 Parent(s): e62a46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  #https://medium.com/thedeephub/rag-chatbot-powered-by-langchain-openai-google-generative-ai-and-hugging-face-apis-6a9b9d7d59db
2
  #https://github.com/AlaGrine/RAG_chatabot_with_Langchain/blob/main/RAG_notebook.ipynb
3
 
 
4
 
5
  from langchain_community.document_loaders import (
6
  PyPDFLoader,
 
1
  #https://medium.com/thedeephub/rag-chatbot-powered-by-langchain-openai-google-generative-ai-and-hugging-face-apis-6a9b9d7d59db
2
  #https://github.com/AlaGrine/RAG_chatabot_with_Langchain/blob/main/RAG_notebook.ipynb
3
 
4
+
5
 
6
  from langchain_community.document_loaders import (
7
  PyPDFLoader,