Adhityan K V
Adhityan K V
I have been considering this for a while now. The more loaders, LLMs and embedding models we add, the question becomes more and more important. Currently the library already separates...
There should be support for audio, video and image inputs in addition to text
### Do you need to file an issue? - [ ] I have searched the existing issues and this bug is not already filed. - [x] I believe this is...
Potential fix for [https://github.com/llm-tools/embedJs/security/code-scanning/1](https://github.com/llm-tools/embedJs/security/code-scanning/1) To prevent prototype pollution, we need to ensure that the `key` parameter cannot be a special property like `__proto__`, `constructor`, or `prototype`. This can be achieved...