embed-anything-gpu 0.7.2__tar.gz → 0.7.3__tar.gz

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.
Files changed (127) hide show
  1. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/Cargo.lock +4 -4
  2. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/Cargo.toml +2 -2
  3. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/PKG-INFO +1 -1
  4. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/LICENSE +0 -0
  5. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/README.md +0 -0
  6. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/Cargo.toml +0 -0
  7. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/README.md +0 -0
  8. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/docx_processor.rs +0 -0
  9. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/html_processor.rs +0 -0
  10. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/lib.rs +0 -0
  11. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/markdown_processor.rs +0 -0
  12. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/mod.rs +0 -0
  13. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/pdf_processor.rs +0 -0
  14. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/command.rs +0 -0
  15. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/error.rs +0 -0
  16. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/input.rs +0 -0
  17. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/mod.rs +0 -0
  18. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_boxes.rs +0 -0
  19. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_config_parameters.rs +0 -0
  20. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/output_data.rs +0 -0
  21. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/pdf/tesseract/parse_line_util.rs +0 -0
  22. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/processor.rs +0 -0
  23. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/txt_processor.rs +0 -0
  24. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/processors/src/video_processor.rs +0 -0
  25. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/pyproject.toml +0 -0
  26. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/Cargo.toml +0 -0
  27. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/README.md +0 -0
  28. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/__init__.py +0 -0
  29. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/_embed_anything.pyi +0 -0
  30. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/libiomp5md.dll +0 -0
  31. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/py.typed +0 -0
  32. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/python/embed_anything/vectordb.py +0 -0
  33. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/config.rs +0 -0
  34. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/lib.rs +0 -0
  35. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/colbert.rs +0 -0
  36. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/colpali.rs +0 -0
  37. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/mod.rs +0 -0
  38. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/models/reranker.rs +0 -0
  39. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/python/src/s3_client.rs +0 -0
  40. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/Cargo.toml +0 -0
  41. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/README.md +0 -0
  42. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/audio.rs +0 -0
  43. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/bert.rs +0 -0
  44. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/clip.rs +0 -0
  45. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/cloud.rs +0 -0
  46. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/cohere_pdf.rs +0 -0
  47. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colbert.rs +0 -0
  48. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colpali.rs +0 -0
  49. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/colsmol.rs +0 -0
  50. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/dino.rs +0 -0
  51. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/late_chunking.rs +0 -0
  52. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/model2vec.rs +0 -0
  53. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/ort_models.rs +0 -0
  54. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/reranker.rs +0 -0
  55. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/splade.rs +0 -0
  56. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/examples/web_embed.rs +0 -0
  57. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/cumulative.rs +0 -0
  58. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/mod.rs +0 -0
  59. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/chunkers/statistical.rs +0 -0
  60. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/config.rs +0 -0
  61. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/cohere.rs +0 -0
  62. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/gemini.rs +0 -0
  63. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/mod.rs +0 -0
  64. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/cloud/openai.rs +0 -0
  65. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/audio.rs +0 -0
  66. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/builder.rs +0 -0
  67. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/embedder.rs +0 -0
  68. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/mod.rs +0 -0
  69. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/text.rs +0 -0
  70. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/types.rs +0 -0
  71. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/embed/vision.rs +0 -0
  72. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/bert.rs +0 -0
  73. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/clip.rs +0 -0
  74. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colbert.rs +0 -0
  75. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colpali.rs +0 -0
  76. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colpali_ort.rs +0 -0
  77. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/colsmol.rs +0 -0
  78. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/gemma3.rs +0 -0
  79. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/jina.rs +0 -0
  80. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/mod.rs +0 -0
  81. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model2vec.rs +0 -0
  82. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/model_info.rs +0 -0
  83. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/modernbert.rs +0 -0
  84. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_bert.rs +0 -0
  85. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_colsmol.rs +0 -0
  86. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/ort_jina.rs +0 -0
  87. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/pooling.rs +0 -0
  88. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/qwen3.rs +0 -0
  89. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/text_embedding.rs +0 -0
  90. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/local/vision_encoder.rs +0 -0
  91. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/mod.rs +0 -0
  92. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/embeddings/utils.rs +0 -0
  93. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_loader.rs +0 -0
  94. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/audio_processor.rs +0 -0
  95. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/melfilters.bytes +0 -0
  96. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/melfilters128.bytes +0 -0
  97. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/mod.rs +0 -0
  98. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/audio/pcm_decode.rs +0 -0
  99. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/file_processor/mod.rs +0 -0
  100. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/hf_hub_utils.rs +0 -0
  101. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/lib.rs +0 -0
  102. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/bert.rs +0 -0
  103. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/mod.rs +0 -0
  104. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/text_model.rs +0 -0
  105. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/clip/vision_model.rs +0 -0
  106. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/colpali.rs +0 -0
  107. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/dinov2.rs +0 -0
  108. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/gemma.rs +0 -0
  109. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/gemma3.rs +0 -0
  110. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/array_processing.rs +0 -0
  111. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/mod.rs +0 -0
  112. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/model.rs +0 -0
  113. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/idefics3/tensor_processing.rs +0 -0
  114. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/jina_bert.rs +0 -0
  115. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/llama.rs +0 -0
  116. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/mod.rs +0 -0
  117. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/modernbert.rs +0 -0
  118. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/paligemma.rs +0 -0
  119. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/quantized_qwen3.rs +0 -0
  120. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/qwen3.rs +0 -0
  121. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/siglip.rs +0 -0
  122. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/models/with_tracing.rs +0 -0
  123. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/mod.rs +0 -0
  124. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/model.rs +0 -0
  125. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/reranker/qwen3.rs +0 -0
  126. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/s3_loader.rs +0 -0
  127. {embed_anything_gpu-0.7.2 → embed_anything_gpu-0.7.3}/rust/src/text_loader.rs +0 -0
@@ -2216,7 +2216,7 @@ dependencies = [
2216
2216
 
2217
2217
  [[package]]
2218
2218
  name = "embed_anything"
2219
- version = "0.7.2"
2219
+ version = "0.7.3"
2220
2220
  dependencies = [
2221
2221
  "accelerate-src",
2222
2222
  "anyhow",
@@ -2262,7 +2262,7 @@ dependencies = [
2262
2262
 
2263
2263
  [[package]]
2264
2264
  name = "embed_anything_python"
2265
- version = "0.7.2"
2265
+ version = "0.7.3"
2266
2266
  dependencies = [
2267
2267
  "embed_anything",
2268
2268
  "processors-rs",
@@ -5236,7 +5236,7 @@ dependencies = [
5236
5236
 
5237
5237
  [[package]]
5238
5238
  name = "processors-rs"
5239
- version = "0.7.2"
5239
+ version = "0.7.3"
5240
5240
  dependencies = [
5241
5241
  "anyhow",
5242
5242
  "docx-parser",
@@ -6345,7 +6345,7 @@ dependencies = [
6345
6345
 
6346
6346
  [[package]]
6347
6347
  name = "server"
6348
- version = "0.7.2"
6348
+ version = "0.7.3"
6349
6349
  dependencies = [
6350
6350
  "actix-multipart",
6351
6351
  "actix-web",
@@ -11,7 +11,7 @@ description = "Embed anything at lightning speed"
11
11
  repository = "https://github.com/StarlightSearch/EmbedAnything"
12
12
  authors = ["Akshay Ballal <arballal95@gmail.com>"]
13
13
  exclude = ["test_files/*", "python", "*.py", "pyproject.toml", "examples/images/*", "mkdocs.yml", "docs/*", "tests/*", ".github", "Dockerfile", "docs"]
14
- version = "0.7.2"
14
+ version = "0.7.3"
15
15
 
16
16
  [workspace.dependencies]
17
17
  pdf-extract = "0.9.0"
@@ -19,7 +19,7 @@ candle-nn = { version = "0.11.0" }
19
19
  candle-transformers = { version = "0.11.0" }
20
20
  candle-core = { version = "0.11.0" }
21
21
  candle-flash-attn = { version = "0.11.0" }
22
- processors-rs = { path = "processors", version = "=0.7.2" }
22
+ processors-rs = { path = "processors", version = "=0.7.3" }
23
23
 
24
24
  strum = "0.27.1"
25
25
  strum_macros = "0.27.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: embed_anything_gpu
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Classifier: Programming Language :: Python :: 3.10
5
5
  Classifier: Programming Language :: Python :: 3.11
6
6
  Classifier: Programming Language :: Python :: 3.12