mikepastor11
commited on
Commit
•
3176d98
1
Parent(s):
ea0b1ef
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ from langchain_community.embeddings import HuggingFaceInstructEmbeddings
|
|
18 |
# from langchain.vectorstores import FAISS
|
19 |
from langchain_community.vectorstores import FAISS
|
20 |
|
|
|
|
|
21 |
# from langchain.memory import ConversationBufferMemory
|
22 |
# from langchain.chains import ConversationalRetrievalChain
|
23 |
# from htmlTemplates import css, bot_template, user_template
|
|
|
18 |
# from langchain.vectorstores import FAISS
|
19 |
from langchain_community.vectorstores import FAISS
|
20 |
|
21 |
+
from langchain.text_splitter import CharacterTextSplitter
|
22 |
+
|
23 |
# from langchain.memory import ConversationBufferMemory
|
24 |
# from langchain.chains import ConversationalRetrievalChain
|
25 |
# from htmlTemplates import css, bot_template, user_template
|