NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
3.72k stars 325 forks source link

Feat/issue 497 implement custom embedding model #548

Open Pouyanpi opened 3 weeks ago

Pouyanpi commented 3 weeks ago

Summary

This PR implements EmbeddingProviderRegistry that extends the singleton base Registry class. It resolves #497.

Key Changes:

TODO:

Add documentation