langchain/docs/modules/models
Zander Chase d85b04be7f
Add RELLM and JSONFormer experimental LLM decoding (#4185)
[RELLM](https://github.com/r2d4/rellm) is a library that wraps local
HuggingFace pipeline models for structured decoding.

RELLM works by generating tokens one at a time. At each step, it masks
tokens that don't conform to the provided partial regular expression.

[JSONFormer](https://github.com/1rgs/jsonformer) is a bit different, where it sequentially adds the keys then decodes each value directly
2023-05-14 22:40:03 +00:00
..
chat Simplify HumanMessages in the quick start guide (#4026) 2023-05-03 22:45:03 -07:00
llms Add RELLM and JSONFormer experimental LLM decoding (#4185) 2023-05-14 22:40:03 +00:00
text_embedding/examples Update \docs\modules\models\text_embedding\examples\openai.ipynb (#3976) 2023-05-02 14:41:31 -07:00
chat.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
getting_started.ipynb change heading 2023-05-13 09:52:23 -07:00
llms.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_embedding.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00