Charles Chan
commited on
Commit
·
131ded0
1
Parent(s):
21d443e
coding
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import random
|
3 |
from langchain_community.llms import HuggingFaceHub
|
4 |
-
from langchain_community.
|
5 |
from langchain_community.vectorstores import FAISS
|
6 |
from datasets import load_dataset
|
7 |
from opencc import OpenCC
|
|
|
1 |
import streamlit as st
|
2 |
import random
|
3 |
from langchain_community.llms import HuggingFaceHub
|
4 |
+
from langchain_community.embeddings import SentenceTransformerEmbeddings
|
5 |
from langchain_community.vectorstores import FAISS
|
6 |
from datasets import load_dataset
|
7 |
from opencc import OpenCC
|