[Bug]: (rag.query_with_separate_keyword_extraction)When I use word embeddings provided by SiliconFlow, there's a retrieval failure phenomenon, but this doesn't occur with the OpenAI interface. #1378
Labels
bug
Something isn't working
Do you need to file an issue?
Describe the bug
When I use the rag.query() function, it returns normally. However, when I use rag.query_with_separate_keyword_extraction(), a retrieval failure occurs.
Steps to reproduce
return:
INFO: Process 7831 Shared-Data created for Single Process INFO:nano-vectordb:Load (37, 1024) data INFO:nano-vectordb:Init {'embedding_dim': 1024, 'metric': 'cosine', 'storage_file': '/home/amax/qcjySONG/newsql/Spider2_0406/spider2-snow/resource/databases/GITHUB_REPOS/GITHUB_REPOS_emb/vdb_entities.json'} 37 data INFO:nano-vectordb:Load (42, 1024) data INFO:nano-vectordb:Init {'embedding_dim': 1024, 'metric': 'cosine', 'storage_file': '/home/amax/qcjySONG/newsql/Spider2_0406/spider2-snow/resource/databases/GITHUB_REPOS/GITHUB_REPOS_emb/vdb_relationships.json'} 42 data INFO:nano-vectordb:Load (43, 1024) data INFO:nano-vectordb:Init {'embedding_dim': 1024, 'metric': 'cosine', 'storage_file': '/home/amax/qcjySONG/newsql/Spider2_0406/spider2-snow/resource/databases/GITHUB_REPOS/GITHUB_REPOS_emb/vdb_chunks.json'} 43 data INFO: Process 7831 initialized updated flags for namespace: [full_docs] INFO: Process 7831 ready to initialize storage namespace: [full_docs] INFO: Process 7831 initialized updated flags for namespace: [text_chunks] INFO: Process 7831 ready to initialize storage namespace: [text_chunks] INFO: Process 7831 initialized updated flags for namespace: [entities] INFO: Process 7831 initialized updated flags for namespace: [relationships] INFO: Process 7831 initialized updated flags for namespace: [chunks] INFO: Process 7831 initialized updated flags for namespace: [chunk_entity_relation] INFO: Process 7831 initialized updated flags for namespace: [llm_response_cache] INFO: Process 7831 ready to initialize storage namespace: [llm_response_cache] INFO: Process 7831 initialized updated flags for namespace: [doc_status] INFO: Process 7831 ready to initialize storage namespace: [doc_status] No keywords found in query_param. Could default to global mode or fail. Sorry, I'm not able to provide an answer to that question.[no-context]
Expected Behavior
No response
LightRAG Config Used
LightRAG 1.3.1
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: