tsissam commited on
Commit
09c53e7
·
verified ·
1 Parent(s): 18bc323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from langchain.vectorstores import FAISS as LangChainFAISS
7
  from langchain.docstore import InMemoryDocstore
8
  from langchain.schema import Document
9
  from langchain.chains import RetrievalQA
 
10
  import gradio as gr
11
 
12
  # Paths (relative to app root)
 
7
  from langchain.docstore import InMemoryDocstore
8
  from langchain.schema import Document
9
  from langchain.chains import RetrievalQA
10
+ from langchain.embeddings import HuggingFaceEmbeddings
11
  import gradio as gr
12
 
13
  # Paths (relative to app root)