Releases: nickthecook/archyve
Releases · nickthecook/archyve
v1.20.3
v1.20.2
v1.20.1
v1.20.0
- 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
v1.19.0
- 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
- 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
v1.16.1
- 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
- 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