NVIDIA / NeMo-Guardrails

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

Fix/cache embeddings filesystem #722

Closed Pouyanpi closed 2 months ago

Pouyanpi commented 2 months ago

This PR prevents unnecessary initialization of the cache when it is not enabled, thus avoiding .cache/embeddings creation.

It partially resolves #655