mirror of
https://github.com/run-llama/sec-insights.git
synced 2026-07-01 20:24:03 -04:00
Issues with upsert new docs #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shotyme on GitHub (Oct 24, 2023).
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 on GitHub (Oct 25, 2023):
@shotyme Please activate the poetry shell and then reattempt the command.