You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes for the same question, I get the same response but in most cases, the generated response is "Unfortunately, I was not able to answer your question, because of the following error:
No code was found in the response" sdf = SmartDataframe(dfx, config={"llm": llm}) sdf.chat(query)
I have tried it on a sample dataset(downloaded from the internet) and it always works well, I wonder if my dataset should follow a certain structure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes for the same question, I get the same response but in most cases, the generated response is "Unfortunately, I was not able to answer your question, because of the following error:
No code was found in the response"
sdf = SmartDataframe(dfx, config={"llm": llm}) sdf.chat(query)
I have tried it on a sample dataset(downloaded from the internet) and it always works well, I wonder if my dataset should follow a certain structure.
Beta Was this translation helpful? Give feedback.
All reactions