cmagganas commited on
Commit
99bedac
·
1 Parent(s): f28cd01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,6 +14,6 @@ from langchain.prompts.chat import (
14
  )
15
  import chainlit as cl
16
 
17
- from . import build_langchain_vector_store
18
 
19
- build_langchain_vector_store.py
 
14
  )
15
  import chainlit as cl
16
 
17
+ import build_langchain_vector_store
18
 
19
+ exec(open("build_langchain_vector_store.py").read())