fixed import
Browse files- app/main_reflex.py +1 -1
app/main_reflex.py
CHANGED
@@ -16,7 +16,7 @@ try:
|
|
16 |
except Exception as e:
|
17 |
pass
|
18 |
|
19 |
-
from .engine.processing import ( # << creates the collection already
|
20 |
process_pdf,
|
21 |
process_txt,
|
22 |
index_data,
|
|
|
16 |
except Exception as e:
|
17 |
pass
|
18 |
|
19 |
+
from app.engine.processing import ( # << creates the collection already
|
20 |
process_pdf,
|
21 |
process_txt,
|
22 |
index_data,
|