Update pages/3_Earnings_Semantic_Search_π_.py
Browse files
pages/3_Earnings_Semantic_Search_π_.py
CHANGED
@@ -109,7 +109,7 @@ try:
|
|
109 |
|
110 |
docsearch = create_vectorstore(earnings_text,title, embedding_model)
|
111 |
|
112 |
-
memory, agent_executor = create_memory_and_agent(
|
113 |
|
114 |
if "messages" not in st.session_state or st.sidebar.button("Clear message history"):
|
115 |
st.session_state["messages"] = [AIMessage(content=starter_message)]
|
|
|
109 |
|
110 |
docsearch = create_vectorstore(earnings_text,title, embedding_model)
|
111 |
|
112 |
+
memory, agent_executor = create_memory_and_agent(docsearch)
|
113 |
|
114 |
if "messages" not in st.session_state or st.sidebar.button("Clear message history"):
|
115 |
st.session_state["messages"] = [AIMessage(content=starter_message)]
|