You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing question and discussions and this question is not already answered.
I believe this is a legitimate question, not just a bug or feature request.
Your Question
terminal output:
INFO: Process 606303 Shared-Data created for Single Process
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_entities.json'} 0 data
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_relationships.json'} 0 data
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_chunks.json'} 0 data
INFO: Process 606303 initialized updated flags for namespace: [full_docs]
INFO: Process 606303 ready to initialize storage namespace: [full_docs]
INFO: Process 606303 initialized updated flags for namespace: [text_chunks]
INFO: Process 606303 ready to initialize storage namespace: [text_chunks]
INFO: Process 606303 initialized updated flags for namespace: [entities]
INFO: Process 606303 initialized updated flags for namespace: [relationships]
INFO: Process 606303 initialized updated flags for namespace: [chunks]
INFO: Process 606303 initialized updated flags for namespace: [chunk_entity_relation]
INFO: Process 606303 initialized updated flags for namespace: [llm_response_cache]
INFO: Process 606303 ready to initialize storage namespace: [llm_response_cache]
INFO: Process 606303 initialized updated flags for namespace: [doc_status]
INFO: Process 606303 ready to initialize storage namespace: [doc_status]
INFO: Process 606303 storage namespace already initialized: [full_docs]
INFO: Process 606303 storage namespace already initialized: [text_chunks]
INFO: Process 606303 storage namespace already initialized: [llm_response_cache]
INFO: Process 606303 storage namespace already initialized: [doc_status]
INFO: Process 606303 Pipeline namespace initialized
Sliding Window Attention is enabled but not implemented for sdpa; unexpected results may be encountered.
Loading checkpoint shards: 100%|███████████████████████████████████████████████████████████████| 4/4 [00:05<00:00, 1.36s/it]
/media/mldadmin/home/s124mdg31_02/miniconda3/envs/light/lib/python3.11/site-packages/transformers/generation/configuration_utils.py:677: UserWarning: num_beams is set to 1. However, early_stopping is set to True -- this flag is only used in beam-based generation modes. You should set num_beams>1 or unset early_stopping.
warnings.warn(
Also found that only kv_store_doc_status.json was created in ./dickens
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Do you need to ask a question?
Your Question
terminal output:
INFO: Process 606303 Shared-Data created for Single Process
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_entities.json'} 0 data
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_relationships.json'} 0 data
INFO:nano-vectordb:Init {'embedding_dim': 384, 'metric': 'cosine', 'storage_file': './dickens/vdb_chunks.json'} 0 data
INFO: Process 606303 initialized updated flags for namespace: [full_docs]
INFO: Process 606303 ready to initialize storage namespace: [full_docs]
INFO: Process 606303 initialized updated flags for namespace: [text_chunks]
INFO: Process 606303 ready to initialize storage namespace: [text_chunks]
INFO: Process 606303 initialized updated flags for namespace: [entities]
INFO: Process 606303 initialized updated flags for namespace: [relationships]
INFO: Process 606303 initialized updated flags for namespace: [chunks]
INFO: Process 606303 initialized updated flags for namespace: [chunk_entity_relation]
INFO: Process 606303 initialized updated flags for namespace: [llm_response_cache]
INFO: Process 606303 ready to initialize storage namespace: [llm_response_cache]
INFO: Process 606303 initialized updated flags for namespace: [doc_status]
INFO: Process 606303 ready to initialize storage namespace: [doc_status]
INFO: Process 606303 storage namespace already initialized: [full_docs]
INFO: Process 606303 storage namespace already initialized: [text_chunks]
INFO: Process 606303 storage namespace already initialized: [llm_response_cache]
INFO: Process 606303 storage namespace already initialized: [doc_status]
INFO: Process 606303 Pipeline namespace initialized
Sliding Window Attention is enabled but not implemented for
sdpa
; unexpected results may be encountered.Loading checkpoint shards: 100%|███████████████████████████████████████████████████████████████| 4/4 [00:05<00:00, 1.36s/it]
/media/mldadmin/home/s124mdg31_02/miniconda3/envs/light/lib/python3.11/site-packages/transformers/generation/configuration_utils.py:677: UserWarning:
num_beams
is set to 1. However,early_stopping
is set toTrue
-- this flag is only used in beam-based generation modes. You should setnum_beams>1
or unsetearly_stopping
.warnings.warn(
Also found that only kv_store_doc_status.json was created in ./dickens
Additional Context
No response
The text was updated successfully, but these errors were encountered: