datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.94k stars 2.94k forks source link

feat: Perform RAG in search instead of simple keywords #11891

Open petros94 opened 5 days ago

petros94 commented 5 days ago

At my team, we usually use the search field to search for datasets with various characteristics. Currently this field operates with keyword matching of columns or words in the description of a dataset.

Since RAG adoption is on the rise, I'd like to propose a new feature leveraging natural language for searching the datasets:

I think that feature would greatly enhance the user experience and productivity, provide a competitive advantage against other solutions (https://www.secoda.co/blog/transforming-data-discovery-using-secoda-ai) and open new possibilities for the platform as a whole.