From 0a57c802d19124252a48a6289c7d60f6e8e0d4dc Mon Sep 17 00:00:00 2001
From: Thierry Moreau <tmoreau@octoml.ai>
Date: Thu, 15 Feb 2024 10:55:27 -0500
Subject: [PATCH] pinning RAG chatbot requirements

---
 .../RAG_Chatbot_example/requirements.txt           | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/demo_apps/OctoAI_API_examples/RAG_Chatbot_example/requirements.txt b/demo_apps/OctoAI_API_examples/RAG_Chatbot_example/requirements.txt
index f1551f03..921c102d 100644
--- a/demo_apps/OctoAI_API_examples/RAG_Chatbot_example/requirements.txt
+++ b/demo_apps/OctoAI_API_examples/RAG_Chatbot_example/requirements.txt
@@ -1,7 +1,7 @@
-gradio
-pypdf
-langchain
-sentence-transformers
-faiss-cpu
-text-generation
-octoai-sdk
\ No newline at end of file
+gradio==4.16.0
+pypdf==4.0.0
+langchain==0.1.7
+sentence-transformers==2.2.2
+faiss-cpu==1.7.4
+text-generation==0.6.1
+octoai-sdk==0.8.3
\ No newline at end of file
-- 
GitLab