issues
search
Mintplex-Labs
/
anything-llm
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.47k
stars
2.77k
forks
source link
Patch bad models endpoint path in LM Studio embedding engine
#2628
Closed
shatfield4
closed
1 week ago
shatfield4
commented
1 week ago
Pull Request Type
[ ] ✨ feat
[x] 🐛 fix
[ ] ♻️ refactor
[ ] 💄 style
[ ] 🔨 chore
[ ] 📝 docs
Relevant Issues
resolves #2333
What is in this change?
Patch a bad path to the LM Studio
/models
endpoint which was actually calling on the
/embeddings/models
(does not exist)
Additional Information
Developer Validations
[x] I ran
yarn lint
from the root of the repo & committed changes
[x] Relevant documentation has been updated
[x] I have tested my code functionality
[x] Docker build succeeds locally
Pull Request Type
Relevant Issues
resolves #2333
What is in this change?
/models
endpoint which was actually calling on the/embeddings/models
(does not exist)Additional Information
Developer Validations
yarn lint
from the root of the repo & committed changes