Skip to content

Commit

Permalink
feat(docling): update docling and use hybrid chunker (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pilar <[email protected]>
  • Loading branch information
pilartomas authored Dec 9, 2024
1 parent d274908 commit 592c4f8
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 950 deletions.
1 change: 1 addition & 0 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const createLogger = (
});

function stringifySerializedError(err: SerializedError, depth = 1): string {
if (depth > 5) return 'Causes too deep, truncating ...';
const depthMarker = `#`.repeat(depth);
return `${depthMarker} Message
${err.message}
Expand Down
Loading

0 comments on commit 592c4f8

Please sign in to comment.