PCFISH commited on
Commit
d806b44
β€’
1 Parent(s): 62acfad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def get_conversation_chain(vectorstore):
74
  retriever=vectorstore.as_retriever(),
75
  memory=memory
76
  )
77
- st.session_state.conversation = conversation_chain
78
  return st.session_state.conversation
79
 
80
  # μ‚¬μš©μž μž…λ ₯을 μ²˜λ¦¬ν•˜λŠ” ν•¨μˆ˜μž…λ‹ˆλ‹€.
 
74
  retriever=vectorstore.as_retriever(),
75
  memory=memory
76
  )
77
+ st.session_state.conversation = conversation_chain
78
  return st.session_state.conversation
79
 
80
  # μ‚¬μš©μž μž…λ ₯을 μ²˜λ¦¬ν•˜λŠ” ν•¨μˆ˜μž…λ‹ˆλ‹€.