rename the project to paperless-llm-workflows
given the server architecture and new integration into paperless workflows a new name describes better what this project is about
This commit is contained in:
parent
c5cb0aaf22
commit
249e65c55f
3 changed files with 5 additions and 3 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
- Rename Project to `paperless-llm-workflows`
|
||||
|
||||
## Added
|
||||
- Added openapi specs for workflow trigger server endpoints
|
||||
- Added `next_tag` parameter to Webhook endpoints, allowing better workflow stages
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "paperless-field-extractor"
|
||||
version = "0.1.2"
|
||||
name = "paperless-llm-workflows"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
author = "ju6ge <judge@felixrichter.tech>"
|
||||
license = "AGPL-3.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
paperless-field-extractor
|
||||
paperless-llm-workflows
|
||||
=========================
|
||||
|
||||
This project is an extension to the excellent [paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) software.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue