jxmorris12 / vec2text

utilities for decoding deep representations (like sentence embeddings) back to text
Other
673 stars 75 forks source link

Requirements file has no versions pinned #47

Open kristopher-smith opened 4 months ago

kristopher-smith commented 4 months ago

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?