amine-01 commited on
Commit
4ad74da
·
verified ·
1 Parent(s): 1ba1943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ from langchain.embeddings import SentenceTransformerEmbeddings
13
  from langchain_core.output_parsers import StrOutputParser
14
  from langchain_core.runnables import RunnablePassthrough
15
 
 
16
 
17
  # Define SPEAKER_TYPES to distinguish between user and bot roles
18
  SPEAKER_TYPES = {
 
13
  from langchain_core.output_parsers import StrOutputParser
14
  from langchain_core.runnables import RunnablePassthrough
15
 
16
+ !mkdir /VectorDB
17
 
18
  # Define SPEAKER_TYPES to distinguish between user and bot roles
19
  SPEAKER_TYPES = {