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
I added a very descriptive title to this question.
I searched the LangChain documentation with the integrated search.
I used the GitHub search to find a similar question and didn't find it.
Commit to Help
I commit to help with one of those options 👆
Example Code
#Methods Tried##Append historical dialogues ##Augment Query based on history (not so accurate sometimes)##Append summary
Description
I am using deepseek model to generate pandas code from queries (pandas agent). If i add history context in the prompt, the pandas code is more of a hallucinated one. what can be best approaches for this?
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
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am using deepseek model to generate pandas code from queries (pandas agent). If i add history context in the prompt, the pandas code is more of a hallucinated one. what can be best approaches for this?
System Info
custom pandas agent in langchain
Beta Was this translation helpful? Give feedback.
All reactions