Enabling memory to track is query is processed throws error

Hi ,

I enabled in crew.py memory=True , it return following error

ERROR:root:Error during short_term search: APIStatusError.init() missing 2 required keyword-only arguments: ‘response’ and ‘body’
ERROR:root:Error during entities search: APIStatusError.init() missing 2 required keyword-only arguments: ‘response’ and ‘body’

if I remove the setting then I this error is fixed.

Any clue what I am missing. Please let me know how cna i check if query is processed and no more agent assignment is needed.

Recieving this Error during short_term search & entities & save: [WinError 206] The filename or extension is too long: deviation_crew = Crew(
agents=[primary_agent, identification_agent, scope_impact_agent, investigation_agent, remediation_agent, effectiveness_agent, report_agent, final_agent],
tasks=[primary_task, identification_task, scope_impact_task, investigation_task, remediation_task, effectiveness_task, report_task, final_task],
process=Process.sequential,
planning=True,
planning_llm=planning_llm,
verbose=True,
memory=True,
embedder={
“provider”: “bedrock”,
“config”: {
“session”: boto3_session,
“model”: “amazon.titan-embed-text-v2:0”,
“vector_dimension”: 1024
}
},
)

Hello, did you get any answer for this issue ? I got the same