We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab848fd commit c859f62Copy full SHA for c859f62
requirements.txt
@@ -1,21 +1,21 @@
1
-openai
2
-python-dotenv
3
-
4
-# For Chap3_03_QuestionAnsweringOnPDF
5
-redis
6
-pypdf
7
-numpy
8
9
-# For Chap3_04_VoiceAssistant
10
-gradio
11
-ffmpeg-python
12
-#openai-whisper
13
14
-# For Chapt5_01_LangChain
15
-langchain
16
-bs4
17
-wikipedia
18
19
-# For Chapt5_02_LangChainPDF
20
-tiktoken
21
-faiss-cpu
+openai==0.27.8
+python-dotenv==1.0.0
+
+# For Chap3_03_QuestionAnsweringOnPDF
+redis==4.5.5
+pypdf==3.11.0
+numpy==1.24.3
+# For Chap3_04_VoiceAssistant
+gradio==3.35.2
+ffmpeg-python==0.2.0
+#openai-whisper
+# For Chapt5_01_LangChain
+langchain==0.0.212
+bs4==0.0.1
+wikipedia==1.4.0
+# For Chapt5_02_LangChainPDF
+tiktoken==0.4.0
+faiss-cpu==1.7.4
0 commit comments