Update app.py
Browse files
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 |
|