diff --git a/rag-on-edge/code/rag-on-edge-SLM-Phi3/modules/LLMModule/requirements.txt b/rag-on-edge/code/rag-on-edge-SLM-Phi3/modules/LLMModule/requirements.txt index 3894776..0e4d29e 100644 --- a/rag-on-edge/code/rag-on-edge-SLM-Phi3/modules/LLMModule/requirements.txt +++ b/rag-on-edge/code/rag-on-edge-SLM-Phi3/modules/LLMModule/requirements.txt @@ -24,7 +24,7 @@ # gguf>=0.1.0 # protobuf>=4.21.0 # langchain>=0.2.10,<0.3.0 -# langchain-community==0.2.9 +# langchain-community==0.3.0 # langsmith>=0.1.17,<0.2.0 # llama_cpp_python==0.3.1 # pydantic==1.10.13 @@ -34,6 +34,6 @@ Flask==3.0.0 cloudevents==1.10.1 dapr==1.11.0 -langchain-community==0.2.9 +langchain-community==0.3.0 llama_cpp_python==0.3.1 huggingface_hub>=0.25.1