run-llama / sec-insights

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

Issues with upsert new docs #63

Closed shotyme closed 1 year ago

shotyme commented 1 year ago

Hi, after following your tutorial the app is running correctly and I was trying to insert some docs via the upsert_document.py script. But I'm getting a lot of errors which indicates that the dependencies are are not resolved correctly (module Fire could not be found)

I'm using codespaces and installed the dependencies via poetry install What am I missing here?

BytesByJay commented 1 year ago

@shotyme Please activate the poetry shell and then reattempt the command.