Releases: tensorchord/vechord
Releases · tensorchord/vechord
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
What's Changed
- feat: add anthropic contextual retrieval example by @kemingy in #30
- feat: graph retrieval by @kemingy in #31
- chore: rm breakpoints in the code by @kemingy in #32
- feat: use gemini API to extract the PDF directly by @kemingy in #33
- feat: change to async interface by @kemingy in #35
- fix: encoder hook for numpy array by @kemingy in #36
- docs: update examples and docs to use the async interface by @kemingy in #37
- feat: support run defined pipeline from config by @kemingy in #38
- fix: dynamic pipeline namespace & keyword args by @kemingy in #39
- feat: add rate limit to gemini client by @kemingy in #40
- feat: support voyage multimodal embedding by @kemingy in #41
- feat: use psycopg pool to avoid conflicts in concurrent request by @kemingy in #42
- fix: split text-emb & multimodal-emb by @kemingy in #43
- refact: use msgspec struct to simplify gemini req/resp construction by @kemingy in #44
- chore: add codeql.yml by @kemingy in #45
- feat: add dockerfile, push to ghcr on release by @kemingy in #46
- refact: add provider as base class to reduce duplicate code by @kemingy in #47
- chore: fix the pages build step permission by @kemingy in #48
- fix: resolve some type errors by @kemingy in #49
- feat: add jina emb by @kemingy in #50
- refact: reduce the complexity of voyage client by @kemingy in #51
- feat: add UMBRELA LLM eval metric by @kemingy in #53
- feat: support graph index in dynamic pipeline by @kemingy in #52
- feat: Add llamaparse external ocr service support by @xieydd in #54
- docs: add dynamic pipeline example by @kemingy in #55
- feat: jina multimodal emb by @kemingy in #56
- feat: support eval in dynamic pipeline by @kemingy in #57
- fix: pad the defaults to match the length of fields by @kemingy in #58
- fix: add a fake chunk for graph on image/pdf by @kemingy in #59
- feat: allow user prompt by @kemingy in #60
- feat: support eval with image by @kemingy in #61
New Contributors
Full Changelog: 0.1.0...0.2.0
0.2.0-alpha.3
What's Changed
- fix: split text-emb & multimodal-emb by @kemingy in #43
- refact: use msgspec struct to simplify gemini req/resp construction by @kemingy in #44
- chore: add codeql.yml by @kemingy in #45
- feat: add dockerfile, push to ghcr on release by @kemingy in #46
- refact: add provider as base class to reduce duplicate code by @kemingy in #47
- chore: fix the pages build step permission by @kemingy in #48
- fix: resolve some type errors by @kemingy in #49
- feat: add jina emb by @kemingy in #50
- refact: reduce the complexity of voyage client by @kemingy in #51
- feat: add UMBRELA LLM eval metric by @kemingy in #53
- feat: support graph index in dynamic pipeline by @kemingy in #52
- feat: Add llamaparse external ocr service support by @xieydd in #54
- docs: add dynamic pipeline example by @kemingy in #55
- feat: jina multimodal emb by @kemingy in #56
New Contributors
Full Changelog: 0.2.0-alpha.2...0.2.0-alpha.3
0.2.0-alpha.2
What's Changed
- feat: support run defined pipeline from config by @kemingy in #38
- fix: dynamic pipeline namespace & keyword args by @kemingy in #39
- feat: add rate limit to gemini client by @kemingy in #40
- feat: support voyage multimodal embedding by @kemingy in #41
- feat: use psycopg pool to avoid conflicts in concurrent request by @kemingy in #42
Full Changelog: 0.2.0-alpha.1...0.2.0-alpha.2
0.2.0-alpha.1
What's Changed
- feat: add anthropic contextual retrieval example by @kemingy in #30
- feat: graph retrieval by @kemingy in #31
- chore: rm breakpoints in the code by @kemingy in #32
- feat: use gemini API to extract the PDF directly by @kemingy in #33
- feat: change to async interface by @kemingy in #35
- fix: encoder hook for numpy array by @kemingy in #36
- docs: update examples and docs to use the async interface by @kemingy in #37
Full Changelog: 0.1.0...0.2.0-alpha.1
0.1.0
What's Changed
- feat: support copy bulk by @kemingy in #24
- docs: add more guides by @kemingy in #25
- feat: auto configure the probe for vector search by @kemingy in #26
- fix: copy with binary format by @kemingy in #27
- fix: enable spherical_centroids for maxsim index by @kemingy in #28
- chore: use vectorchord-suite image by @kemingy in #29
Full Changelog: 0.1.0-alpha.4...0.1.0
0.1.0-alpha.4
What's Changed
- docs: improve the user guide by @kemingy in #15
- refactor: support customized index configuration by @kemingy in #16
- fix: can not import * by @yihong0618 in #18
- chore: enable the ruff preview for rule F822 by @kemingy in #19
- feat: support uuid v7 as primary key, add built-in tables, expose Pipeline by @kemingy in #23
New Contributors
- @yihong0618 made their first contribution in #18
Full Changelog: 0.1.0-alpha.3...0.1.0-alpha.4