Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# app_hf_space.py (Iteration)
|
| 2 |
import streamlit as st
|
| 3 |
-
|
|
|
|
| 4 |
from langchain_community.vectorstores.faiss import FAISS
|
| 5 |
from langchain.chains import RetrievalQA
|
| 6 |
from langchain_huggingface.llms import HuggingFacePipeline
|
|
|
|
| 1 |
# app_hf_space.py (Iteration)
|
| 2 |
import streamlit as st
|
| 3 |
+
|
| 4 |
+
from langchain_huggingface import HuggingFaceEmbeddingsceEmbeddings
|
| 5 |
from langchain_community.vectorstores.faiss import FAISS
|
| 6 |
from langchain.chains import RetrievalQA
|
| 7 |
from langchain_huggingface.llms import HuggingFacePipeline
|