I have been trying to use your example codes and I can get the vec2text to load on the new openai library(>0.28) but not the old one.
However the get_embeddings_openai method requires the old version <=0.28 of openai but then the vec2text imports and model loads no longer work.
This is the case no matter where I try to use this. In my local, on AWS EC2, even in your Link to Colab Demo on your README
I was going to check your requirements.txt file for clues but there are no versions pinned to any of the libraries...
Can you please share the versions on all of the required libraries which make them all work together please?
I have been trying to use your example codes and I can get the
vec2text
to load on the new openai library(>0.28
) but not the old one. However theget_embeddings_openai
method requires the old version<=0.28
ofopenai
but then thevec2text
imports and model loads no longer work. This is the case no matter where I try to use this. In my local, on AWS EC2, even in yourLink to Colab Demo
on yourREADME
I was going to check your
requirements.txt
file for clues but there are no versions pinned to any of the libraries...Can you please share the versions on all of the required libraries which make them all work together please?