Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import (
|
|
| 8 |
)
|
| 9 |
import streamlit as st
|
| 10 |
from langchain_community.vectorstores import FAISS
|
| 11 |
-
|
| 12 |
from langchain_community.llms import HuggingFacePipelinefrom transformers import BitsAndBytesConfig
|
| 13 |
|
| 14 |
from langchain.prompts import PromptTemplate
|
|
|
|
| 8 |
)
|
| 9 |
import streamlit as st
|
| 10 |
from langchain_community.vectorstores import FAISS
|
| 11 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
| 12 |
from langchain_community.llms import HuggingFacePipelinefrom transformers import BitsAndBytesConfig
|
| 13 |
|
| 14 |
from langchain.prompts import PromptTemplate
|