Samizie commited on
Commit
12c0791
·
verified ·
1 Parent(s): 29e2c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from embedding.vector_store import initialize_vector_store, clear_chroma_db
11
  from conversation.talks import clean_input, small_talks
12
  import nest_asyncio
13
 
14
- nest_asyncio.apply()
15
  #Clearing ChromaDB at startup to clean up any previous data
16
  #clear_chroma_db()
17
 
 
11
  from conversation.talks import clean_input, small_talks
12
  import nest_asyncio
13
 
14
+ #nest_asyncio.apply()
15
  #Clearing ChromaDB at startup to clean up any previous data
16
  #clear_chroma_db()
17