ryanrwatkins commited on
Commit
e62a46f
1 Parent(s): ee418e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +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,
7
  TextLoader,
 
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,
7
  TextLoader,