thanhtung09t2 commited on
Commit
2d284bc
1 Parent(s): c0fc809

Update file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.title("Smart Chabot for Organic Crop powered by Eco Footprint")
14
 
15
  @st.cache_resource
16
  def initialize():
17
- return ChatEngine(vector_index="chroma", force_new_db=False)
18
 
19
  engine = initialize()
20
 
 
14
 
15
  @st.cache_resource
16
  def initialize():
17
+ return ChatEngine(vector_index="chroma", force_new_db=True)
18
 
19
  engine = initialize()
20