Skip to content

Releases: instill-ai/artifact-backend

v0.10.1-alpha

14 Aug 07:59
2c5fdf9
Compare
Choose a tag to compare
v0.10.1-alpha Pre-release
Pre-release

0.10.1-alpha (2024-08-14)

Bug Fixes

  • catalog: fix the catalog permission issue (#75) (2db2ce3)

v0.10.0-alpha

13 Aug 03:02
3c0094b
Compare
Choose a tag to compare
v0.10.0-alpha Pre-release
Pre-release

0.10.0-alpha (2024-08-12)

Features

  • catalog: add file catalog api (#73) (c30317f)
  • catalog: check the user tier for catalog limit (#70) (d35a96f)
  • catalog: sort the chunk (#74) (c434cbd)
  • catalog: support different file-to-embedding process (#69) (7f40dc1)
  • catalog: support more file type to uplaod (#67) (2d3c705)
  • catalog: support question answering (#71) (a540c93)

Bug Fixes

  • catalog: add requester when calling pipeline (#72) (0880d91)

v0.9.1-alpha

06 Aug 11:06
37b60b4
Compare
Choose a tag to compare
v0.9.1-alpha Pre-release
Pre-release

0.9.1-alpha (2024-08-06)

Bug Fixes

v0.9.0-alpha

05 Aug 19:01
f2bdaec
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

0.9.0-alpha (2024-08-05)

Features

Bug Fixes

  • catalog: list file api's page token (#64) (ac56be0)

v0.8.1-alpha

02 Aug 05:15
c2072d0
Compare
Choose a tag to compare
v0.8.1-alpha Pre-release
Pre-release

0.8.1-alpha (2024-08-01)

Bug Fixes

  • catalog: call embedding with max 32 size batch (#60) (e6b25ec)
  • catalog: max 3 catalog per namespace (#58) (786790c)
  • catalog: when delete catalog and file, also delete the artifact (#61) (cf6ecc3)

v0.8.0-alpha

01 Aug 09:17
73406eb
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

0.8.0-alpha (2024-08-01)

Features

  • catalog: rename endpoint from kb to catalog (#56) (c8e543d)

v0.7.0-alpha

30 Jul 10:02
33de9d5
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

0.7.0-alpha (2024-07-30)

Features

  • artifact: update protogen-go (c8d41a7)
  • artifact: use retrievable to decide if chunk can be return (#54) (bde3e85)
  • kb: add acl and update pipeline (#49) (bf7feea)
  • kb: add check and clear message in openfga init (#52) (0a11838)
  • kb: add resource limit (#43) (5f61f44)
  • kb: dealing with failure in file-to-embedding process (#47) (0448a69)
  • kb: retrieval test api (#41) (8b94cc9)
  • kb: update preset's pipeline (2751023)
  • kb: using preset's pipeline for file-to-embedding worker (#45) (8c57ad1)

Bug Fixes

  • kb: empty similar chunks (#55) (d1d5345)
  • kb: fix db migration error (#53) (7cc65b7)
  • kb: similar chunk search by prompt text (#46) (265f101)
  • kb: use correct kb uid in chunk similarity search (#44) (e76aafa)

v0.6.0-alpha

16 Jul 12:25
e0cbac4
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

0.6.0-alpha (2024-07-15)

Features

Bug Fixes

  • kb: fixed some bugs in file-to-embedding process (#35) (703bb0b)
  • kb: issue of chunking (#34) (66307c7)

v0.5.0-alpha

02 Jul 16:40
0c60259
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

0.5.0-alpha (2024-06-25)

Features

  • kb: add owner_id parameter in knowledge base endpoint (#27) (e85020b)
  • registry: support image deletion (#29) (fe818da)

v0.4.0-alpha

19 Jun 04:56
d8ad127
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

0.4.0-alpha (2024-06-16)

Features

  • kb: support knowledge base file related api (#23) (3912028)
  • use camelCase for HTTP body (#22) (5d0fc2f)

Bug Fixes