From 16709ff6e7eb3ba874af5fe8d8df74d341c7d540 Mon Sep 17 00:00:00 2001 From: Devendra Parihar <54232149+Devparihar5@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:10:31 +0530 Subject: [PATCH] add missing frameworks - it automatically throws the error for `duckduckgo-search` that it's not installed - but when it comes to `pypdf` it's not showing a related error: only showing an error while processing documents --- ai_agent_tutorials/ai_legal_agent_team/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ai_agent_tutorials/ai_legal_agent_team/requirements.txt b/ai_agent_tutorials/ai_legal_agent_team/requirements.txt index c9bfc66..35e0aa7 100644 --- a/ai_agent_tutorials/ai_legal_agent_team/requirements.txt +++ b/ai_agent_tutorials/ai_legal_agent_team/requirements.txt @@ -1,5 +1,6 @@ phidata==2.5.33 streamlit==1.40.2 qdrant-client==1.12.1 -openai - \ No newline at end of file +openai +pypdf +duckduckgo-search