Find answers from the community

Updated 10 months ago

was gonna try chain-of.tables pack, but

was gonna try chain-of.tables pack, but the page gives me a 404. Yesterday it was still up.
https://llamahub.ai/l/llama_packs-tables-chain_of_table?from=all
T
L
A
13 comments
hmmm thats an interesting way of installing on top of llama-index with cli command or the python code provided? πŸ€”
First does not work when building an Dockerimage.
Plain Text
8.227     download_llama_pack(
8.227   File "/opt/conda/lib/python3.10/site-packages/llama_index/core/llama_pack/download.py", line 56, in download_llama_pack
8.227     pack_cls = download_llama_pack_template(
8.227   File "/opt/conda/lib/python3.10/site-packages/llama_index/core/download/pack.py", line 126, in download_llama_pack_template
8.227     spec.loader.exec_module(module)  # type: ignore
8.227   File "<frozen importlib._bootstrap_external>", line 879, in exec_module
8.227   File "<frozen importlib._bootstrap_external>", line 1016, in get_code
8.227   File "<frozen importlib._bootstrap_external>", line 1073, in get_data
8.227 FileNotFoundError: [Errno 2] No such file or directory: '/app/chain_of_table_pack/llama_index/packs/tables/base.py'

Second method I would like to avoid.
One thing, be sure to build the docker container from scratch
If its trying to re-use any old python environment, it will not work πŸ˜…
The whole python environment needs to be nuked, it doesn't like having any old llama index packages
I did. Issue is the following: The dependencies get installed fine with both approaches. However the actual python code is not downloaded or copied to the download folder ....
I suspect it some kind of path issue, poking through the function itself in a sec
But how would a git install of the package even work now?
πŸ€·β€β™‚οΈ Its an enigma πŸ˜…

I have the feeling its connected to the original tutorial page I was on yesterday had a 404. Both this and the download script seem to reference a non-existent branch πŸ€”
Add a reply
Sign up and join the conversation on Discord