NeMo-Guardrails
NeMo-Guardrails copied to clipboard
use custom embedding and llm
I want to use custom embedding and custom llm (which are bascally API endpoints )to integrate with nemo guardrails. I already have it implemented in langchain. how do i use it with nemo guardrails?
Hi @sampratha28 ,
Have you followed the documentation? Specially you might find these documents helpful:
You can look at some example implementations here:
Let me know if you need further assistance.
Thanks! Pouyan