langchain/docs
Changyong Um 9484cc0962
community[docs]: modify parameter for the LoRA adapter on the vllm page (#27930)
**Description:** 
This PR modifies the documentation regarding the configuration of the
VLLM with the LoRA adapter. The updates aim to provide clear
instructions for users on how to set up the LoRA adapter when using the
VLLM.

- before
```python
VLLM(..., enable_lora=True)
```
- after
```python
VLLM(..., 
    vllm_kwargs={
        "enable_lora": True
    }
)
```
This change clarifies that users should use the vllm_kwargs to enable
the LoRA adapter.

Co-authored-by: Um Changyong <changyong.um@sfa.co.kr>
2024-11-11 15:41:56 -05:00
..
api_reference infra: remove some special cases (#27839) 2024-11-01 21:13:43 +00:00
cassettes docs: update some cassettes (#28010) 2024-11-09 21:04:18 +00:00
data docs: 👥 Update LangChain people data (#27022) 2024-10-08 17:09:07 +00:00
docs community[docs]: modify parameter for the LoRA adapter on the vllm page (#27930) 2024-11-11 15:41:56 -05:00
scripts templates,docs: leave templates in v0.2 (#27952) 2024-11-07 22:23:48 +00:00
src Add nvidia as provider for embedding, llm (#27810) 2024-11-04 19:45:51 +00:00
static docs: new stack diagram (#27972) 2024-11-07 22:46:56 +00:00
.gitignore infra: cleanup docs build (#21134) 2024-05-01 17:34:05 -07:00
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00
babel.config.js
docusaurus.config.js docs, core: error messaging [wip] (#27397) 2024-10-17 03:39:36 +00:00
ignore-step.sh docs: ignore case production fork master (#27971) 2024-11-07 13:55:21 -08:00
Makefile docs: platforms -> providers (#27285) 2024-10-16 18:27:07 +00:00
package.json docs: add discussions with giscus (#27172) 2024-10-11 15:14:45 -07:00
README.md docs: reorganize contributing docs (#27649) 2024-10-25 22:41:54 +00:00
sidebars.js docs: sidebar capitalization (#27894) 2024-11-04 22:09:32 +00:00
vercel_requirements.txt docs: add api referencs to langgraph (#26877) 2024-09-26 15:21:10 -04:00
vercel.json templates,docs: leave templates in v0.2 (#27952) 2024-11-07 22:23:48 +00:00
yarn.lock docs: add discussions with giscus (#27172) 2024-10-11 15:14:45 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide