Replies: 1 comment 1 reply
-
I dived deeper into the code and I see that the place where the description is built is here:
So I guess using the description argument can work 🥇 . My case suits this case where I want to enforce_privacy and still be able to solve complex queries by providing detailed description. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming I want to manually create description of the columns instead of letting the LLM infer it by using df.head() or similar, how can it be done?
I saw this code snippet on another discussion about the code generation instructions:
As far as I understand, it could help me improve performance as I can use a more detailed and most accurate description of the data.
Would appreciate any input.
Beta Was this translation helpful? Give feedback.
All reactions