zeerd commited on
Commit
25a56fc
·
verified ·
1 Parent(s): b9221b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  from langchain_community.llms import HuggingFaceHub
3
  from langchain_community.embeddings import SentenceTransformerEmbeddings
4
  from langchain.vectorstores import FAISS
 
5
 
6
  # 1. 初始化 Gemma 模型
7
  try:
 
2
  from langchain_community.llms import HuggingFaceHub
3
  from langchain_community.embeddings import SentenceTransformerEmbeddings
4
  from langchain.vectorstores import FAISS
5
+ import numpy as np
6
 
7
  # 1. 初始化 Gemma 模型
8
  try: