Tim Coates
Tim Coates
# This is a (Feature Proposal) ## Description For bug reports: * What went wrong? * What did you expect should have happened? * What was the config you used?...
Using SoftHSM I can wrap an AES key using an RSA key using https://github.com/Mastercard/pkcs11-tools e.g: p11wrap -a pkcs1 -i "5555_AES" -w WrappingOnly Using pkcs11js (despite iterating over all available Mechanisms)...
Added architecture-patterns to reinforce the pattern of outsource bottom up.
It would be great to be able to create an extraction pipeline based on examples and prompt once... `my_custom_extractor = lx.extract(prompt=prompt, examples=examples)` And then reuse that pipeline across multiple input...