cryogenic22 commited on
Commit
9e14c06
·
verified ·
1 Parent(s): 6ab15d2

Update components/chat.py

Browse files
Files changed (1) hide show
  1. components/chat.py +1 -0
components/chat.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from langchain_core.messages import HumanMessage, AIMessage
 
3
 
4
  def display_chat_interface():
5
  """Display chat interface component"""
 
1
  import streamlit as st
2
  from langchain_core.messages import HumanMessage, AIMessage
3
+ from utils.database import verify_vector_store
4
 
5
  def display_chat_interface():
6
  """Display chat interface component"""