Skip to content

Commit

Permalink
chore(main): release 0.14.0-alpha (#95)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.14.0-alpha](v0.13.2-alpha...v0.14.0-alpha)
(2024-09-13)


### Features

* add CreateRepositoryTag endpoint
([#8](#8))
([61bc325](61bc325))
* aggregate tag list with database info
([#7](#7))
([6cc2d8d](6cc2d8d))
* **artifact:** add minIO retry and file deletion
([#89](#89))
([8f391f0](8f391f0))
* **artifact:** update protogen-go
([c8d41a7](c8d41a7))
* **artifact:** use retrievable to decide if chunk can be return
([#54](#54))
([bde3e85](bde3e85))
* **catalog:** add file catalog api
([#73](#73))
([c30317f](c30317f))
* **catalog:** check the user tier for catalog limit
([#70](#70))
([d35a96f](d35a96f))
* **catalog:** implement conversation and message api
([#77](#77))
([e02b1f1](e02b1f1))
* **catalog:** order asc in create time
([#80](#80))
([98348e9](98348e9))
* **catalog:** rename endpoint from kb to catalog
([#56](#56))
([c8e543d](c8e543d))
* **catalog:** sort the chunk
([#74](#74))
([c434cbd](c434cbd))
* **catalog:** support concurrent text to embedding process
([#85](#85))
([12d313c](12d313c))
* **catalog:** support different file-to-embedding process
([#69](#69))
([7f40dc1](7f40dc1))
* **catalog:** support more file type to uplaod
([#67](#67))
([2d3c705](2d3c705))
* **catalog:** support originalData return
([#87](#87))
([eb0c7fd](eb0c7fd))
* **catalog:** support question answering
([#71](#71))
([a540c93](a540c93))
* **catalog:** support xlsx
([#79](#79))
([f1e2505](f1e2505))
* **catalog:** update the pipeline that ask endpoint use
([#83](#83))
([b5bbc75](b5bbc75))
* **catalog:** update the proto-go
([#82](#82))
([94fa708](94fa708))
* **catelog:** make topK default 5
([#62](#62))
([02259e1](02259e1))
* create artifact database if it does not exist
([#4](#4))
([787a4ad](787a4ad))
* fetch repository tags from registry
([#6](#6))
([3568735](3568735))
* **kb:** add acl and update pipeline
([#49](#49))
([bf7feea](bf7feea))
* **kb:** add check and clear message in openfga init
([#52](#52))
([0a11838](0a11838))
* **kb:** add file metadata
([#37](#37))
([51113ce](51113ce))
* **kb:** add owner_id parameter in knowledge base endpoint
([#27](#27))
([e85020b](e85020b))
* **kb:** add resource limit
([#43](#43))
([5f61f44](5f61f44))
* **kb:** add some kb metadata
([#36](#36))
([0e42ff4](0e42ff4))
* **KB:** chunk catalog api
([#39](#39))
([71a3996](71a3996))
* **kb:** dealing with failure in file-to-embedding process
([#47](#47))
([0448a69](0448a69))
* **KB:** file-to-embedding worker pool
([#32](#32))
([5409db3](5409db3))
* **kb:** knowldge base crud endpoints
([#19](#19))
([0e9f32b](0e9f32b))
* **kb:** knowledge base repository done
([#18](#18))
([f6aeaae](f6aeaae))
* **kb:** retrieval test api
([#41](#41))
([8b94cc9](8b94cc9))
* **kb:** support knowledge base file related api
([#23](#23))
([3912028](3912028))
* **kb:** update preset's pipeline
([2751023](2751023))
* **kb:** using preset's pipeline for file-to-embedding worker
([#45](#45))
([8c57ad1](8c57ad1))
* **registry:** support image deletion
([#29](#29))
([fe818da](fe818da))
* use camelCase for HTTP body
([#22](#22))
([5d0fc2f](5d0fc2f))
* use dind in Dockerfile
([#14](#14))
([d95aa68](d95aa68))


### Bug Fixes

* add /bin/sh to Dockerfile
([#10](#10))
([7df1dd3](7df1dd3))
* **artifact:** fix ctx issue
([#91](#91))
([1c61d69](1c61d69))
* **artifact:** improve catalog deletion slow issue
([#93](#93))
([0bbf3f2](0bbf3f2))
* **artifact:** use correct version of proto
([#84](#84))
([cba7e06](cba7e06))
* **catalog:** add requester when calling pipeline
([#72](#72))
([0880d91](0880d91))
* **catalog:** call embedding with max 32 size batch
([#60](#60))
([e6b25ec](e6b25ec))
* **catalog:** fix the catalog permission issue
([#75](#75))
([2db2ce3](2db2ce3))
* **catalog:** fix topk to topK
([#65](#65))
([5ff89fe](5ff89fe))
* **catalog:** list file api's page token
([#64](#64))
([ac56be0](ac56be0))
* **catalog:** max 3 catalog per namespace
([#58](#58))
([786790c](786790c))
* **catalog:** when delete catalog and file, also delete the artifact
([#61](#61))
([cf6ecc3](cf6ecc3))
* expose private API on private port
([#9](#9))
([9ef4b03](9ef4b03))
* **kb:** empty similar chunks
([#55](#55))
([d1d5345](d1d5345))
* **kb:** fix db migration error
([#53](#53))
([7cc65b7](7cc65b7))
* **kb:** fixed some bugs in file-to-embedding process
([#35](#35))
([703bb0b](703bb0b))
* **kb:** get owner uid
([#26](#26))
([b1d8ac5](b1d8ac5))
* **kb:** issue of chunking
([#34](#34))
([66307c7](66307c7))
* **kb:** similar chunk search by prompt text
([#46](#46))
([265f101](265f101))
* **kb:** use correct kb uid in chunk similarity search
([#44](#44))
([e76aafa](e76aafa))
* return pagination in tag list endpoint
([#17](#17))
([72bc47a](72bc47a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Sep 13, 2024
1 parent 4f5128f commit 28bca2e
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,75 @@
# Changelog

## [0.14.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.13.2-alpha...v0.14.0-alpha) (2024-09-13)


### Features

* add CreateRepositoryTag endpoint ([#8](https://github.com/instill-ai/artifact-backend/issues/8)) ([61bc325](https://github.com/instill-ai/artifact-backend/commit/61bc32515f6bb6af066575e93913236b6ffbf666))
* aggregate tag list with database info ([#7](https://github.com/instill-ai/artifact-backend/issues/7)) ([6cc2d8d](https://github.com/instill-ai/artifact-backend/commit/6cc2d8d7130c47ca7448d37879dede1bd5bbb2ec))
* **artifact:** add minIO retry and file deletion ([#89](https://github.com/instill-ai/artifact-backend/issues/89)) ([8f391f0](https://github.com/instill-ai/artifact-backend/commit/8f391f01b73e67fb3d3646865545ad48f8a3cb9f))
* **artifact:** update protogen-go ([c8d41a7](https://github.com/instill-ai/artifact-backend/commit/c8d41a74725dc9b1f14385a156d7d24e7b89ba07))
* **artifact:** use retrievable to decide if chunk can be return ([#54](https://github.com/instill-ai/artifact-backend/issues/54)) ([bde3e85](https://github.com/instill-ai/artifact-backend/commit/bde3e85903b8be9c90e422bb6f3bc20f1c96fb43))
* **catalog:** add file catalog api ([#73](https://github.com/instill-ai/artifact-backend/issues/73)) ([c30317f](https://github.com/instill-ai/artifact-backend/commit/c30317fb9d57d695ca2330d52154e4e75874eb0c))
* **catalog:** check the user tier for catalog limit ([#70](https://github.com/instill-ai/artifact-backend/issues/70)) ([d35a96f](https://github.com/instill-ai/artifact-backend/commit/d35a96ff6e738ef511d2ecacf203e32cf7c87aa8))
* **catalog:** implement conversation and message api ([#77](https://github.com/instill-ai/artifact-backend/issues/77)) ([e02b1f1](https://github.com/instill-ai/artifact-backend/commit/e02b1f1e80f9f34993860ef48a727bcfb3df2a56))
* **catalog:** order asc in create time ([#80](https://github.com/instill-ai/artifact-backend/issues/80)) ([98348e9](https://github.com/instill-ai/artifact-backend/commit/98348e93fa0b96e64a849f0242503373efddc0ec))
* **catalog:** rename endpoint from kb to catalog ([#56](https://github.com/instill-ai/artifact-backend/issues/56)) ([c8e543d](https://github.com/instill-ai/artifact-backend/commit/c8e543dd8ba9204c8df13f65184009cb7640c965))
* **catalog:** sort the chunk ([#74](https://github.com/instill-ai/artifact-backend/issues/74)) ([c434cbd](https://github.com/instill-ai/artifact-backend/commit/c434cbd855394dad6a58022629fa5b53a7e7796e))
* **catalog:** support concurrent text to embedding process ([#85](https://github.com/instill-ai/artifact-backend/issues/85)) ([12d313c](https://github.com/instill-ai/artifact-backend/commit/12d313ce6d4d6d55c74e7aa053c110a67b21ece6))
* **catalog:** support different file-to-embedding process ([#69](https://github.com/instill-ai/artifact-backend/issues/69)) ([7f40dc1](https://github.com/instill-ai/artifact-backend/commit/7f40dc1c1083ffcbef8c09c5d9e407c5c8498ce8))
* **catalog:** support more file type to uplaod ([#67](https://github.com/instill-ai/artifact-backend/issues/67)) ([2d3c705](https://github.com/instill-ai/artifact-backend/commit/2d3c705428b73354c986509f288afae883c4cb44))
* **catalog:** support originalData return ([#87](https://github.com/instill-ai/artifact-backend/issues/87)) ([eb0c7fd](https://github.com/instill-ai/artifact-backend/commit/eb0c7fd989dfea056037c6a083503e7a22c4fc04))
* **catalog:** support question answering ([#71](https://github.com/instill-ai/artifact-backend/issues/71)) ([a540c93](https://github.com/instill-ai/artifact-backend/commit/a540c9321b91645704546d084fc89f237fd12e26))
* **catalog:** support xlsx ([#79](https://github.com/instill-ai/artifact-backend/issues/79)) ([f1e2505](https://github.com/instill-ai/artifact-backend/commit/f1e25055ca0dd9a4015ab7b903ba910d2279d898))
* **catalog:** update the pipeline that ask endpoint use ([#83](https://github.com/instill-ai/artifact-backend/issues/83)) ([b5bbc75](https://github.com/instill-ai/artifact-backend/commit/b5bbc7520837999fbc1de6aa93b6aa99e244f44c))
* **catalog:** update the proto-go ([#82](https://github.com/instill-ai/artifact-backend/issues/82)) ([94fa708](https://github.com/instill-ai/artifact-backend/commit/94fa708b0ff275cbb97877ad7d82dd9fa31f1c52))
* **catelog:** make topK default 5 ([#62](https://github.com/instill-ai/artifact-backend/issues/62)) ([02259e1](https://github.com/instill-ai/artifact-backend/commit/02259e18eceaedf5996a1a7626c057007b9cedeb))
* create artifact database if it does not exist ([#4](https://github.com/instill-ai/artifact-backend/issues/4)) ([787a4ad](https://github.com/instill-ai/artifact-backend/commit/787a4add7d9d10c41bfb6fd3d51a3c8dbd15d836))
* fetch repository tags from registry ([#6](https://github.com/instill-ai/artifact-backend/issues/6)) ([3568735](https://github.com/instill-ai/artifact-backend/commit/3568735ee87a8d263923f6e4b5816d888517ea98))
* **kb:** add acl and update pipeline ([#49](https://github.com/instill-ai/artifact-backend/issues/49)) ([bf7feea](https://github.com/instill-ai/artifact-backend/commit/bf7feea24a3dde4f43bc07cc8690814c2ebe8e3b))
* **kb:** add check and clear message in openfga init ([#52](https://github.com/instill-ai/artifact-backend/issues/52)) ([0a11838](https://github.com/instill-ai/artifact-backend/commit/0a118385e1fc97a6fe06dd92716818d5000253c4))
* **kb:** add file metadata ([#37](https://github.com/instill-ai/artifact-backend/issues/37)) ([51113ce](https://github.com/instill-ai/artifact-backend/commit/51113ce9e87fd9c03609b1b2acc3e55f460e723f))
* **kb:** add owner_id parameter in knowledge base endpoint ([#27](https://github.com/instill-ai/artifact-backend/issues/27)) ([e85020b](https://github.com/instill-ai/artifact-backend/commit/e85020bcc929a4906489a156047a45ad6b205715))
* **kb:** add resource limit ([#43](https://github.com/instill-ai/artifact-backend/issues/43)) ([5f61f44](https://github.com/instill-ai/artifact-backend/commit/5f61f44be8b10f55cc1bee24a8db1eb3bb5dbb08))
* **kb:** add some kb metadata ([#36](https://github.com/instill-ai/artifact-backend/issues/36)) ([0e42ff4](https://github.com/instill-ai/artifact-backend/commit/0e42ff4b86eae4f3b8c5b1ac45d6fe7e70eb5160))
* **KB:** chunk catalog api ([#39](https://github.com/instill-ai/artifact-backend/issues/39)) ([71a3996](https://github.com/instill-ai/artifact-backend/commit/71a3996d91e959448f9ee4e310b49b2d53682445))
* **kb:** dealing with failure in file-to-embedding process ([#47](https://github.com/instill-ai/artifact-backend/issues/47)) ([0448a69](https://github.com/instill-ai/artifact-backend/commit/0448a69428355a6055c785dd6ac4077dee125453))
* **KB:** file-to-embedding worker pool ([#32](https://github.com/instill-ai/artifact-backend/issues/32)) ([5409db3](https://github.com/instill-ai/artifact-backend/commit/5409db365ff6b85c35e7f821c290a9776f9a4d7f))
* **kb:** knowldge base crud endpoints ([#19](https://github.com/instill-ai/artifact-backend/issues/19)) ([0e9f32b](https://github.com/instill-ai/artifact-backend/commit/0e9f32bfd05a0c44bae932cc98f9226dd0def4d0))
* **kb:** knowledge base repository done ([#18](https://github.com/instill-ai/artifact-backend/issues/18)) ([f6aeaae](https://github.com/instill-ai/artifact-backend/commit/f6aeaaeaf3838caa9afebf72271f52f28a5e1eff))
* **kb:** retrieval test api ([#41](https://github.com/instill-ai/artifact-backend/issues/41)) ([8b94cc9](https://github.com/instill-ai/artifact-backend/commit/8b94cc9cdf11e69ec424edd01d66b8579b703f80))
* **kb:** support knowledge base file related api ([#23](https://github.com/instill-ai/artifact-backend/issues/23)) ([3912028](https://github.com/instill-ai/artifact-backend/commit/3912028117c00fd4bdac7d5a955f5b7245423954))
* **kb:** update preset's pipeline ([2751023](https://github.com/instill-ai/artifact-backend/commit/27510239976aadebd79f4f91ccfcd48c9b7d0f55))
* **kb:** using preset's pipeline for file-to-embedding worker ([#45](https://github.com/instill-ai/artifact-backend/issues/45)) ([8c57ad1](https://github.com/instill-ai/artifact-backend/commit/8c57ad119db21ec073b53d0440ed17376ae96fed))
* **registry:** support image deletion ([#29](https://github.com/instill-ai/artifact-backend/issues/29)) ([fe818da](https://github.com/instill-ai/artifact-backend/commit/fe818dac1772671573aa71dd0a97308f038a63fd))
* use camelCase for HTTP body ([#22](https://github.com/instill-ai/artifact-backend/issues/22)) ([5d0fc2f](https://github.com/instill-ai/artifact-backend/commit/5d0fc2f7478da908a27cadc74f8e04377eaa74ff))
* use dind in Dockerfile ([#14](https://github.com/instill-ai/artifact-backend/issues/14)) ([d95aa68](https://github.com/instill-ai/artifact-backend/commit/d95aa68c77d6d41112ea00686c54ee36b184b154))


### Bug Fixes

* add /bin/sh to Dockerfile ([#10](https://github.com/instill-ai/artifact-backend/issues/10)) ([7df1dd3](https://github.com/instill-ai/artifact-backend/commit/7df1dd36e45d36bbeee7804ad14d451aa8c2cda4))
* **artifact:** fix ctx issue ([#91](https://github.com/instill-ai/artifact-backend/issues/91)) ([1c61d69](https://github.com/instill-ai/artifact-backend/commit/1c61d69c9b91ca27a3a321170aaee47f9f28a593))
* **artifact:** improve catalog deletion slow issue ([#93](https://github.com/instill-ai/artifact-backend/issues/93)) ([0bbf3f2](https://github.com/instill-ai/artifact-backend/commit/0bbf3f2a72b2ffce7a5ed87d049d26c673fd2af2))
* **artifact:** use correct version of proto ([#84](https://github.com/instill-ai/artifact-backend/issues/84)) ([cba7e06](https://github.com/instill-ai/artifact-backend/commit/cba7e06851c6bf7ae96924428de93b0c9622ee56))
* **catalog:** add requester when calling pipeline ([#72](https://github.com/instill-ai/artifact-backend/issues/72)) ([0880d91](https://github.com/instill-ai/artifact-backend/commit/0880d91f449ce35ca7a8f0d51c13206e9201f2c1))
* **catalog:** call embedding with max 32 size batch ([#60](https://github.com/instill-ai/artifact-backend/issues/60)) ([e6b25ec](https://github.com/instill-ai/artifact-backend/commit/e6b25ecd02655c351e78b25086ce5f866f4ab134))
* **catalog:** fix the catalog permission issue ([#75](https://github.com/instill-ai/artifact-backend/issues/75)) ([2db2ce3](https://github.com/instill-ai/artifact-backend/commit/2db2ce3563dbe5d6eee72f0b69ae40f5766d3fe4))
* **catalog:** fix topk to topK ([#65](https://github.com/instill-ai/artifact-backend/issues/65)) ([5ff89fe](https://github.com/instill-ai/artifact-backend/commit/5ff89fee57b2983c746ddde9d5b4c8a75cc6c78b))
* **catalog:** list file api's page token ([#64](https://github.com/instill-ai/artifact-backend/issues/64)) ([ac56be0](https://github.com/instill-ai/artifact-backend/commit/ac56be0cbd1155bfad8da04946c2a90280ffb865))
* **catalog:** max 3 catalog per namespace ([#58](https://github.com/instill-ai/artifact-backend/issues/58)) ([786790c](https://github.com/instill-ai/artifact-backend/commit/786790cbd57afb4a93d331fbcecab4c60a243af5))
* **catalog:** when delete catalog and file, also delete the artifact ([#61](https://github.com/instill-ai/artifact-backend/issues/61)) ([cf6ecc3](https://github.com/instill-ai/artifact-backend/commit/cf6ecc3132dc3bcfeedfe6a72bdba54d94090cc5))
* expose private API on private port ([#9](https://github.com/instill-ai/artifact-backend/issues/9)) ([9ef4b03](https://github.com/instill-ai/artifact-backend/commit/9ef4b0306c2ef3404d435f3b30f56bf96422c32b))
* **kb:** empty similar chunks ([#55](https://github.com/instill-ai/artifact-backend/issues/55)) ([d1d5345](https://github.com/instill-ai/artifact-backend/commit/d1d53451a77065b95b560edbc5f34af05a571b40))
* **kb:** fix db migration error ([#53](https://github.com/instill-ai/artifact-backend/issues/53)) ([7cc65b7](https://github.com/instill-ai/artifact-backend/commit/7cc65b7e846a096c1e1aae59cc41c69318a96781))
* **kb:** fixed some bugs in file-to-embedding process ([#35](https://github.com/instill-ai/artifact-backend/issues/35)) ([703bb0b](https://github.com/instill-ai/artifact-backend/commit/703bb0b23288962891922e07f6295d230dd9b780))
* **kb:** get owner uid ([#26](https://github.com/instill-ai/artifact-backend/issues/26)) ([b1d8ac5](https://github.com/instill-ai/artifact-backend/commit/b1d8ac5fb21102ce7808bf08e541dcda000fa287))
* **kb:** issue of chunking ([#34](https://github.com/instill-ai/artifact-backend/issues/34)) ([66307c7](https://github.com/instill-ai/artifact-backend/commit/66307c75035ff96a8cb3bfd139bff2d269d06213))
* **kb:** similar chunk search by prompt text ([#46](https://github.com/instill-ai/artifact-backend/issues/46)) ([265f101](https://github.com/instill-ai/artifact-backend/commit/265f101793ccfd43dbcaa9a2b53de2023b18b6df))
* **kb:** use correct kb uid in chunk similarity search ([#44](https://github.com/instill-ai/artifact-backend/issues/44)) ([e76aafa](https://github.com/instill-ai/artifact-backend/commit/e76aafab951b3a73d08bb985190af4d0c1aa25ed))
* return pagination in tag list endpoint ([#17](https://github.com/instill-ai/artifact-backend/issues/17)) ([72bc47a](https://github.com/instill-ai/artifact-backend/commit/72bc47a7e1de800510d30f1c64cd6dcd98ab2162))

## [0.13.2-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.13.1-alpha...v0.13.2-alpha) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.2-alpha"
".": "0.14.0-alpha"
}

0 comments on commit 28bca2e

Please sign in to comment.