vesoft-inc / nebula-studio

NebulaGraph Web GUI Tools
Apache License 2.0
203 stars 62 forks source link

importer data field <--> prop mapping inference with LLM #757

Open wey-gu opened 9 months ago

wey-gu commented 9 months ago

Some users encountered this situation, where we had to configure multiple CSV files mapping to vertex and edge props. The table on the CSV file could be extremely wide like 20+ columns.

In such case, configuring the mapping between CSV columns to tag/edge prop is suffering!!

I think we could design a copilot-style UI with LLM being leveraged to help on this, ideally after the user clicks to accept correctly inferred mapping and manually change some of them, we could make this process super easy and happy.

cc @MuYiYong @yyh0808 @mizy

copilot for data import configuration mapping