ClementViricel
ClementViricel
Hello, I have the same issue here : ``` memory = ConversationBufferMemory( memory_key="chat_history", input_key="question", output_key="output_text", return_messages=True, human_prefix="Humain", ai_prefix="Assistant", ) ``` Here the verbosity of the chain : ``` Human: Quels...
same issue deploying on docker with the tutorial supplied on the airflow website. Running test_dags.py as follow : `import datetime import pendulum from airflow.models.dag import DAG from airflow.operators.empty import EmptyOperator...