You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/extras
Massimiliano Pronesti a616e19975
feat(llms): add support for vLLM (#8806)
Hello langchain maintainers, 
this PR aims at integrating
[vllm](https://vllm.readthedocs.io/en/latest/#) into langchain. This PR
closes #8729.

This feature clearly depends on `vllm`, but I've seen other models
supported here depend on packages that are not included in the
pyproject.toml (e.g. `gpt4all`, `text-generation`) so I thought it was
the case for this as well.

@hwchase17, @baskaryan

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
_templates Update Integrations links (#8206) 1 year ago
additional_resources Link to use cases from tutorials (#8371) 1 year ago
ecosystem use top nav docs (#8090) 1 year ago
guides add example of memory and returning retrieved docs (#8830) 1 year ago
integrations feat(llms): add support for vLLM (#8806) 1 year ago
modules Fix typo in long_context_reorder.ipynb (#8811) 1 year ago
use_cases Update links on QA Use Case docs (#8784) 1 year ago