Thomas E Lackey
Thomas E Lackey
The python3-flask template (and likely the python2) is bitten by this Flask issue: https://github.com/pallets/flask/issues/2229 Flask / Werkzeug have a bug handling chunked transfer encoding--and perhaps any other time that Content-Length...
## Change Description Add a new, basic LangExtract-based recognizer class that is generic. The current implementations focus on ollama or azure support. This one instantiates an lx.ModelConfig from the yaml,...
## Change Description The REST API only supports analyzing one text at a time. This adds support for batch processing. The implementation is backwards compatible: if `text` is a `string`,...