Skip to content

Commit 8f22fbd

Browse files
Fix command for adding langchain-qdrant (#1154)
## Overview <!-- Brief description of what documentation is being added/updated --> uv command typing error ## Type of change **Type:** [Fix typo] ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: Mason Daugherty <mason@langchain.dev>
1 parent 572b2f4 commit 8f22fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oss/python/integrations/providers/qdrant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install langchain-qdrant
1717
```
1818

1919
```bash uv
20-
uv add langchaindrant
20+
uv add langchain-qdrant
2121
```
2222
</CodeGroup>
2323

0 commit comments

Comments
 (0)