You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently neither lmstudio-js nor lms appear to support embedding models. They are listed with lms ls but have no option to load with lms load or the TypeScript library. I'd like to have embeddings support for lmstudio-js for better integration of embeddings into TypeScript apps. This should approximately entail the ability to load embedding models and query the API with some kind of embed function which takes a string list and returns a list of float lists (or more accurately, a kind of EmbeddingsPredictionResult with that as its content field - I don't think the endpoint supports streaming so no need for an OngoingPrediction).
The text was updated successfully, but these errors were encountered:
Currently neither
lmstudio-js
norlms
appear to support embedding models. They are listed withlms ls
but have no option to load withlms load
or the TypeScript library. I'd like to have embeddings support forlmstudio-js
for better integration of embeddings into TypeScript apps. This should approximately entail the ability to load embedding models and query the API with some kind ofembed
function which takes astring
list and returns a list offloat
lists (or more accurately, a kind ofEmbeddingsPredictionResult
with that as itscontent
field - I don't think the endpoint supports streaming so no need for anOngoingPrediction
).The text was updated successfully, but these errors were encountered: