mirror of
https://github.com/norandom/project_bookworm.git
synced 2024-11-21 16:23:44 +00:00
updated requirements txt to use faiss cpu
This commit is contained in:
parent
6fd67189d1
commit
c422d14692
@ -11,12 +11,13 @@ 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