You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ You may use the button above, or follow these steps to open this repo in a Codes
15
15
1. Click **Create codespace on master**.
16
16
17
17
For more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).
18
-
18
+
19
19
## VS Code Dev Containers
20
20
21
21
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchain)
22
22
23
-
> [!NOTE]
23
+
> [!NOTE]
24
24
> If you click the link above you will open the main repo (`langchain-ai/langchain`) and *not* your local cloned repo. This is fine if you only want to run and test the library, but if you want to contribute you can use the link below and replace with your username and cloned repo name:
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thank you for taking the time to file a bug report.
8
+
Thank you for taking the time to file a bug report.
9
9
10
10
Use this to report BUGS in LangChain. For usage questions, feature requests and general design questions, please use the [LangChain Forum](https://forum.langchain.com/).
11
11
@@ -50,22 +50,22 @@ body:
50
50
51
51
If a maintainer can copy it, run it, and see it right away, there's a much higher chance that you'll be able to get help.
52
52
53
-
**Important!**
53
+
**Important!**
54
54
55
55
* Avoid screenshots when possible, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
56
56
* Reduce your code to the minimum required to reproduce the issue if possible. This makes it much easier for others to help you.
57
57
* Use code tags (e.g., ```python ... ```) to correctly [format your code](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting).
58
58
* INCLUDE the language label (e.g. `python`) after the first three backticks to enable syntax highlighting. (e.g., ```python rather than ```).
59
59
60
60
placeholder: |
61
-
The following code:
61
+
The following code:
62
62
63
63
```python
64
64
from langchain_core.runnables import RunnableLambda
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/privileged.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
9
9
If you are not a LangChain maintainer or were not asked directly by a maintainer to create an issue, then please start the conversation on the [LangChain Forum](https://forum.langchain.com/) instead.
10
10
11
-
You are a LangChain maintainer if you maintain any of the packages inside of the LangChain repository
11
+
You are a LangChain maintainer if you maintain any of the packages inside of the LangChain repository
12
12
or are a regular contributor to LangChain with previous merged pull requests.
0 commit comments