@absolutejs/rag 0.0.7 → 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.
@@ -766,7 +766,10 @@ var buildRAGGroundingReferences = (sources) => {
766
766
  };
767
767
 
768
768
  // src/ai/rag/quality.ts
769
- var {mkdir, readFile, writeFile} = (() => ({}));
769
+ var {mkdir, readFile} = (() => ({}));
770
+
771
+ // src/ai/rag/atomicWrite.ts
772
+ var {rename, unlink, writeFile} = (() => ({}));
770
773
 
771
774
  // node:path
772
775
  function assertPath(path) {
@@ -4938,5 +4941,5 @@ export {
4938
4941
  useRAG
4939
4942
  };
4940
4943
 
4941
- //# debugId=7D903E63C4FDA9C664756E2164756E21
4944
+ //# debugId=E14D35744F7A469564756E2164756E21
4942
4945
  //# sourceMappingURL=index.js.map