Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Langchain core 03 #1108

Merged
merged 6 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update langchain doc to use guardrails 0.5.13+
  • Loading branch information
zsimjee committed Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 76d62542a7b9228a02481bf03f5bc6e7ec05cba1
2 changes: 1 addition & 1 deletion docs/integrations/langchain.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ This is a comprehensive guide on integrating Guardrails with [LangChain](https:/
1. Ensure you have the following langchain packages installed. Also install Guardrails

```bash
pip install guardrails-ai langchain langchain_openai
pip install "guardrails-ai>=0.5.13" langchain langchain_openai
```

2. As a prerequisite we install the necessary validators from the Guardrails Hub:
Loading