Skip to content

Releases: tensorchord/vechord

0.2.4

29 Aug 03:20
337a6b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

21 Aug 09:08
cba24e9
Compare
Choose a tag to compare

What's Changed

  • feat: support generating the groundtruth and evaluate on it by @kemingy in #68
  • chore: bump vectorchord suite to 0815 by @kemingy in #69

Full Changelog: 0.2.2...0.2.3

0.2.2

08 Aug 07:45
55385fb
Compare
Choose a tag to compare

What's Changed

  • fix: some type check and argument alignment by @kemingy in #64
  • fix: avoid cyclic import by @kemingy in #65
  • fix: use cls for Self return type by @kemingy in #66
  • fix: allow change base_url for openai emb by @kemingy in #67

Full Changelog: 0.2.1...0.2.2

0.2.1

07 Aug 04:21
5e8bb89
Compare
Choose a tag to compare

What's Changed

  • feat: support jina rerank for text & image by @kemingy in #62
  • fix: force llm to generate descriptions for entity and relation by @kemingy in #63

Full Changelog: 0.2.0...0.2.1

0.2.0

04 Aug 11:14
5944604
Compare
Choose a tag to compare

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

24 Jul 12:50
0f0de75
Compare
Choose a tag to compare
0.2.0-alpha.3 Pre-release
Pre-release

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

04 Jul 09:40
9d78227
Compare
Choose a tag to compare
0.2.0-alpha.2 Pre-release
Pre-release

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

25 Jun 06:44
4c8a02b
Compare
Choose a tag to compare
0.2.0-alpha.1 Pre-release
Pre-release

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

14 Apr 07:04
e236535
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0-alpha.4...0.1.0

0.1.0-alpha.4

07 Apr 02:37
7a305e2
Compare
Choose a tag to compare
0.1.0-alpha.4 Pre-release
Pre-release

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

Full Changelog: 0.1.0-alpha.3...0.1.0-alpha.4