Workflow for contributing to LangChain #27300
Replies: 2 comments 5 replies
-
Hey @Jesse1786! 👋 I'm here to help you with your LangChain questions. I'm a bot designed to assist you with bug fixes, answers, and contributing. Your initial setup steps look mostly correct, but there are a few adjustments and additional steps you might consider:
This setup ensures your local changes are reflected and tested properly [1][2]. |
Beta Was this translation helpful? Give feedback.
-
I'm interested in contributing to LC by adding a tool. Can you show me the proper way to use the tools defined in langchain_community? I tried looking through the docs but I wasn't able to find this information. For example, if I want to use the stackexchange tool, would I do something like:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to contributing to open source, and I'm unsure if my procedures and setup is correct. So far what I've done is:
cd libs/langchain
followed bypip install -e .
to install my local version of LangChain instead of the main LangChainFirst, please verify the above steps are correct. Then answer the following questions:
from langchain_openai import ChatOpenAI
. However I get the errorImport langchain_openai could not be resolved
. This happens even if I runpip install langchain-openai
. How do I fix this?Beta Was this translation helpful? Give feedback.
All reactions