langchain/docs/modules/models/llms/integrations
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
..
ai21.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
aleph_alpha.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
anyscale.ipynb Fix a typo in langchain/docs/modules/models/llms/integrations/anyscale.ipynb (#4526) 2023-05-11 09:03:04 -07:00
azure_openai_example.ipynb docs for azure (#4238) 2023-05-06 10:16:00 -07:00
banana.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
cerebriumai_example.ipynb Fix broken Cerebrium link in documentation (#3554) 2023-04-26 08:11:58 -07:00
cohere.ipynb fixed the Cohere example title (#3053) 2023-04-17 21:02:52 -07:00
deepinfra_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
forefrontai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
gooseai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
gpt4all.ipynb Adjusted GPT4All llm to streaming API and added support for GPT4All_J (#4131) 2023-05-06 15:14:09 -07:00
huggingface_hub.ipynb Add HuggingFace Examples (#3187) 2023-04-19 17:08:10 -07:00
huggingface_pipelines.ipynb Fixed typo for HuggingFaceHub (#3612) 2023-04-26 14:33:31 -07:00
huggingface_textgen_inference.ipynb feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
jsonformer_experimental.ipynb Add RELLM and JSONFormer experimental LLM decoding (#4185) 2023-05-14 22:40:03 +00:00
llamacpp.ipynb Dev2049/callback example fix (#4010) 2023-05-02 16:20:16 -07:00
manifest.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
modal.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
nlpcloud.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
openai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
petals_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
pipelineai_example.ipynb Add PipelineAI LLM integration (#3644) 2023-04-27 08:22:26 -07:00
predictionguard.ipynb Harrison/prediction guard (#3490) 2023-04-24 22:27:22 -07:00
promptlayer_openai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
rellm_experimental.ipynb Add RELLM and JSONFormer experimental LLM decoding (#4185) 2023-05-14 22:40:03 +00:00
replicate.ipynb Fix Replicate llm response to handle iterator / multiple outputs (#3614) 2023-04-26 14:26:33 -07:00
runhouse.ipynb fixed the Cohere example title (#3053) 2023-04-17 21:02:52 -07:00
sagemaker.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
stochasticai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
writer.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00