Skip to content

Releases: nickthecook/archyve

v1.10.0

Choose a tag to compare

@oxaronick oxaronick released this 03 Jul 20:25
  • add ApiCall model; associate with Conversations and Documents
  • Merge pull request #45 from LeShaunJ/take_2
  • [PATCH] ensure provisioning fails safely

v1.9.0

Choose a tag to compare

@oxaronick oxaronick released this 02 Jul 14:00
  • 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

Choose a tag to compare

@oxaronick oxaronick released this 27 Jun 20:20
  • fix Clear button in global search form
  • only show users their own convos

v1.8.0

Choose a tag to compare

@oxaronick oxaronick released this 27 Jun 15:00
  • add Setting for number of chunks to include in prompt context/number of search results to return from API

v1.7.1

Choose a tag to compare

@oxaronick oxaronick released this 27 Jun 14:57
  • fix bug in provisioning

v1.6.0

Choose a tag to compare

@oxaronick oxaronick released this 10 Jun 16:58
  • 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

Choose a tag to compare

@oxaronick oxaronick released this 04 Jun 21:16
  • 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

Choose a tag to compare

@oxaronick oxaronick released this 04 Jun 18:05
  • fix "selected" error on show document

v1.4.0

Choose a tag to compare

@oxaronick oxaronick released this 04 Jun 17:23
  • 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

Choose a tag to compare

@oxaronick oxaronick released this 03 Jun 16:28
672f4cf
  • seeds changes
  • expose new provisioning options via env vars