Spaces:
Runtime error
Runtime error
DiamondYin
commited on
Commit
•
bd57dbf
1
Parent(s):
ca413dd
Update app_utils.py
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -16,7 +16,7 @@ from langchain.embeddings.openai import OpenAIEmbeddings # OpenAIGPTEmbeddings
|
|
16 |
from langchain.text_splitter import CharacterTextSplitter # CharacterTextSplitter is a class in the langchain.text_splitter module that can be used to split text into chunks.
|
17 |
#import streamlit as st
|
18 |
from langchain.indexes import VectorstoreIndexCreator #导入向量存储索引创建器
|
19 |
-
from langchain.vectorstores import DocArrayInMemorySearch #向量存储
|
20 |
from tenacity import (
|
21 |
retry,
|
22 |
stop_after_attempt,
|
|
|
16 |
from langchain.text_splitter import CharacterTextSplitter # CharacterTextSplitter is a class in the langchain.text_splitter module that can be used to split text into chunks.
|
17 |
#import streamlit as st
|
18 |
from langchain.indexes import VectorstoreIndexCreator #导入向量存储索引创建器
|
19 |
+
#from langchain.vectorstores import DocArrayInMemorySearch #向量存储
|
20 |
from tenacity import (
|
21 |
retry,
|
22 |
stop_after_attempt,
|