NeMo-Guardrails
NeMo-Guardrails copied to clipboard
feat(llmrails): Add serialization support for LLMRails
The changes include the addition of __getstate__ and __setstate__ and methods to the LLMRails class. These methods are used for pickling and unpickling of the class instance, allowing it to be serialized and deserialized.
It might resolve #614