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
The current vector-distance-based search combined with 2-degree relationship expansion is insufficient for retrieving relevant results from graph. To address this, we propose:
Pruning Mechanism:
Filter out irrelevant nodes and edges during search to reduce noise.
Adaptive Search Depth:
Dynamically adjust the depth of the search based on query complexity and data relevance.
Leverage LLMs for Accuracy:
Use Large Language Models (LLMs) to refine search paths and improve result precision.
The text was updated successfully, but these errors were encountered:
Question: is TiKV part of TiDB? or can it be used separately? I was searching for some KV storage and found TiKV repo, but nothing much there, so I'm wondering if it's part of TiDB.
The current vector-distance-based search combined with 2-degree relationship expansion is insufficient for retrieving relevant results from graph. To address this, we propose:
The text was updated successfully, but these errors were encountered: