diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f752cdeb3..782048b05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.9-pre" + ".": "0.12.0-pre" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d06019b..553286f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,244 @@ # Changelog +## [0.12.0-pre](https://github.com/devflowinc/trieve/compare/v0.11.9-pre...v0.12.0-pre) (2024-10-05) + + +### Features + +* add ability to stop generating message ([bc52fe4](https://github.com/devflowinc/trieve/commit/bc52fe4172284879482df50363f008a3222e5bcc)) +* add api name to api keys table ([a03d8e0](https://github.com/devflowinc/trieve/commit/a03d8e0aeb41e5b3e05bb62dda7b7372d83a6414)) +* add aws overlay ([ca08412](https://github.com/devflowinc/trieve/commit/ca084127efe0ac7b9bfc8441eff4ca5d92122e7f)) +* add back button to data explorer ([f72f3e7](https://github.com/devflowinc/trieve/commit/f72f3e7887d43cba666c03bcaecf93ad503d129d)) +* add chunk counts ([b6bdd17](https://github.com/devflowinc/trieve/commit/b6bdd173f67b18235f102c6132ee448ae0a5440f)) +* add chunk counts ([cff99cb](https://github.com/devflowinc/trieve/commit/cff99cb4dee9aa9c67752d110337c86df950f330)) +* add css variables for colors ([c2483b8](https://github.com/devflowinc/trieve/commit/c2483b83d8a91c1bb9e7b7b6cc2773c2ac7f9c09)) +* add ctr data to analytics page ([2bc5a30](https://github.com/devflowinc/trieve/commit/2bc5a305d3a646de64fc479a0765256975cfe497)) +* add dark mode to new chat ([2714405](https://github.com/devflowinc/trieve/commit/2714405d7d771b2daaf791df869d631978f7df1f)) +* add dataset event types for crawl success/fail ([b6dca54](https://github.com/devflowinc/trieve/commit/b6dca54bafdbdff23dfed90db45ad7e6d5cd99ba)) +* add defaultSearchMode ([8a27f95](https://github.com/devflowinc/trieve/commit/8a27f95a7c329d6796f5b46a4f016603a7efa5fa)) +* add editMessageReader and regenerateMessageReader methods ([85f1631](https://github.com/devflowinc/trieve/commit/85f1631e898055c2e8457807b5dff9aab0e76ab7)) +* add export to more tables; fix obejct export ([61d21f9](https://github.com/devflowinc/trieve/commit/61d21f911dfbaba147280b19710c6d4e68584806)) +* add final CSV exports ([8c0b1bb](https://github.com/devflowinc/trieve/commit/8c0b1bb011406713c43661d686c0285917f60690)) +* add form controls ([5575e05](https://github.com/devflowinc/trieve/commit/5575e052d70c92f566189c1fa283a8f9814859d1)) +* add images and price ([3dda75b](https://github.com/devflowinc/trieve/commit/3dda75b44f5b3f9d7309c50e7d7c71c67218ebdb)) +* add llm response to frontend ([aba46a1](https://github.com/devflowinc/trieve/commit/aba46a19dbe4ac003a53a338a6196d7e6346bf64)) +* add missing resource limits ([2369c42](https://github.com/devflowinc/trieve/commit/2369c4217114ff2bdf63e3fe312f04c45de2d83b)) +* add new alaytics functions to sdk ([dc22b6f](https://github.com/devflowinc/trieve/commit/dc22b6f91fbcb40789c8d8fcdeb9cffd735b961d)) +* add openapi crawl options ([6bde73a](https://github.com/devflowinc/trieve/commit/6bde73a42c81b18350aca62f684e6bbc11dfebf4)) +* add OpenAPI specs to crawling setup ([eb7a5db](https://github.com/devflowinc/trieve/commit/eb7a5db8cd46f60dafe7dbce93f5db3c982bb9e5)) +* add price ([4831a74](https://github.com/devflowinc/trieve/commit/4831a74b994d7a514728196a75a14cd8781433e7)) +* add rate rag route ([64657e9](https://github.com/devflowinc/trieve/commit/64657e9a283e2ac9fc7e19b5e6ebd398e57d6466)) +* add rate search ([54fa779](https://github.com/devflowinc/trieve/commit/54fa7790e5626b0ec67bbbea196e026ead00d4c0)) +* add refresh chunk count button to dashboard ([9aa5f1c](https://github.com/devflowinc/trieve/commit/9aa5f1c18683238a01a2f54f0b7af871afd90a12)) +* add scraping config as an option to setup when creating a dataset ([7a9f36c](https://github.com/devflowinc/trieve/commit/7a9f36c0fd3239139a8293a5ed9e9079d6f36e05)) +* add sidebar links ([b247c25](https://github.com/devflowinc/trieve/commit/b247c256e83c65c15f04406eafd01ae97d4042f0)) +* add suggested queries prop ([b25fa75](https://github.com/devflowinc/trieve/commit/b25fa75f206cb53dd9e98eb219f9de7a7fb3e5b7)) +* add suggested queries to search component ([e7c4f80](https://github.com/devflowinc/trieve/commit/e7c4f808ba675c28afbcb9bf6ccd567c05ff891e)) +* add tags to search component ([73640ee](https://github.com/devflowinc/trieve/commit/73640ee848fc2fb9668edfee263cc960614a692c)) +* add tanstack router to have new route for e commerce ([c4acaff](https://github.com/devflowinc/trieve/commit/c4acaff278915e47d55b5e8c802191798727ade1)) +* add top_score to recommendations-explorer ([8170839](https://github.com/devflowinc/trieve/commit/81708392da02166079bc03078ed3344024e55818)) +* add TR-QueryID to **ALL** llm response routes ([62d9317](https://github.com/devflowinc/trieve/commit/62d9317e97957837050c01c4b978fb5d17afad9f)) +* add track events for users ([ee715fd](https://github.com/devflowinc/trieve/commit/ee715fdbd91e3a30a5fa94195898b9a445e48bb3)) +* add trieve aws resource limits ([a8ae92c](https://github.com/devflowinc/trieve/commit/a8ae92ca24c231621f91cacb58b3ec09cd58065f)) +* add TS instructions tab to get started code ([43b69d2](https://github.com/devflowinc/trieve/commit/43b69d208bf8f057dc99f78a845533eea83fc568)) +* add variants change image ([c50d12f](https://github.com/devflowinc/trieve/commit/c50d12fbea95dd79fface7512f9fd39e4edd5310)) +* added borders to the top and bottom ([633d2e6](https://github.com/devflowinc/trieve/commit/633d2e6656c258081e45e29b5627cf1efd24d91c)) +* added new function to trieveSDK to get queryID, and wrapping up ([e47ef12](https://github.com/devflowinc/trieve/commit/e47ef12bad5285ecb6971ab6714d341d03e7526a)) +* allow for boosting to be prevented when scraping ([569d55b](https://github.com/devflowinc/trieve/commit/569d55bd1b23241502ddd6af39007632c77eb21a)) +* allow stop generate when its loading ([da56f5d](https://github.com/devflowinc/trieve/commit/da56f5dacc6d505928aa4b388a979ce5ac085708)) +* allow user to choose the key combination that opens the modal ([3d268f2](https://github.com/devflowinc/trieve/commit/3d268f2584741d6ab30b39ec8f50b5dabb7b5d08)) +* allow user to pass suggested queries ([fdb22d1](https://github.com/devflowinc/trieve/commit/fdb22d1a6893feffb5e14773c1f75c691efad58a)) +* clear chat history in search component ([e9643f8](https://github.com/devflowinc/trieve/commit/e9643f86d60b7c48f6eb236a747be05109221460)) +* context fixes and set tracking id ([4f753ac](https://github.com/devflowinc/trieve/commit/4f753acccbecc43a138774beb8600972780c983e)) +* copy ids in dashboards ([fb2bdd9](https://github.com/devflowinc/trieve/commit/fb2bdd98e7a0d6d5fd55a9ed7f7dce6f40ec4fb3)) +* create new toggle & delete custom item ([ea4a7bf](https://github.com/devflowinc/trieve/commit/ea4a7bff4f93172adcfda4c9b8d16b34a6d81503)) +* datasetstart checklist component for easier onboarding ([68560aa](https://github.com/devflowinc/trieve/commit/68560aab9fd70161da6cbacbb930f9cb80ddee4d)) +* delete and clear chunks ([e41183a](https://github.com/devflowinc/trieve/commit/e41183abd5a607a172f29bb1b1e0697b7b972837)) +* descending order messages and keep it on the same page ([2f64815](https://github.com/devflowinc/trieve/commit/2f64815e09a0bbf849a15732388f115d2b6f9026)) +* ditto scraper ([4eeb386](https://github.com/devflowinc/trieve/commit/4eeb386778aae2d153d0b79fc9b1ad7a1ce2209f)) +* docker image + include top search queries and low confidence queries ([e910429](https://github.com/devflowinc/trieve/commit/e910429563bd212cb4e6b884816291556de1f266)) +* don't kill process if dittofeed fails ([790a6d4](https://github.com/devflowinc/trieve/commit/790a6d4d4f328a8928ab84e9ac636cd07386eccc)) +* dont filter duplicates when getting a single query ([cb0e85c](https://github.com/devflowinc/trieve/commit/cb0e85c3e4766073ee9a8ac9342122ddee56cda9)) +* first draft at making csv export ([a61530b](https://github.com/devflowinc/trieve/commit/a61530b627a1c9490165838954384f2c90a89d94)) +* fix chart alignment ([06d8574](https://github.com/devflowinc/trieve/commit/06d85740f99beb05164a03f5647c3c69cd2aad93)) +* fix long org search ([6dc14f8](https://github.com/devflowinc/trieve/commit/6dc14f86b1f4c1982f77941d9ac67629c419aca5)) +* fix single query page ([0ed94b1](https://github.com/devflowinc/trieve/commit/0ed94b13521a601be080e1f2ac3904715673db83)) +* generate off chunks pass TR QueryID ([d65ede3](https://github.com/devflowinc/trieve/commit/d65ede3f409041f4e6fd52aa266daf798cc9180c)) +* get crawl settings by dataset id ([390e88e](https://github.com/devflowinc/trieve/commit/390e88ea37ea077ac890740dad92a9e86a3fc8e3)) +* get custom events with a metadata filter and move get CTR data under /events/ ([9020e51](https://github.com/devflowinc/trieve/commit/9020e512f441a0485a22bb7663861e75f4b51e56)) +* getting started links ([439a798](https://github.com/devflowinc/trieve/commit/439a79855f8a24b456cc5554079725f8ab56ef13)) +* inital tw macro and search analyltics ([7045621](https://github.com/devflowinc/trieve/commit/7045621cf8cfb630e8deb29892466543914536e2)) +* input validation ([10adab6](https://github.com/devflowinc/trieve/commit/10adab6af835772e47f3d2e111284ed46bab546d)) +* make `tracking_id: ""` delete the tracking_id on PUT /api/dataset ([5c4a3dc](https://github.com/devflowinc/trieve/commit/5c4a3dc187eda43fd3b2c2216e3b70e24114c7d2)) +* make button large & only have border ([bde22b1](https://github.com/devflowinc/trieve/commit/bde22b1a303b9bdb8e2adf11030a9696554ea149)) +* make login screen look better ([d13ac3f](https://github.com/devflowinc/trieve/commit/d13ac3fc4d2d145dc44e7f92158731002c8fc2b9)) +* make request examples better ([cdab105](https://github.com/devflowinc/trieve/commit/cdab105cb4f4b77e4f4331fa9935f2f46642f858)) +* make signin button highlight when both fields are present ([70ba588](https://github.com/devflowinc/trieve/commit/70ba58811a3f0f7c33970117f62dcf33e66decef)) +* merge scraping options on update ([1f3a8bf](https://github.com/devflowinc/trieve/commit/1f3a8bfe7c9ee00d53b40114ac69f8503d7335b7)) +* mobile view to be full screen ([d4d74e5](https://github.com/devflowinc/trieve/commit/d4d74e5f4c6b033c932e3de50fe5e8c723e6fd14)) +* modify behavior to no longer use the title from metadata ([0cc2cbb](https://github.com/devflowinc/trieve/commit/0cc2cbb00b5858a2ba0aec52fddf426f2c582693)) +* more convenient api route scoping ([eee2e05](https://github.com/devflowinc/trieve/commit/eee2e05bbfa6a7ff4b0789c992a7926066286658)) +* more form fields ([b4d5d5e](https://github.com/devflowinc/trieve/commit/b4d5d5e4fd98ec56631f8e53fdc002eea89a378b)) +* move all files ([a239b48](https://github.com/devflowinc/trieve/commit/a239b48ba1fa0c47002e0b09d2b5d2a5174351fd)) +* move question to bottom && add suggested questions ([5f972e3](https://github.com/devflowinc/trieve/commit/5f972e3661f3f320c9df7dbca9b4e714fc30594b)) +* move rag analytics ([beb3f2a](https://github.com/devflowinc/trieve/commit/beb3f2ad3c1151f6f10575b562ad30d8aef1c2f1)) +* move search analytics to data explorer ([6321399](https://github.com/devflowinc/trieve/commit/6321399a40cf474df6cc04e0ef792bf790e8d9fa)) +* pass query id as a header on all rag messages ([785927e](https://github.com/devflowinc/trieve/commit/785927e2d761cae0d36805c2f7141d38fedb4945)) +* prefix TR-QueryID as X-TR-QueryID ([c239164](https://github.com/devflowinc/trieve/commit/c2391643b8d4c2e09f2724ec09ae04e0e6618d7c)) +* rag data explorer ([791d687](https://github.com/devflowinc/trieve/commit/791d687ae427d6091bdde1d97747514dd7df0697)) +* recommendations explorer ([f0a6fa1](https://github.com/devflowinc/trieve/commit/f0a6fa15e7c8b120897e61641415c4778d2755b5)) +* refactor org selector and dataset selector display ([37a8f4e](https://github.com/devflowinc/trieve/commit/37a8f4e8bfafc9ee1b712410a286e31573cf05f1)) +* remove h-fit JavaScript ([8a279f1](https://github.com/devflowinc/trieve/commit/8a279f1935d93518913ec15e2d1c6bcab0fbed37)) +* replace all https to http ([f92e6f9](https://github.com/devflowinc/trieve/commit/f92e6f9cd1abc2345aebd7718d84a8b5d3cb8c2e)) +* send events on dataset crate ([9aea394](https://github.com/devflowinc/trieve/commit/9aea3941966d4c7f40d97c7106148fee0b9b07be)) +* send to dittofeed on new user ([271358e](https://github.com/devflowinc/trieve/commit/271358ee74251857a6e3f772e5f5a0b91e64d454)) +* show org+dataset selector on dataset page and change text to make dataset creation more obvious ([928d4b5](https://github.com/devflowinc/trieve/commit/928d4b590583fe1a7d9ba8c7e0ae0a551c7cbed4)) +* show reload button to refetch qiueries ([d4c4df6](https://github.com/devflowinc/trieve/commit/d4c4df669d346d6d2c0a49b76dedc3e0c9479ee2)) +* small fixes ([6e3eaf8](https://github.com/devflowinc/trieve/commit/6e3eaf8579927283a854a84e33ee57f088f19e00)) +* spec'd out everything for sending recommendations except for the ([f37da18](https://github.com/devflowinc/trieve/commit/f37da184d14a9b3ddc517406794310a71eb3504a)) +* update dashboard for rag messages to use search_data.results ([f9e03f8](https://github.com/devflowinc/trieve/commit/f9e03f835d176a5a44fc98023ccc1ae202e4d345)) +* update docker-compose.yml to work with clickhouse ([a427090](https://github.com/devflowinc/trieve/commit/a42709089c0e00bba68b57b8c99b982a5766299f)) +* update ts sdk ([aa242ca](https://github.com/devflowinc/trieve/commit/aa242caf0ce813d819d29976aa08f9ef4e350a71)) + + +### Enhacements + +* add npm install command to trieve-ts-sdk ([82d4bf0](https://github.com/devflowinc/trieve/commit/82d4bf0661a793d3dae4870f112bc5bfecddbdaf)) + + +### Cleanup + +* abortcontroller's for search and clearing results for empty queries ([f178484](https://github.com/devflowinc/trieve/commit/f178484a836b053a5ccf572d0dd3b64e29d8a106)) +* add python SDK and remove duplicate detection feature from README ([e2c5082](https://github.com/devflowinc/trieve/commit/e2c508207113651560442164fb143a78bd247856)) +* add tooltips and advanced options toggle to create dataset modal for ease of use ([58fbe8c](https://github.com/devflowinc/trieve/commit/58fbe8cbd52343cef42a27e0731f5ac2aa9712bb)) +* adjust styling for assistant message ([7278a3f](https://github.com/devflowinc/trieve/commit/7278a3fd7967a7d53cf98bff90e467fe2260724a)) +* allow println's ([83e017e](https://github.com/devflowinc/trieve/commit/83e017efe05bc3f633f69c3f127f3b7c702a4c76)) +* apply light edits to scraper config for better defaults and link tracking plus empty chunk avoidance ([51663e6](https://github.com/devflowinc/trieve/commit/51663e6053175754f42364688a98b37fe63454da)) +* dedup RAG citations so there are not multiple of the same ([7baea76](https://github.com/devflowinc/trieve/commit/7baea76f890e42e7f1a4f46f060ff61a5f6d564f)) +* do not error creating dataset is ditto req fails ([1628340](https://github.com/devflowinc/trieve/commit/1628340408968a781ca6595403d12c1df8bfde80)) +* docsearch chat component citations + no-margin paragraph for suggested queries ([7752f8a](https://github.com/devflowinc/trieve/commit/7752f8a085cb49f9ed7e7d759a2179ad72e1c7f6)) +* fix auth issues for /top analytics route ([f4cc2ac](https://github.com/devflowinc/trieve/commit/f4cc2ac18212d94fe5a841f982cdc8f26db108bf)) +* fix the names of the analytics request models ([604fda3](https://github.com/devflowinc/trieve/commit/604fda3e6ba65a4a7f85f582f87394f2ddd36973)) +* fixed messed up spacing, only modify height to h-fit on ([c263e6a](https://github.com/devflowinc/trieve/commit/c263e6a4058f202f7b4ba4e5edd65ba6bb740904)) +* handle dashboard redirects for 404s for browsers with saved paths ([4bfaafa](https://github.com/devflowinc/trieve/commit/4bfaafab52d8df5952acf6b0efa3bd6185a0c32c)) +* handle toggle state for search/chat slightly better + tags remove shortcuts ([f2f8ed2](https://github.com/devflowinc/trieve/commit/f2f8ed26dcb4a44a9333e92538ca5a5ac26ad013)) +* make event data and non-destructive RAG easy from dash ([53b1298](https://github.com/devflowinc/trieve/commit/53b12980d8b632e36b895798df4fbe6fa4d4fa38)) +* make playgrounds first in sidebar ([217e5df](https://github.com/devflowinc/trieve/commit/217e5df02198475d13296aef16cd193327b35a62)) +* make tables first in analytics tabs ([251f593](https://github.com/devflowinc/trieve/commit/251f59312c9451ab9004b07040d068bccf19dda2)) +* moved the graphs above the tables in data explorer ([8548938](https://github.com/devflowinc/trieve/commit/85489384e6b1a6c6237694988208c554a0ca4345)) +* no longer need to provide org_id when calling routes relating to org ([36c7ed7](https://github.com/devflowinc/trieve/commit/36c7ed77f6ab3bedec8916bd8882410a0a4082b8)) +* prevent panic from split_at in search_operator ([540a6d9](https://github.com/devflowinc/trieve/commit/540a6d913317e8df18b727927d55e22ac58556fc)) +* put scrape config ([85f4954](https://github.com/devflowinc/trieve/commit/85f4954c971bd3377a4e48691f75d4789670a8a4)) +* remove analytics stuff ([2e30b80](https://github.com/devflowinc/trieve/commit/2e30b80bd1d7aad04fe4b08f6161ae0e868091ff)) +* remove eslint_report.json from repo ([866da79](https://github.com/devflowinc/trieve/commit/866da790ccc8d051e5daa6239447ac75f3c17def)) +* remove extra file ([6646ed9](https://github.com/devflowinc/trieve/commit/6646ed9bba33dd97c2baed3bbce07912ede6e812)) +* remove more analytics stuff ([c08640c](https://github.com/devflowinc/trieve/commit/c08640cef451bdd93ab56b44d0a6f2bc68c805e4)) +* removed extra console logs ([4475e06](https://github.com/devflowinc/trieve/commit/4475e06f3b47623359758693289ffd5e87c4a45b)) +* rename analytics overview page ([6ccaf2c](https://github.com/devflowinc/trieve/commit/6ccaf2c7d91c54dceeb4238eb18c278beaf436c9)) +* score has toPrecision(4) ([a8ac997](https://github.com/devflowinc/trieve/commit/a8ac997107e8af2d21ab62796f67822cc750a392)) +* scraper links to heading id or text fragment ([c092759](https://github.com/devflowinc/trieve/commit/c092759a7ebba02ed78420972680c5a449febc98)) +* scraping trailing slashes + update: boost titles option in newdataset modal ([5510fd9](https://github.com/devflowinc/trieve/commit/5510fd9bc79742be05cee4173e4ca3ba630be036)) +* search component rag scroll bug fixed ([6ea7025](https://github.com/devflowinc/trieve/commit/6ea7025421f7130cff496b97125a72c6caffabdf)) +* simplify tracking_id hashing during scrape to just URL and heading ([6a8d4ec](https://github.com/devflowinc/trieve/commit/6a8d4ec3b1c2716fd4a32268a5165cec797985e0)) +* sync dataset page chunk count and datasets ([5aeb503](https://github.com/devflowinc/trieve/commit/5aeb503d4362d8ae6a99b7168ff197fb27663bd3)) +* update frontend types ([6f086b3](https://github.com/devflowinc/trieve/commit/6f086b39cc98c9b0c5ea107978270c5f35903853)) +* use nullish for schema ([30c55f0](https://github.com/devflowinc/trieve/commit/30c55f0ce42fde835dd1074fac799b611671f9f1)) +* use postgres component ([ec09919](https://github.com/devflowinc/trieve/commit/ec099194e62559876b457f3949e1456e585ab7c9)) +* various dashboard improvements like dataset selector bugfixes and better text in create dataset modal for info ([bd4da07](https://github.com/devflowinc/trieve/commit/bd4da0713e3f5c79c557e0c763ce4f9cf09d6a2e)) + + +### Bug Fixes + +* /api suffix replace for dashboard's trieve SDK usage ([e47cd4d](https://github.com/devflowinc/trieve/commit/e47cd4d7358981f047599b1bd2ee7346fbc886f2)) +* add handlers to lib.rs ([ff655a5](https://github.com/devflowinc/trieve/commit/ff655a5dc9a2e1869dd851ef2261589e43d38530)) +* add ingress annotations of aws lb controller ([eb74c6e](https://github.com/devflowinc/trieve/commit/eb74c6ed09f1264242ae27ebab16bd728b6a86b5)) +* add keycloak ingress ([bb40767](https://github.com/devflowinc/trieve/commit/bb4076738304860ceee941f3e2c38192e1c6b90f)) +* always overwrite openapi options ([ffd043f](https://github.com/devflowinc/trieve/commit/ffd043f56ecda3d95cf199ff8cf29799a8f1fe7d)) +* avoid regen'ing suggestions immediately + refactor: chat even more chat-like ([49ded2a](https://github.com/devflowinc/trieve/commit/49ded2a1d07f11aa4a09684ac8fe86aaf4e9436c)) +* better page count and chunk created count ([95eccf5](https://github.com/devflowinc/trieve/commit/95eccf559ebc418498d84bb332d4bc465c899c3b)) +* better placeholder + focus ([a07dbb0](https://github.com/devflowinc/trieve/commit/a07dbb0e7d39fe41f82e768e296681c055f8062f)) +* break out of loop if lasts more than 60s ([0894336](https://github.com/devflowinc/trieve/commit/08943366cdb9217e3e6b605836d76baa51ac12fb)) +* cargo clippy ([756aaeb](https://github.com/devflowinc/trieve/commit/756aaeb674d20596be84c7b6115c997a1a01d617)) +* clear errors on successful submit ([9a108c2](https://github.com/devflowinc/trieve/commit/9a108c25be028bf64b72161feb931b0cb31dae67)) +* concat user messages in search component ([ae81f97](https://github.com/devflowinc/trieve/commit/ae81f974f49047ebc05ba2378d73a07306ad47ba)) +* correct className conflict of footer ([47640e7](https://github.com/devflowinc/trieve/commit/47640e724cc8307ecdaf5d3e306617c7a0b5a81a)) +* datasets in table not reloading when org selected changes ([25e2681](https://github.com/devflowinc/trieve/commit/25e2681ffa6a05ff1513615c0d5844783082fb69)) +* default autcomplete function to api version v2 ([dd976b8](https://github.com/devflowinc/trieve/commit/dd976b8260f8e1358e113d39c5bf9d47848d05b6)) +* dont collapse rag queries ([cdf7e38](https://github.com/devflowinc/trieve/commit/cdf7e38f48d6fbc4d44e046db89b250c285e02f5)) +* ensure that the search component is sending the request id ([9356953](https://github.com/devflowinc/trieve/commit/93569536298942ab15fd19a5e166c9e324428187)) +* ensure that when clicking on llm response, it shows the right one ([ed7d79e](https://github.com/devflowinc/trieve/commit/ed7d79eb9fac9010e97d1c93232d1b03ab17e89a)) +* eslint ([4b8a261](https://github.com/devflowinc/trieve/commit/4b8a261aaa5a6aa6c2b7c70eff745f651955cb5e)) +* eslint ([e64b48e](https://github.com/devflowinc/trieve/commit/e64b48e1d2d9255baea40c82ef735c2148052043)) +* eslint ([e4d25c3](https://github.com/devflowinc/trieve/commit/e4d25c3c3887042e78beb7eb174e7862ba28420a)) +* find not a function for dataset memo ([a21096e](https://github.com/devflowinc/trieve/commit/a21096ee271ad372f3289d27a9766d7f0113426f)) +* fix color vars for the outlines ([3640949](https://github.com/devflowinc/trieve/commit/3640949283d6fff8c6d27a8b6ca53db884cb918c)) +* fix cors error and allow TR-QueryId to be returned through CORS ([94052ae](https://github.com/devflowinc/trieve/commit/94052aedc1e9d2f8a031dede47c4bb0327079c4e)) +* fix crawl worker docker push action ([320301d](https://github.com/devflowinc/trieve/commit/320301d3daad6b64019a31ef90db9f75635ad0d0)) +* fix data explorer links ([53ebf2c](https://github.com/devflowinc/trieve/commit/53ebf2c2f1b52f676986aa154233eb985f9da371)) +* fix double render ([af07178](https://github.com/devflowinc/trieve/commit/af07178019a8ed1f57a61cd100f9c01305f5c22f)) +* fix footer on chat ([407ff07](https://github.com/devflowinc/trieve/commit/407ff077582aff7a60951b268bcc4646da751330)) +* fix pr comments; fix input border ([581c382](https://github.com/devflowinc/trieve/commit/581c3827b68e06f15ef1f4daa2af803237ea3957)) +* fix question asking on suggested and ask ai button clicks ([02a04c8](https://github.com/devflowinc/trieve/commit/02a04c89d6efbfe159e39f265d26af6b432c8efb)) +* fix scroll behavior ([db2fe12](https://github.com/devflowinc/trieve/commit/db2fe12b4f8affc2e1d21a3cdf0ae5678002ea36)) +* fix unwrap error with getting ctr search queries ([60575ab](https://github.com/devflowinc/trieve/commit/60575abc3666a2de5d4ea19d2a7afb4f0e50a399)) +* fixed right overflow ([25eefd1](https://github.com/devflowinc/trieve/commit/25eefd1d494dfc2ce06bf54537472da3e5637c11)) +* footer padding fix ([8aa4c30](https://github.com/devflowinc/trieve/commit/8aa4c30e1cfdb8788f3a0aa0f9533244e9849e57)) +* get heading correctly for firecrawl ([5079166](https://github.com/devflowinc/trieve/commit/50791667518cd436d58af6ad61422fd2a65a0a52)) +* get total pages for group search ([72d7498](https://github.com/devflowinc/trieve/commit/72d749890ce8f5b9f19267653abdfc68a21f9480)) +* getting wrong crawl options ([4f7ba0c](https://github.com/devflowinc/trieve/commit/4f7ba0c56b2997a48722ca326d6fa0993eb831fb)) +* head queries table ([4aae83c](https://github.com/devflowinc/trieve/commit/4aae83c101a4bdd6a62ea93a586af9720b22ece7)) +* include llm response on RAG analytics routes and fix docs ([405f7e0](https://github.com/devflowinc/trieve/commit/405f7e077856efb2b3ebdd831a7c537c4aea1291)) +* inconsistent page size for hybrid group search ([b554c97](https://github.com/devflowinc/trieve/commit/b554c97058d3f5f4896d5272b88d8ac03d234666)) +* inital tracking id loading ([fc1b01a](https://github.com/devflowinc/trieve/commit/fc1b01aca65dbcb8975b448bcda55774f32a4eae)) +* input not showing when id is set ([5169184](https://github.com/devflowinc/trieve/commit/5169184e32bb754401e2bb9e01fd2e36d1ac87a2)) +* layout shift from onboarding steps ([6219518](https://github.com/devflowinc/trieve/commit/6219518f465daf1291e9c8a2a8f212b3791f3c2f)) +* log if identity call fails ([c75614f](https://github.com/devflowinc/trieve/commit/c75614fc5c661b8efda1bbb07cb0bf6b0c1ca446)) +* make gpu component work for multiple embeddings ([c12de90](https://github.com/devflowinc/trieve/commit/c12de906ec0d4013c44ca60ecfd5ebfdc9350b8a)) +* make sure to set current_chunk to correct one ([31b586d](https://github.com/devflowinc/trieve/commit/31b586df70057560ad84c3ffa64e1a39f3a4a802)) +* map not existing in NavbarDatasetSelector ([8c6742b](https://github.com/devflowinc/trieve/commit/8c6742b0973e33353ce8cc0f7e5845cd69b610c1)) +* match scrollbar style ([9662ef0](https://github.com/devflowinc/trieve/commit/9662ef0ef023e6e167c909109e731408fe4ea2a6)) +* missing packages ([3615cee](https://github.com/devflowinc/trieve/commit/3615cee88b3521ee1c58bfc81fc22918104949c6)) +* mobile and scroll fixes ([93027df](https://github.com/devflowinc/trieve/commit/93027dfb8299ec1f7d3c1de79e724cb47d0c8c0b)) +* more specific /api replacement on environment variable ([378eed1](https://github.com/devflowinc/trieve/commit/378eed113239bfdc07d2d20f0eb07ca780137a59)) +* move props setting to parent ([2f6dc2c](https://github.com/devflowinc/trieve/commit/2f6dc2c8f5cb70ec989544a29e818513d436b90a)) +* navbar not showing up on search playground ([6dbd8d2](https://github.com/devflowinc/trieve/commit/6dbd8d22fc85a5a6604ee77791b4339b74bda07f)) +* only put sdk client in debug mode for dev ([ae3f8a6](https://github.com/devflowinc/trieve/commit/ae3f8a65c68524f5018af22f00b81da5b8e572ac)) +* prevent unwrap error on analytics ([ec953a6](https://github.com/devflowinc/trieve/commit/ec953a68c7742452d033226833300fe48955db50)) +* remove allow_any_header() to fix cors issue ([20c3241](https://github.com/devflowinc/trieve/commit/20c3241d733d52a3978bceda30759a9a5660fd12)) +* remove allowed_header and set cors to allow any header ([e6ec903](https://github.com/devflowinc/trieve/commit/e6ec90379d41b4db7610fa161589dac934745914)) +* remove buggy skeleton ([021a8b8](https://github.com/devflowinc/trieve/commit/021a8b8d50db60f4bdcf1e24875419a53e583c23)) +* remove default namespace ([22c3c42](https://github.com/devflowinc/trieve/commit/22c3c42192b4ea880a3709d2b66ed1f218430163)) +* remove duplication ([9d38c40](https://github.com/devflowinc/trieve/commit/9d38c406040699870354d172a327e35e0f64efcb)) +* remove rag from sidebar ([43a7cc6](https://github.com/devflowinc/trieve/commit/43a7cc6cd1af5948a1360821f0c7f7d53b699204)) +* remove unused event ([82c3f40](https://github.com/devflowinc/trieve/commit/82c3f409bd0e8f4003d0539e14b891cb1ca7aa7f)) +* scope top datasets to organization ([c69bd5a](https://github.com/devflowinc/trieve/commit/c69bd5af80195826a6e085b22dad505b36dde9a1)) +* scroll in next frame ([c52da89](https://github.com/devflowinc/trieve/commit/c52da891f24d34c7fccbad2bc12af69137b74c92)) +* search by dataset name instead of id ([6371d14](https://github.com/devflowinc/trieve/commit/6371d1498789cab80ea1f27b6d70e81a00c4cf29)) +* skip highlighting text when only 1 word needs highlights ([e6d6918](https://github.com/devflowinc/trieve/commit/e6d691871b1be88c5125c91e481287f24ce8be38)) +* small tanstacktable type fixes ([e6a85d9](https://github.com/devflowinc/trieve/commit/e6a85d9c1e6a5e77e9b9fe7befbe92bb988dd1f2)) +* styling for analytics, infinite hmr loop, skeletonize all cards ([63bad98](https://github.com/devflowinc/trieve/commit/63bad98e900cc0e55ea36b143479fc04649477f1)) +* terracotta select dropdown submits forms ([730979c](https://github.com/devflowinc/trieve/commit/730979ce8b11a7b3228fe570d8b39d3131dba927)) +* update analytics context ([e29cd1f](https://github.com/devflowinc/trieve/commit/e29cd1f618ed30cc90145975b18a12cb48f8f1ac)) +* use proper brand colors on chat elements ([291d58d](https://github.com/devflowinc/trieve/commit/291d58d71c01724bdbfbbd2b9baca0b9b86d2d06)) +* use rag_data to show results instead of search_data for RAG page ([02c73e5](https://github.com/devflowinc/trieve/commit/02c73e5ab9a8a9c534096ddc6eaaabab4956fba4)) +* use regex to remove and add back chunk_html to properly get ([db55ad1](https://github.com/devflowinc/trieve/commit/db55ad1c828aad7bf9fde21719445b4751eafef9)) +* vaccuum lint ([5c90990](https://github.com/devflowinc/trieve/commit/5c909901cb1d50ced08e3ad8b20e5c697296b609)) +* working add user modal ([3d317e5](https://github.com/devflowinc/trieve/commit/3d317e51af42dcc747849b05751befd889701aaa)) +* zod schema ([f7992d8](https://github.com/devflowinc/trieve/commit/f7992d892261264bfdb8af29dab737cffcca42bb)) + + +### Other + +* bump package ([1331abb](https://github.com/devflowinc/trieve/commit/1331abb3d3d0fde27718db4857dabcd5e4c16da0)) +* fix ts erros ([a0331ab](https://github.com/devflowinc/trieve/commit/a0331abb51842c362a44f1282fd2353738b540d6)) +* move CSS to css file ([4a61db6](https://github.com/devflowinc/trieve/commit/4a61db69342481232a5b3a7528bd17d4e1d465b3)) +* remove unused deps ([f44e22b](https://github.com/devflowinc/trieve/commit/f44e22bb066923f9981d9d5e716ac563ed177583)) + + +### Docs + +* created quickstart development for search-component in readme ([cb46473](https://github.com/devflowinc/trieve/commit/cb46473620451969a97bdc6573177e96f2053ae4)) + ## [0.11.9-pre](https://github.com/devflowinc/trieve/compare/v0.11.8...v0.11.9-pre) (2024-09-20) diff --git a/version.txt b/version.txt index 72c3f92d4..39b6e38d8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.9-pre +0.12.0-pre