Replies: 6 comments 5 replies
-
|
The Regarding full-text search, it is currently not supported in HugeGraph, and I couldn't find specific information about future plans or a roadmap for supporting full-text search in the repository [2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@dosu, you should refer #884 (comment) to answer the question in English
The implementation of attribute indexes in hugegraph depends on the storage and mainly relies on lsm-tree; the implementation principle of full-text indexes is to perform word segmentation on the attribute text and then store the index. Reference document: 2.5 IndexLabel Perhaps we can use some automatic translation plugins or LLM to automatically summarize and translate some common historical questions |
Beta Was this translation helpful? Give feedback.
-
|
So what I think is that Hugegraph right now has very limited capability in terms of search. Since external search engine support isn't supported right now therefore that pain will be there till the time its not implemented. I feel supporting external search engine like Elasticsearch, and vector DB will make this even more powerful. |
Beta Was this translation helpful? Give feedback.
-
|
@tomasciudad-indra Thanks for the follow-up. Short answer: we do not have a short-term plan to add a separate full-text indexing engine in HugeGraph; vector indexing is the current priority, but we are open to well-argued proposals from the community. A practical direction would be an external module that writes full-text indexes asynchronously. That keeps the core HugeGraph codebase minimally invasive, allows the module to be maintained independently, and keeps the impact on OLTP latency low while still preserving eventual consistency. Also, PR #2922 already contains the initial vector index integration design, so comments and ideas there are very welcome. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @imbajin for your quick answer, I will review the PR of course. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Janusgraph secondary index used to be e.g elastic search, same way in hugegraph also has that concept?
What is the role of
secondary()here and how it works?Also, full text search isnt supported yet, so what is the future plan for this?
Beta Was this translation helpful? Give feedback.
All reactions