crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

[BUG] Memory Rag Storage Issue

Open human058382928 opened this issue 1 year ago • 20 comments

Description

Started getting this error regarding rag with the latest version 0.83.0

Steps to Reproduce

Just using the default crew configuration with memory=True.

Expected behavior

no errors

Screenshots/Code snippets

    return Crew(
        agents=agents,
        tasks=tasks,
        manager_agent=create_manager_agent(),
        process=Process.sequential,
        memory=True,
        verbose=crewai_verbose,
        **kwargs
    )

Operating System

Ubuntu 20.04

Python Version

3.10

crewAI Version

0.83.0

crewAI Tools Version

0.14.0

Virtual Environment

Conda

Evidence

2024-11-27 10:42:36,152 - 13765931008 - rag_storage.py-rag_storage:118 - ERROR: Error during short_term search: APIStatusError.__init__() missing 2 required keyword-only arguments: 'response' and 'body'
2024-11-27 10:42:36,457 - 13765931008 - rag_storage.py-rag_storage:118 - ERROR: Error during entities search: APIStatusError.__init__() missing 2 required keyword-only arguments: 'response' and 'body'

Possible Solution

Not sure currently

Additional context

Nothing else

human058382928 avatar Nov 27 '24 18:11 human058382928