Spaces:
Sleeping
Sleeping
File size: 4,567 Bytes
7424316 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
[nltk_data] Unzipping tokenizers/punkt.zip.
wandb: Logged trace tree to W&B.
2023-12-20 22:15:20 - Your app is available at http://localhost:7860
wandb: \ 1 of 5 files downloaded...
wandb: 5 of 5 files downloaded.
2023-12-20 22:15:24 - No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
Traceback (most recent call last):
File "/home/user/.local/lib/python3.9/site-packages/chainlit/utils.py", line 36, in wrapper
return await user_function(**params_values)
File "app.py", line 21, in start
chain = await extract_information()
File "/home/user/app/earnings_app.py", line 111, in extract_information
storage_context = wandb_callback.load_storage_context(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/callbacks/wandb_callback.py", line 318, in load_storage_context
storage_context = StorageContext.from_defaults(persist_dir=artifact_dir)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/storage/storage_context.py", line 81, in from_defaults
vector_store = vector_store or SimpleVectorStore.from_persist_dir(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 117, in from_persist_dir
return cls.from_persist_path(persist_path, fs=fs)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 253, in from_persist_path
raise ValueError(
ValueError: No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
wandb: \ 1 of 5 files downloaded...
wandb: 5 of 5 files downloaded.
2023-12-20 22:15:25 - No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
Traceback (most recent call last):
File "/home/user/.local/lib/python3.9/site-packages/chainlit/utils.py", line 36, in wrapper
return await user_function(**params_values)
File "app.py", line 21, in start
chain = await extract_information()
File "/home/user/app/earnings_app.py", line 111, in extract_information
storage_context = wandb_callback.load_storage_context(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/callbacks/wandb_callback.py", line 318, in load_storage_context
storage_context = StorageContext.from_defaults(persist_dir=artifact_dir)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/storage/storage_context.py", line 81, in from_defaults
vector_store = vector_store or SimpleVectorStore.from_persist_dir(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 117, in from_persist_dir
return cls.from_persist_path(persist_path, fs=fs)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 253, in from_persist_path
raise ValueError(
ValueError: No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
wandb: \ 1 of 5 files downloaded...
wandb: 5 of 5 files downloaded.
2023-12-20 22:15:26 - No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
Traceback (most recent call last):
File "/home/user/.local/lib/python3.9/site-packages/chainlit/utils.py", line 36, in wrapper
return await user_function(**params_values)
File "app.py", line 21, in start
chain = await extract_information()
File "/home/user/app/earnings_app.py", line 111, in extract_information
storage_context = wandb_callback.load_storage_context(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/callbacks/wandb_callback.py", line 318, in load_storage_context
storage_context = StorageContext.from_defaults(persist_dir=artifact_dir)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/storage/storage_context.py", line 81, in from_defaults
vector_store = vector_store or SimpleVectorStore.from_persist_dir(
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 117, in from_persist_dir
return cls.from_persist_path(persist_path, fs=fs)
File "/home/user/.local/lib/python3.9/site-packages/llama_index/vector_stores/simple.py", line 253, in from_persist_path
raise ValueError(
ValueError: No existing llama_index.vector_stores.simple found at /home/user/app/artifacts/earnings-index:v3/vector_store.json, skipping load.
|