-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandasai can't use training data. #1457
Comments
Hey @YBlood134! I'm here to help you with PandasAI. I can assist you in solving bugs, answering questions, and becoming a contributor. Let's tackle this issue together! I found two similar open issues that might help you resolve the problem with PandasAI not using the training data:
These steps should help you troubleshoot and resolve the issue with PandasAI not utilizing the training data. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I have made the changes according to the instructions in both articles, but it still doesn't work and the message still appears.
|
To address the issue with PandasAI not using the training data, ensure the following steps are correctly implemented:
If these steps are correctly followed and the issue persists, consider checking the logs for any specific error messages that might indicate what is going wrong. This can provide more insight into the problem [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
C:\Users\22935\PycharmProjects\learnPy.venv\Scripts\python.exe C:\Users\22935\PycharmProjects\learnPy\from_sql_with_llama\bamboollm.py During handling of the above exception, another exception occurred: Traceback (most recent call last): Process finished with exit code 1 |
The error "Unequal lengths for fields: ids: 40, documents: 1" indicates that there is a mismatch between the number of IDs and the number of documents being added to the To resolve this issue, ensure that the agent.train(docs="Only return loans information about the past 10 years") If you are passing a single string, make sure that the Check your implementation to ensure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
System Info
OS version:Windows11
python version:3.9
🐛 Describe the bug
Hello! I have tried to train PandasAI in two ways:instruction training & q/a training.And I followed the tutorial here exactly:https://docs.pandas-ai.com/train. But it didn't work,below is the INFO screen shot.
Besides,I can't see anything about training in this website:
The text was updated successfully, but these errors were encountered: