Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Type: Package
Title: Embedding Vectorization and Distance-Based Scoring Workflows
Version: 0.3.0
Authors@R: c(
person(given = "Rainer", family = "Krug", role = c("aut", "cre"), email = "you@example.org"),
person(given = "Rainer", family = "Krug", role = c("aut", "cre"), email = "Rainer@krugs.de"),
person(given = "ChatGPT", family = "Assistant", role = "ctb")
)
Author: Rainer Krug [aut, cre],
ChatGPT Assistant [ctb]
Maintainer: Rainer Krug <you@example.org>
Maintainer: Rainer Krug <Rainer@krugs.de>
Description: R-first orchestration for text vectorization (embeddings),
embedding distance computation, and distance-based scoring workflows.
Supports backend-neutral embedding providers (HF, OpenAI, TEI),
Expand Down
Loading