😶 Wordcel
wordcel is a library of functions that provides a set of common tools for working with large language models.
Candidly, it is mostly a set of functions that I myself use on a regular basis — my own personal Swiss army knife.
Installation
You can simply pip install wordcel.
Documentation
- LLM APIs: Wrapper functions over the most common LLM APIs.
- RAG: Helper functions for RAG, and a minimal implementation of Anthropic's "Contextual Retrieval" method.
- featurize: Helper functions for multithreaded inference over text columns in pandas DataFrames.
- DAG: WordcelDAG is a flexible and extensible framework for defining and executing Directed Acyclic Graphs (DAGs) of data processing tasks, particularly involving LLMs and dataframes.
There is also a nascent CLI. wordcel --help:
Usage: wordcel [OPTIONS] COMMAND [ARGS]...
Wordcel CLI.
Options:
--help Show this message and exit.
Commands:
dag WordcelDAG commands.
Release files for wordcel 0.4.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wordcel-0.4.6.tar.gz | 49.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wordcel-0.4.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 107.4 kB
Release files / wordcel-0.4.6.tar.gz
| Download URL | wordcel-0.4.6.tar.gz |
|---|---|
| Size | 49.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c3bea5d5179c9a45c501d6c4300be021f577dffd9b9569e8f1f9e8d2a28ea86
|
|
BLAKE2b-256 checksum How to use checksums |
65853c239cb8360897e4fdf763e34e8948f1cdcf4fdaff155a26d6c198986c8f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.2 CPython/3.12.11 Darwin/25.3.0
|
Release files / wordcel-0.4.6-py3-none-any.whl
| Download URL | wordcel-0.4.6-py3-none-any.whl |
|---|---|
| Size | 57.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f8442791c99fad568f689a2910a9606e53e870e0629812d4122b5a8bd04b4d3
|
|
BLAKE2b-256 checksum How to use checksums |
e1a37aca93906dd53dda938e8d982bfba5e73f058ae8a90d515d015a3c1d81ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.2 CPython/3.12.11 Darwin/25.3.0
|