Can we train the crew with the documents like .pdf, .doc data..? #1415
Unanswered
shiv-workspace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to train crew using the documents data using crewAI, but encountering EOF error. Please help me through this. Below is the code snippet which I am using to train the crew. Correct me if I am doing anything wrong here.
Context of code: user will upload the document and clicks on train then this function will be triggered. @stephenwithav
def training_upload_view(request, crew_id):
# Get the crew instance
crew = get_object_or_404(Crew, id=crew_id)
Beta Was this translation helpful? Give feedback.
All reactions