Skip to content

Text chunk tagging #1

@michal-hradis

Description

@michal-hradis

Tagging worker

  • Ask server for tagging job (list of texts to process, model to use, definition of tag - examples, name, definition, prompt)
  • Process the document using OpenAI, Ollama
  • Upload resulting tags to DB

Tag storage Chunks

  • positive_tags list[str] - ["c1:pes", "c2:pes"]
  • negative_tags list[str]
  • automatic_tags list[str] (target)
  • collections list[str]

DB content:
Documents -
Chunks -
Collections - user places some Chunks to a named collection, one user a owher, can share with other users

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions