Skip to content

Commit

Permalink
pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie-Alice Blete committed Nov 24, 2023
1 parent ab848fd commit c859f62
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
openai
python-dotenv

# For Chap3_03_QuestionAnsweringOnPDF
redis
pypdf
numpy

# For Chap3_04_VoiceAssistant
gradio
ffmpeg-python
#openai-whisper

# For Chapt5_01_LangChain
langchain
bs4
wikipedia

# For Chapt5_02_LangChainPDF
tiktoken
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 comments on commit c859f62

Please sign in to comment.