issues
search
matlab-deep-learning
/
llms-with-matlab
Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
Other
108
stars
24
forks
source link
Fix argument validation for extractOpenAIEmbeddings
#19
Closed
debymf
closed
6 months ago
debymf
commented
6 months ago
Here what this change fixes:
Limit Dimensions number to the maximum value
Dimensions only accepts positive values now
We now don't allow zero length input to embeddings
Here what this change fixes: