pg_tiktoken
pg_tiktoken copied to clipboard
tiktoken tokenizer for postgres
https://github.com/pgcentralfoundation/pgrx/issues/1799
Added a basic regression test.
## Description When using `tiktoken_count` in a generated column on managed Postgres instances (like Neon), we encounter: ``` ERROR: generation expression is not immutable ``` Since tokenization is deterministic (same...
Was just curious if you had any issues with this, will make a PR otherwise. https://github.com/alexpaden/pg_tiktoken/blob/main/README_CACHE.md