Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
The openai library seems to use openai.embeddings instead of openai.Embedding (langchain-ai/langchain#12943)
  • Loading branch information
Aniloid2 committed Nov 8, 2023
1 parent eb42848 commit 74c42b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openai
openai==0.28.1
PySimpleGUI==4.60.4
sentence-transformers
tqdm==4.64.1
Expand All @@ -25,7 +25,6 @@ wget==3.2
pillow_heif
pysqlite3
plotly
openai
transformers
faiss-cpu
hydra-core==1.3.2
Expand Down

0 comments on commit 74c42b3

Please sign in to comment.