mirror of
https://github.com/norandom/project_bookworm.git
synced 2024-12-04 03:13:42 +00:00
Compare commits
5 Commits
0118544c7d
...
30ebb519a1
Author | SHA1 | Date | |
---|---|---|---|
|
30ebb519a1 | ||
|
c422d14692 | ||
|
6fd67189d1 | ||
|
2d7e889968 | ||
|
e56c87a71d |
1363
EverNote_Documents_To_FAISS_Colab_GPU.ipynb
Normal file
1363
EverNote_Documents_To_FAISS_Colab_GPU.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
23
requirements.gpu.txt
Normal file
23
requirements.gpu.txt
Normal file
@ -0,0 +1,23 @@
|
||||
openai==1.13.3
|
||||
langchain==0.1.10
|
||||
pinecone-client==3.1.0
|
||||
python-dotenv==1.0.1
|
||||
tiktoken==0.6.0
|
||||
wikipedia==1.4.0
|
||||
pypdf[full]==4.0.2
|
||||
langchain_openai==0.0.8
|
||||
langchain_experimental==0.0.53
|
||||
langchainhub==0.1.14
|
||||
ipywidgets
|
||||
cryptography==42.0.5
|
||||
pikepdf==8.13.0
|
||||
html2text==2024.2.26
|
||||
transformers==4.39.0
|
||||
torch
|
||||
torchvision
|
||||
torchaudio
|
||||
sentence-transformers==2.5.1
|
||||
sqlite-vss==0.1.2
|
||||
faiss_cpu==1.8.0
|
||||
|
||||
|
@ -8,14 +8,16 @@ pypdf[full]==4.0.2
|
||||
langchain_openai==0.0.8
|
||||
langchain_experimental==0.0.53
|
||||
langchainhub==0.1.14
|
||||
ipywidgets==8.1.2
|
||||
ipywidgets
|
||||
cryptography==42.0.5
|
||||
pikepdf==8.13.0
|
||||
html2text==2024.2.26
|
||||
transformers==4.39.0
|
||||
torch==2.2.1+cpu
|
||||
torchvision==0.17.1+cpu
|
||||
torchaudio==2.2.1+cpu
|
||||
sentence-transformers==2.5.1
|
||||
sqlite-vss==0.1.2
|
||||
faiss_cpu==1.8.0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user