Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -14,6 +14,6 @@ from langchain.prompts.chat import ( 
     | 
|
| 14 | 
         
             
            )
         
     | 
| 15 | 
         
             
            import chainlit as cl
         
     | 
| 16 | 
         | 
| 17 | 
         
            -
             
     | 
| 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())
         
     |