Skip to content

Commit

Permalink
chore(main): release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent 5a8f9a7 commit f1b07ad
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
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.0"
".": "0.14.0"
}
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Changelog

## [0.14.0](https://github.com/devflowinc/trieve/compare/v0.13.0...v0.14.0) (2024-12-13)


### Features

* add csv-jsonl-worker to helm chart ([cd65155](https://github.com/devflowinc/trieve/commit/cd65155466f6a5dae8666b0356bba3bade29db99))
* add openLinksInNewTab as a new parameter for the search component and public page ([2c4613d](https://github.com/devflowinc/trieve/commit/2c4613dd266553717dce0e602177fa54aebfae75))
* add score threshold, author, increase width, and other search component improvements ([2cbac8f](https://github.com/devflowinc/trieve/commit/2cbac8fb7c449e7634a2d94cd83523545d1621c5))
* adds cd for fern adapter ([20be69e](https://github.com/devflowinc/trieve/commit/20be69e82a78828206764cb84adc537ef73f395e))
* better detection w/ benchmarks ([1c363b3](https://github.com/devflowinc/trieve/commit/1c363b3a2ac06c9ee6e707f11901471e515e23c4))
* completed fern adapter loading in all mdx files + opeanpi spec ([918c7f9](https://github.com/devflowinc/trieve/commit/918c7f9cb23a46aae820f8e4285d34564f9bb1ea))
* completed testing of csv and jsonl ingests with the new worker ([ce05422](https://github.com/devflowinc/trieve/commit/ce05422284a875b127f34031d196a62e229f9463))
* convert public page to single install script tag ([b36e117](https://github.com/devflowinc/trieve/commit/b36e1171985c750435ab40ed49f780059a675205))
* default analytics to on for public page ([11ff07b](https://github.com/devflowinc/trieve/commit/11ff07b856735255424310ac11147dd0ee6966e5))
* disable analytics flag ([325d2ce](https://github.com/devflowinc/trieve/commit/325d2ce6a96e6ec559ac88fb3d31ac0b31be77c8))
* hallucination detection crate w/ NER, noun and number analysis ([4dd2525](https://github.com/devflowinc/trieve/commit/4dd2525dcaeff6fe477c153634effbb9eaca07d6))
* make the clear messages button be formatted to brand color ([7980eb2](https://github.com/devflowinc/trieve/commit/7980eb2c8acfdb7577a04935899434c1452737d0))
* move all icons to fontawesome instead of icons file ([13e4000](https://github.com/devflowinc/trieve/commit/13e4000af185eea673eccf551b55bb45a9222017))
* option to copy chat message in search component ([9b76f6b](https://github.com/devflowinc/trieve/commit/9b76f6bd821d153c4423019ef03fa3b9880191eb))
* scaffold new fern-adapter package to be run as cron ([e53e8d7](https://github.com/devflowinc/trieve/commit/e53e8d7fbf580659fff660b8909b66cea030f8b4))
* scaffold new fern-adapter package to be run as cron ([23b277c](https://github.com/devflowinc/trieve/commit/23b277c989494a935caf9114754e145b35537a21))
* **search component:** add buttonTriggers parameter for adding ([5a8f9a7](https://github.com/devflowinc/trieve/commit/5a8f9a767e60b7e0d87d388b0037837b3c3bf5a6))
* tags are defineable via public page ([8660b52](https://github.com/devflowinc/trieve/commit/8660b523031f388a9884ab306153f93541fa9bd3))
* upload CSV processing done up to the worker stage ([c979f0c](https://github.com/devflowinc/trieve/commit/c979f0c47f4daa53abd2388cb596c410ea9bb30e))


### Cleanup

* add tracking_ids's to fern adapter chunk creation ([2636810](https://github.com/devflowinc/trieve/commit/26368103fb78056f8645583c15b56170feb4e6fd))
* always require org_id when fetching a dataset by tracking_id ([6137e19](https://github.com/devflowinc/trieve/commit/6137e19397f9ef6046c673363fdfdfa1ca5c1faa))
* only make one server call per batch for groups in ingest-worker ([582e73b](https://github.com/devflowinc/trieve/commit/582e73b7742d311fa28cc9f1c3477b4bccd19ce7))
* remove expects for LLM completion calls ([5281e45](https://github.com/devflowinc/trieve/commit/5281e45e75f014817d9673aa410fc635dd25bf2f))
* search-component copy now green + powered by trieve at bottom with empty tag row when no tags + ctrl+m to swap modes ([be27319](https://github.com/devflowinc/trieve/commit/be27319a326384e1e8e96f3932758d1b14ee5483))
* timeout for uploading a file should be 5 minutes or more unlike other routes ([d1ceed7](https://github.com/devflowinc/trieve/commit/d1ceed7e00691618ad98ba52804cadffe32954b3))
* updated readme ([14d4a59](https://github.com/devflowinc/trieve/commit/14d4a59631d8fbef252c03a10524d690453bacbf))


### Bug Fixes

* add back postgresql count trigger ([686181b](https://github.com/devflowinc/trieve/commit/686181b15d12c321fd1c6e8ef97712d65463f619))
* fix vertical scroll in search component ([49bf9ca](https://github.com/devflowinc/trieve/commit/49bf9ca99e986bcf05e20d4d52ab97bd08c658b5))
* public page tooltip text ([07191b4](https://github.com/devflowinc/trieve/commit/07191b48e1df114237f7c57b0d2104aa55c13729))
* trieve-fern-adapter workflow ([cf7c198](https://github.com/devflowinc/trieve/commit/cf7c198ee9a4ace48b2db4596fb89295ce32e768))


### Other

* adds condition to prevent trieve-fern-adapter workflow running when merging the bump pr ([f1cbac6](https://github.com/devflowinc/trieve/commit/f1cbac64855f82eb39cc3c58eccbc26efff47c33))


### Docs

* add docs for how to use CLI ([856dbb2](https://github.com/devflowinc/trieve/commit/856dbb2473566e21633194a309767e617b785412))

## [0.13.0](https://github.com/devflowinc/trieve/compare/v0.12.1...v0.13.0) (2024-12-06)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0

0 comments on commit f1b07ad

Please sign in to comment.