Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.14.0 #2908

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
132 changes: 132 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,137 @@
# Changelog

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


### Features

* add ability to specify a custom font on public page ([b162e1e](https://github.com/devflowinc/trieve/commit/b162e1e5c824f9bc8e880ac5c36d83d220774f8f))
* add csv-jsonl-worker to helm chart ([cd65155](https://github.com/devflowinc/trieve/commit/cd65155466f6a5dae8666b0356bba3bade29db99))
* add floating action button options to dashboard publicpagesettings ([6483310](https://github.com/devflowinc/trieve/commit/6483310a67fa5a092e62f8c4f220df608ac9a1b9))
* add floating action button to docsearch component ([57d2ff1](https://github.com/devflowinc/trieve/commit/57d2ff18c79a1573fbcf5f84f8af695181a073dc))
* add floating search icon ([27a827b](https://github.com/devflowinc/trieve/commit/27a827b37307c14fea3c6d9f03bb8c007330275b))
* add floating search input to docsearch ([c082cb0](https://github.com/devflowinc/trieve/commit/c082cb0bd0d13dd0e13e9eae4bd3587a5e405ae0))
* add full dark mode compatibility to demo page ([4005bc1](https://github.com/devflowinc/trieve/commit/4005bc195978c03ef7107f74fd22c57252f2a465))
* add hallucination detection to server ([598b134](https://github.com/devflowinc/trieve/commit/598b134aefe368e9a35f5ccfde2aa6eda3a6fbc7))
* add highlight options checkbox to chat playground ([cca758b](https://github.com/devflowinc/trieve/commit/cca758bb403d3986b9e7713b5af7008504daf304))
* add openLinksInNewTab as a new parameter for the search component and public page ([2c4613d](https://github.com/devflowinc/trieve/commit/2c4613dd266553717dce0e602177fa54aebfae75))
* add option to remove event listener ([62335e0](https://github.com/devflowinc/trieve/commit/62335e0c3aa8075d2dab5ede88ca360b477ca00a))
* add options to removeTriggers and add zIndex to the PublicPageSettings ([36f4cf4](https://github.com/devflowinc/trieve/commit/36f4cf4680d059641a470d2989fcb1e2b37be880))
* add order_by key for getting all chunks in a group, make the ([c0b3c3b](https://github.com/devflowinc/trieve/commit/c0b3c3b1438dc2940341963f038ea2aff6172266))
* add route to listen for firecrawl webhooks on page scrape events ([c732c7e](https://github.com/devflowinc/trieve/commit/c732c7e8acfc6e0f677caebdb3ec5683e05a1f37))
* add score threshold, author, increase width, and other search component improvements ([2cbac8f](https://github.com/devflowinc/trieve/commit/2cbac8fb7c449e7634a2d94cd83523545d1621c5))
* add search button and input to public page settings ([1355017](https://github.com/devflowinc/trieve/commit/13550174de8509f58288fc0829bd184670a0627e))
* add support for indexing documents using pagefind, and pushing ([031df9b](https://github.com/devflowinc/trieve/commit/031df9b2eca90af1a18d233738a85d487b10dc99))
* add thumbnail as image_url ([56f42c1](https://github.com/devflowinc/trieve/commit/56f42c18d21b9c19757ac9e92382036acf90b1f5))
* add video embed to public page template ([8fc7317](https://github.com/devflowinc/trieve/commit/8fc731740d20fdcad7a76771eddf72d89d33b7a8))
* add video link field to public page settings + ts sdk ([1b97741](https://github.com/devflowinc/trieve/commit/1b977419903525d7682e10afbfcaad6548e85414))
* add video worker ([88875a8](https://github.com/devflowinc/trieve/commit/88875a8e896282d73caa65a377391cd067253e9e))
* added SEARCH_COMPONENT_URL env for local development ([9f1f709](https://github.com/devflowinc/trieve/commit/9f1f709ec02bc98622649b1f86cf173442a04dde))
* adds cd for fern adapter ([20be69e](https://github.com/devflowinc/trieve/commit/20be69e82a78828206764cb84adc537ef73f395e))
* all options needed for public page to enable pagefind in dashboard ([ad03563](https://github.com/devflowinc/trieve/commit/ad035631a20e46c3e691f9c3e92e76ed770c4065))
* better detection w/ benchmarks ([1c363b3](https://github.com/devflowinc/trieve/commit/1c363b3a2ac06c9ee6e707f11901471e515e23c4))
* change default SEARCH_COMPONENT_URL ([3ce9038](https://github.com/devflowinc/trieve/commit/3ce90381b52394604f4e09b9a30cab6187bded62))
* completed fern adapter loading in all mdx files + opeanpi spec ([918c7f9](https://github.com/devflowinc/trieve/commit/918c7f9cb23a46aae820f8e4285d34564f9bb1ea))
* completed recs working with search over groups ([cf431d6](https://github.com/devflowinc/trieve/commit/cf431d6f275d6cc4f94cb44df2f8737336253b46))
* 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))
* finished skeleton for single product display ([9054445](https://github.com/devflowinc/trieve/commit/9054445d875fa8f843add5560697b629476a55d6))
* fully working suggested questions for a single product ([1becbfc](https://github.com/devflowinc/trieve/commit/1becbfcde2cec3a020eced5046b9350284502174))
* hallucination detection crate w/ NER, noun and number analysis ([4dd2525](https://github.com/devflowinc/trieve/commit/4dd2525dcaeff6fe477c153634effbb9eaca07d6))
* heading based chunking ([a046826](https://github.com/devflowinc/trieve/commit/a04682605c2409cc845b81e06dcb9543d12dad26))
* incrementally add pages ([ee2734a](https://github.com/devflowinc/trieve/commit/ee2734a8daffab1da05694bd2d6d490127012c7c))
* make button enter when input is populated instead of clear ([8d16fd9](https://github.com/devflowinc/trieve/commit/8d16fd9c18e3cd642a656f844b151e38efd5171a))
* 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))
* refactor component to pull the pagefind CDN url from the ([ac21442](https://github.com/devflowinc/trieve/commit/ac214424b1691c1ee59a8ad15db8ce2983102a8b))
* release search component version 0.2.30 ([6d1ea18](https://github.com/devflowinc/trieve/commit/6d1ea18a886df216fd98edc4c592d5be3b5165ce))
* replace the slider with an input ([bf9dec7](https://github.com/devflowinc/trieve/commit/bf9dec7fadb2055d667d0c59b2acf1d4cab6ee14))
* 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))
* small css fixes, make zIndex a parameter ([127b2b8](https://github.com/devflowinc/trieve/commit/127b2b8446bf09938d5be1c2f595da66e4f5d250))
* sort by top_score and hallucination_score for rag ([086a433](https://github.com/devflowinc/trieve/commit/086a433ea4e3003245e09ba1a83993894e332f15))
* tags are defineable via public page ([8660b52](https://github.com/devflowinc/trieve/commit/8660b523031f388a9884ab306153f93541fa9bd3))
* update version on public page, modify instructions to ([81a4e7e](https://github.com/devflowinc/trieve/commit/81a4e7ea4a7a0bad7fcd126092af5f96eb87b165))
* upload CSV processing done up to the worker stage ([c979f0c](https://github.com/devflowinc/trieve/commit/c979f0c47f4daa53abd2388cb596c410ea9bb30e))
* use native-tls in ureq requests to trust system TLS certs ([dd1183c](https://github.com/devflowinc/trieve/commit/dd1183c16b5af448f75af33146b302abb7089ce9))
* yt previews in search component ([a225fe3](https://github.com/devflowinc/trieve/commit/a225fe31f9bfbd58bbdbaa28c66c61baf18234fa))


### Cleanup

* add omitCredentials option + make datasetId optional in ts-sdk ([dc07d33](https://github.com/devflowinc/trieve/commit/dc07d33ee1bb8e672ef4cea84d0d9df082f76cc8))
* add tracking_ids's to fern adapter chunk creation ([2636810](https://github.com/devflowinc/trieve/commit/26368103fb78056f8645583c15b56170feb4e6fd))
* allow for video link to be placed as a floating element or in product description ([7ce9fb7](https://github.com/devflowinc/trieve/commit/7ce9fb7c8f7e4f5c7a46723d37e2fba071e9c4fc))
* always require org_id when fetching a dataset by tracking_id ([6137e19](https://github.com/devflowinc/trieve/commit/6137e19397f9ef6046c673363fdfdfa1ca5c1faa))
* default input and floating search to false ([a55ff0a](https://github.com/devflowinc/trieve/commit/a55ff0a6e65151a2b9b23cba78fc6e285a56080b))
* fix ordering on public page + tooltip ([f232ae0](https://github.com/devflowinc/trieve/commit/f232ae0dc12a01face44da713094ab57723fc969))
* fixed styling + renamed props ([8320d58](https://github.com/devflowinc/trieve/commit/8320d581bf99000b39076156863e0cc8d6aed5f1))
* input and floating search button should open default mode instead of always search ([3d65666](https://github.com/devflowinc/trieve/commit/3d656666e3a2880c8e1f69a8d0a08695b4b319fa))
* mobile styling fixes for chat component ([3476584](https://github.com/devflowinc/trieve/commit/34765842d92ebafe29ac6560999526b167523442))
* mobile view of search component modal ([6660166](https://github.com/devflowinc/trieve/commit/6660166226bdd1143e7f69085a4607384b8fe3a8))
* only make one server call per batch for groups in ingest-worker ([582e73b](https://github.com/devflowinc/trieve/commit/582e73b7742d311fa28cc9f1c3477b4bccd19ce7))
* remove back to dashboard button + omit credentials ([0a92ecc](https://github.com/devflowinc/trieve/commit/0a92eccec66b3aae86ff5b641946762a93a7534f))
* remove expects for LLM completion calls ([5281e45](https://github.com/devflowinc/trieve/commit/5281e45e75f014817d9673aa410fc635dd25bf2f))
* renamed floating search component ([b221634](https://github.com/devflowinc/trieve/commit/b22163442d3445c8416c007d850dc5c77c038f45))
* rev sample component code version to 0.2.29 ([18c7bbd](https://github.com/devflowinc/trieve/commit/18c7bbdb3e5f82bc62ab691638752a221a9dcbb4))
* scroll and missing user message ([952dc2f](https://github.com/devflowinc/trieve/commit/952dc2f58641499040040cb1eae232eeb1122b71))
* search component browser compat issues ([156a0f3](https://github.com/devflowinc/trieve/commit/156a0f3401528bc1f13a8a22cb7bd85d992e624d))
* 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))
* style fix to demo page z-index param ([ed64962](https://github.com/devflowinc/trieve/commit/ed649623ca645cd78e5b991a55614f052490a6e5))
* 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))
* updated readme with props ([de9d1cf](https://github.com/devflowinc/trieve/commit/de9d1cf22da969d5cd2432d0751cf04b285ddbc1))
* upgrade broccoli version ([4b9b725](https://github.com/devflowinc/trieve/commit/4b9b725a4d9e1ed4bfe3516e06cafd6d8e653ca7))
* use placeholder prop in search input ([b7c1589](https://github.com/devflowinc/trieve/commit/b7c1589a4cd05e33560a01881675f90d0aca15a0))
* yt button linkls + rec width ([bd980a4](https://github.com/devflowinc/trieve/commit/bd980a4518b5702d658f0cc6ccab0134b9fb34c3))


### Bug Fixes

* add back postgresql count trigger ([686181b](https://github.com/devflowinc/trieve/commit/686181b15d12c321fd1c6e8ef97712d65463f619))
* allow for default api key level to be used when the route isn't ([5b97da3](https://github.com/devflowinc/trieve/commit/5b97da33c93dd1b7e3b8ef12c4247f04a3c5f3fe))
* call group count for search_over_groups ([c589fbe](https://github.com/devflowinc/trieve/commit/c589fbe277cb0aaedb6ad92f8b9027eae346529e))
* csv jsonl worker with incomplete byte reads ([21e5800](https://github.com/devflowinc/trieve/commit/21e580092965cb245f60304f0613f8f0574ee896))
* dataset tracking id not resetting ([147ca29](https://github.com/devflowinc/trieve/commit/147ca2991c52ea4cbabb1086d19e7a4a7de359ca))
* file upload tag_set ternary was reversed ([069b273](https://github.com/devflowinc/trieve/commit/069b273144463ce7fac61c5c19a4f707da4e9de8))
* fix payload so that it works with public page ([dcb4874](https://github.com/devflowinc/trieve/commit/dcb48748f8c1d63a17a81b9c0c7f8fa0ab53d056))
* fix rag top score scoring ([1842484](https://github.com/devflowinc/trieve/commit/18424840594e882bcd230bb2923e52bebd19e84d))
* fix vertical scroll in search component ([49bf9ca](https://github.com/devflowinc/trieve/commit/49bf9ca99e986bcf05e20d4d52ab97bd08c658b5))
* include additional routes on public page API key ([5a899ca](https://github.com/devflowinc/trieve/commit/5a899ca1fed96c2d0acbc8fbf48d7f80793a8cb9))
* missing generate scope on routes ([44e2314](https://github.com/devflowinc/trieve/commit/44e2314ddc188c1c039ff4edac2132494260ecc3))
* mobile tabs for demo page horizontally scroll now ([19f4e8e](https://github.com/devflowinc/trieve/commit/19f4e8e9070f01b93b861d64db117cee3aeaf681))
* page html template when singleProductOptions is undefined ([c44be5e](https://github.com/devflowinc/trieve/commit/c44be5e5b6b7227b91f8a8b44a2fb9747ef20ea4))
* patch renderToDiv copy / paste section ([914a635](https://github.com/devflowinc/trieve/commit/914a6358f476ec7d1e432c2b031d162048df8d67))
* public page tooltip text ([07191b4](https://github.com/devflowinc/trieve/commit/07191b48e1df114237f7c57b0d2104aa55c13729))
* remove unwrap error parsing uuid ([6d662fe](https://github.com/devflowinc/trieve/commit/6d662fe7d4fc584f695383b3b7a13aea7f35cad3))
* removed the string "hidden" from all react code to stop tailwind ([d84a9bc](https://github.com/devflowinc/trieve/commit/d84a9bcbee7a977b4ccbe70d91a8c41d3232e475))
* revert rag top score inclusion ([e3b9d8c](https://github.com/devflowinc/trieve/commit/e3b9d8c1bbe1634f7df5616364f7672aba983372))
* styling with floating button z-index on public page html ([a82b949](https://github.com/devflowinc/trieve/commit/a82b949803e12130d58456b2d7824882b924baad))
* trieve-fern-adapter workflow ([cf7c198](https://github.com/devflowinc/trieve/commit/cf7c198ee9a4ace48b2db4596fb89295ce32e768))
* ts-sdk default behavior with omitCredentials includes them ([a7f7919](https://github.com/devflowinc/trieve/commit/a7f79190039a1d84a93b008aeee90cde297942ec))
* use my regex license to allow placeholders in route perms ([90fe0a1](https://github.com/devflowinc/trieve/commit/90fe0a193694584230ca559341038b84c785a0e1))
* use to_lowercase for email validation ([46d4a2a](https://github.com/devflowinc/trieve/commit/46d4a2ac7841ff3c618a0c7eafe94789bb28f2f3))
* width of recs section ([9817766](https://github.com/devflowinc/trieve/commit/9817766cd17a88bddea8cb4fba01097762b580a4))
* youtube crawl options not saving ([bcbb1ff](https://github.com/devflowinc/trieve/commit/bcbb1ff4561eae368e1dc16fc060d5bb5016d37b))


### Other

* add YOUTUBE_API_KEY to deployment guides ([74929fb](https://github.com/devflowinc/trieve/commit/74929fb340bcfe678277d2cea4ca193e5f66a074))
* adds condition to prevent trieve-fern-adapter workflow running when merging the bump pr ([f1cbac6](https://github.com/devflowinc/trieve/commit/f1cbac64855f82eb39cc3c58eccbc26efff47c33))
* bump trieve-fern-adapter version to 0.0.5 ([59c2991](https://github.com/devflowinc/trieve/commit/59c2991a66d22227330774e060ae137b1b966498))
* refactor search component UX for running local dev with public ([09ef286](https://github.com/devflowinc/trieve/commit/09ef286499e71ce700f29efc1b6ff2295281667d))


### Docs

* add docs for how to use CLI ([856dbb2](https://github.com/devflowinc/trieve/commit/856dbb2473566e21633194a309767e617b785412))
* update envs needed for pagefind ([98ef056](https://github.com/devflowinc/trieve/commit/98ef056fc612be53f38c6bb82c2f6070f6045759))

## [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