community[minor]: Nemo embeddings(#16206)

This PR is adding support for NVIDIA NeMo embeddings issue #16095.

---------

Co-authored-by: Praveen Nakshatrala <pnakshatrala@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
nvpranak
2024-02-14 15:25:42 -06:00
committed by GitHub
parent 7c6009b76f
commit 91bcc9c5c9
4 changed files with 293 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ EXPECTED_ALL = [
"BookendEmbeddings",
"VolcanoEmbeddings",
"OCIGenAIEmbeddings",
"NeMoEmbeddings",
]