@absolutejs/rag 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -769,7 +769,10 @@ var buildRAGGroundingReferences = (sources) => {
769
769
  };
770
770
 
771
771
  // src/ai/rag/quality.ts
772
- var {mkdir, readFile, writeFile} = (() => ({}));
772
+ var {mkdir, readFile} = (() => ({}));
773
+
774
+ // src/ai/rag/atomicWrite.ts
775
+ var {rename, unlink, writeFile} = (() => ({}));
773
776
 
774
777
  // node:path
775
778
  function assertPath(path) {
@@ -4379,5 +4382,5 @@ export {
4379
4382
  RAGClientService
4380
4383
  };
4381
4384
 
4382
- //# debugId=2089A913B3BF077264756E2164756E21
4385
+ //# debugId=2077B9A4F5EBAAED64756E2164756E21
4383
4386
  //# sourceMappingURL=index.js.map