-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |