run-llama / sec-insights

A real world full-stack application using LlamaIndex
https://www.secinsights.ai/
MIT License
2.32k stars 631 forks source link

missing modules cant upload doc #115

Open baskargopinath opened 1 month ago

baskargopinath commented 1 month ago

root@codespaces-73e26d:/workspaces/sec-insights/backend# python scripts/upsert_document.py https://drive.google.com/uc?export=download&id=1XFvbBFHM5lq1Q1FjVXW72Ktf5A84o-A6 [1] 217658 Traceback (most recent call last): File "/workspaces/sec-insights/backend/scripts/upsert_document.py", line 2, in from app.schema import Document ModuleNotFoundError: No module named 'app' [1]+ Exit 1 python scripts/upsert_document.py https://drive.google.com/uc?export=download root@codespaces-73e26d:/workspaces/sec-insights/backend#

baskargopinath commented 1 month ago

did make migrate and make run