I'm not sure whether this is a pydantic 1 -> 2 issue, or whether the underlying llama.cpp just doesn't support input for embedding in numerical tokenised form. I should note at this point that I'm ...
This small project was written as an attempt to better understand how programming languages design data structures, and this was my first, largely-unresearched attempt at implementing a conversion ...