jchen8000 commited on
Commit
0c5910e
·
verified ·
1 Parent(s): 04937cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ from langchain_core.output_parsers import StrOutputParser
12
  from langchain_core.runnables import RunnablePassthrough
13
 
14
 
 
 
15
  # Initialize the FAISS vector store
16
  vector_store = None
17
 
 
12
  from langchain_core.runnables import RunnablePassthrough
13
 
14
 
15
+ print(f"Pyton version {sys.version}.")
16
+
17
  # Initialize the FAISS vector store
18
  vector_store = None
19