diff --git a/rag_tutorials/rag_agent_cohere/requirements.txt b/rag_tutorials/rag_agent_cohere/requirements.txt index 827210d..f50128a 100644 --- a/rag_tutorials/rag_agent_cohere/requirements.txt +++ b/rag_tutorials/rag_agent_cohere/requirements.txt @@ -4,4 +4,6 @@ langchain-community>=0.0.10 cohere==5.11.4 qdrant-client==1.12.1 duckduckgo-search==4.1.1 -streamlit==1.40.2 \ No newline at end of file +streamlit==1.40.2 +langchain-cohere==0.3.2 +langchain-qdrant==0.2.0 \ No newline at end of file