Skip to content

Releases: nickthecook/archyve

v1.20.3

20 Nov 18:48
160b720
Compare
Choose a tag to compare
  • fixes bug in which OPP would send a bad request to Ollama if there were no Collections defined

v1.20.2

19 Nov 15:31
cbc7088
Compare
Choose a tag to compare
  • handle cases where ollama responses have hashes where Archyve expected strings

v1.20.1

19 Nov 15:07
22d3e21
Compare
Choose a tag to compare
  • fix 500 error in OPP when Ollama returns an error

v1.20.0

05 Nov 15:32
56c64a3
Compare
Choose a tag to compare
  • add Ollama server integration (pull models on connect)
  • add support for vision model (@oxaroky02)
  • check entity extraction model context window size
  • show server in ModelConfig description when choosing ModelConfigs in UI
  • improve html parsing and chunking by converting to markdown first (@mattlindsey)

v1.19.1

07 Oct 18:36
93d4714
Compare
Choose a tag to compare
  • fix issue that prevents loading Admin -> ModelConfigs

v1.19.0

03 Oct 19:19
Compare
Choose a tag to compare
  • add capability to ingest document from a URL (@mattlindsey)
  • add context window length property to model config (@oxaroky02)
  • add settings page
  • add toggle in the UI to hide conversations that were created via API
  • add ability to search entity descriptions on entity page
  • add paging for descriptions on graph entity show page
  • move new document form to separate page
  • add entity extraction model setting to collection
  • add "regenerate message" button
  • show whitespace in augmentations in conversation
  • add background images to login page
  • admin UI improvements
  • show error message for collections on job retry exhaustion
  • add chunks request spec
  • add /v1/conversations/:id/messages
  • add /v1/conversations index and show
  • automate api testing
  • UI tweaks
  • code cleanup

v1.18.0

12 Sep 17:30
Compare
Choose a tag to compare
  • allow user to choose embedding model per collection
  • various bug fixes
  • various UI tweaks (especially in chat)
  • improve conversation summaries
  • normalize distances between embedding models for good search when using different models
  • various README improvements
  • add distance ceiling filter on search results (tunable in Admin -> Settings)
  • add OPP - Ollama Proxy Port - on localhost:11337

v1.17.0

09 Sep 20:34
Compare
Choose a tag to compare
  • minor UI twaks
  • add OpenAI support
  • rework document ingest jobs to run in parallel
  • hovering over "Error" badge on Doc will show error messages
  • remove extra doc columns
  • add confirmation on deletion of collection
  • add openai support
  • add config.sample.json

v1.16.1

29 Aug 18:11
Compare
Choose a tag to compare
  • fix bug when logging in
  • center conversation fields at the top
  • resume summarizing if user clicks Reprocess on Collection and summarizing didn't finish

v1.16.0

28 Aug 19:55
Compare
Choose a tag to compare
  • show augmentations as cards in conversation view
  • link entities and chunks to their show pages in collections view
  • add flash messages to UI
  • add warning when not enough models are provisioned for Archyve to work