🔧 feat: deleteRagFile utility for Consistent RAG API document deletion (#11493)

* 🔧 feat: Implement deleteRagFile utility for RAG API document deletion across storage strategies

* chore: import order

* chore: import order & remove unnecessary comments

---------

Co-authored-by: Danny Avila <danacordially@gmail.com>
This commit is contained in:
ethanlaj 2026-02-14 13:49:36 -05:00 committed by Danny Avila
parent a89945c24b
commit 2513e0a423
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
7 changed files with 221 additions and 46 deletions

View file

@ -5,5 +5,6 @@ export * from './filter';
export * from './mistral/crud';
export * from './ocr';
export * from './parse';
export * from './rag';
export * from './validation';
export * from './text';