Skip to content

Releases: nickthecook/archyve

v1.10.0

03 Jul 20:25
Compare
Choose a tag to compare
  • add ApiCall model; associate with Conversations and Documents
  • Merge pull request #45 from LeShaunJ/take_2
  • [PATCH] ensure provisioning fails safely

v1.9.0

02 Jul 14:00
Compare
Choose a tag to compare
  • add copy button to message
  • (scroll_to_bottom_action) scroll to bottom on message update
  • switch convo form to text_area
  • fix mistral output with spaces before triple backtick
  • show doc filename on chunk in collection search
  • post reply spinner immediately
  • remember user search_conversations setting
  • create settings if needed in Setting#set
  • add User association to Setting

v1.8.1

27 Jun 20:20
Compare
Choose a tag to compare
  • fix Clear button in global search form
  • only show users their own convos

v1.8.0

27 Jun 15:00
Compare
Choose a tag to compare
  • add Setting for number of chunks to include in prompt context/number of search results to return from API

v1.7.1

27 Jun 14:57
Compare
Choose a tag to compare
  • fix bug in provisioning

v1.6.0

10 Jun 16:58
Compare
Choose a tag to compare
  • allow specifying BROWSER_BASE_URL to use when generating URLs for browsers in API responses (URLs to the API continue to use the protocol and hostname that were used in the request to the URL)
    • this allows the operator to have services access the API via an internal network while browsers go through the public hostname

v1.5.0

04 Jun 21:16
Compare
Choose a tag to compare
  • fix sidebar item vertical alignment of item count
  • update convo title live
  • set message title from controller, not from create hook
  • fix errors on creating new list items

v1.4.2

04 Jun 18:05
Compare
Choose a tag to compare
  • fix "selected" error on show document

v1.4.0

04 Jun 17:23
Compare
Choose a tag to compare
  • highlight currently selected list items
  • remove leading spaces from ``` in granite output
  • change dom_id of colln list item
  • don't reset collection search form input when changing collection attrs
  • don't reset chat input field when changing convo attrs
  • use user-specific channel for convos

v1.3.0

03 Jun 16:28
672f4cf
Compare
Choose a tag to compare
  • seeds changes
  • expose new provisioning options via env vars