cmagganas commited on
Commit
f28cd01
·
1 Parent(s): 4b753c6

Update app.py

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