Skip to content

Releases: cocoindex-io/cocoindex

v0.3.8

15 Nov 15:26
0efd99a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

13 Nov 23:32
557f255

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

12 Nov 19:55
50cdd0f

Choose a tag to compare

What's Changed

  • roll out max_file_size support
    • feat: add max_file_size support to AzureBlob source by @prabhath004 in #1259
    • feat: add max_file_size support for the GoogleDrive source, solves #1250 by @Gohlub in #1269
  • docs: Add README with examples for CocoIndex projects by @xuzijan in #1273
  • Function timeout support
  • [docs] fix link for postgres_source by @badmonster0 in #1283

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

07 Nov 18:06
002eb00

Choose a tag to compare

What's Changed

  • feat: support included_patterns and excluded_patters for GoogleDrive source by @Gohlub in #1263
  • feat: collector automatically merge and align multiple collect() called with different schema by @skalwaghe-56 in #1153
  • chore: simplification for new collector logic by @georgeh0 in #1265
  • feat(healthz): expose a /healthz for CocoIndex server by @georgeh0 in #1270
  • docs: add docs for the HTTP server by @georgeh0 in #1271
  • fix: correctly encode type descriptions by @georgeh0 in #1272

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

07 Nov 05:07
07ce291

Choose a tag to compare

What's Changed

  • feat: add max_file_size support to LocalFile source by @prabhath004 in #1260
  • fix: make Postgres source change listening connection more stable by @georgeh0 in #1264

Full Changelog: v0.3.3...v0.3.4

v0.3.3

06 Nov 16:03
d18dd6e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Nov 02:37
bc6b3ce

Choose a tag to compare

What's Changed

  • feat: enhance UpdateStats display with progress bar and error handling by @ansu86d in #1223
  • fix: quick fix to make the library buildable by @georgeh0 in #1243
  • test: add a test to cover batching custom function support by @georgeh0 in #1239
  • chore: clean up --setup in documents - no longer needed by @georgeh0 in #1237
  • feat: sort input for SentenceTransformerEmbed to save padding cost by @georgeh0 in #1245
  • fix: make the progress bar display more clearly by @georgeh0 in #1247
  • fix: resolve forward ref in field types to be compatible with BAML by @georgeh0 in #1254
  • fix: make async custom functions work by @georgeh0 in #1255

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Nov 06:34
cd96429

Choose a tag to compare

What's Changed

  • Finish batching support
    • feat(batching): support batching for ColPali functions by @georgeh0 in #1233
    • feat(batching): support batching for embedding APIs by @georgeh0 in #1236
    • docs: add docs for enable batching in custom functions by @georgeh0 in #1238
  • feat: add http::request() util for better error message and retry by @georgeh0 in #1235
  • feat: consolidate progress bar and always report stats correctly by @georgeh0 in #1240

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Oct 04:04
ca0efea

Choose a tag to compare

What's Changed

  • Support batching of CocoIndex functions (#23)
    • feat(batching): implement batching util library by @georgeh0 in #1229
    • feat: support batching for Python SDK functions by @georgeh0 in #1232
  • fix(runtime): guard sync API inside async contexts (#1085) by @samojavo in #1224
  • Properly propagate cancellation and handle SIGINT during updates (#1008)
    • feat: propagate cancellations for async contexts by @georgeh0 in #1228
    • fix: use the batch runner to combine source indexer calls by @georgeh0 in #1230
  • feat: report elapsed time for processing by @georgeh0 in #1231

New Contributors

Full Changelog: v0.2.23...v0.3.0

v0.2.23

28 Oct 05:59
5d779e7

Choose a tag to compare

What's Changed

  • [docs]order of the examples by @badmonster0 in #1220
  • fix(ollama): correctly parse nested embeddings array from ollama endpoint /api/embed by @CAPsMANyo in #1227

New Contributors

Full Changelog: v0.2.22...v0.2.23