Skip to content

Commit

Permalink
Implement Preliminary Embedding Model
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusFileto committed Nov 20, 2024
1 parent 08857d5 commit 5359c42
Show file tree
Hide file tree
Showing 15 changed files with 750 additions and 43 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions libs/chonky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ error-stack = { workspace = true, public = true }
base64 = { workspace = true }
curl = { workspace = true }
image = { workspace = true, public = true, features = ["png", "bmp"] }
num-traits = { workspace = true }
pdfium-render = { workspace = true, public = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

# Private workspace dependencies
Expand Down
Loading

0 comments on commit 5359c42

Please sign in to comment.