Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,8 @@ from transformers import (
|
|
| 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
|
|
|
|
| 13 |
|
| 14 |
from langchain.prompts import PromptTemplate
|
| 15 |
from langchain.schema.runnable import RunnablePassthrough
|
|
|
|
| 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 HuggingFacePipeline
|
| 13 |
+
from transformers import BitsAndBytesConfig
|
| 14 |
|
| 15 |
from langchain.prompts import PromptTemplate
|
| 16 |
from langchain.schema.runnable import RunnablePassthrough
|