langchain/docs/extras/integrations
eryk-dsai 7f5713b80a
feat: grammar-based sampling in llama-cpp (#9712)
## Description 

The following PR enables the [grammar-based
sampling](https://github.com/ggerganov/llama.cpp/tree/master/grammars)
in llama-cpp LLM.

In short, loading file with formal grammar definition will constrain
model outputs. For instance, one can force the model to generate valid
JSON or generate only python lists.

In the follow-up PR we will add:
* docs with some description why it is cool and how it works
* maybe some code sample for some task such as in llama repo

---------

Co-authored-by: Lance Martin <lance@langchain.dev>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-28 09:52:55 -07:00
..
callbacks docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
chat Adds ChatOllama (#9628) 2023-08-23 13:02:26 -07:00
chat_loaders add gmail loader (#9810) 2023-08-27 17:18:09 -07:00
document_loaders Fix docs for AssemblyAIAudioTranscriptLoader (shorter import path) (#9687) 2023-08-24 07:24:53 -07:00
document_transformers Added a pdf parser based on DocAI (#9579) 2023-08-24 21:44:49 -07:00
llms feat: grammar-based sampling in llama-cpp (#9712) 2023-08-28 09:52:55 -07:00
memory Xata as a chat message memory store (#9719) 2023-08-24 17:37:46 -07:00
providers docs:misc fixes (#9671) 2023-08-23 22:36:54 -07:00
retrievers Add support for structured data sources with google enterprise search (#9037) 2023-08-22 23:18:10 -04:00
text_embedding Updates to Nomic Atlas and GPT4All documentation (#9414) 2023-08-23 17:49:44 -07:00
toolkits 📖 docs: integrations/agent_toolkits (#9333) 2023-08-23 23:17:47 -07:00
tools Add LangChain utility for real-time crypto exchange prices (#4501) 2023-08-11 14:45:06 -07:00
vectorstores Redis metadata filtering and specification, index customization (#8612) 2023-08-25 17:22:50 -07:00