[Good first issue | Enhance] Add column description info in LLM prompt #142
Labels
difficulty-easy
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
🚅Search before asking
I have searched for issues similar to this one.
🚅Description
This GFI allows sdgx to obtain the column description from raw_data or raw_data sampled data, and return a string in a text form that LLM can understand. The information in the text should include but not be limited to:
🏕Solution
Implements the
_form_columns_description
method ofsdgx.models.LLM.single_table.base.LLMBaseModel
.synthetic-data-generator/sdgx/models/LLM/base.py
Line 89 in ec31560
This method returns a string.
Developers can refer to the implementation ideas of
_form_message_with_offtable_features
and_form_dataset_description
methods.The text was updated successfully, but these errors were encountered: