Skip to content

Commit

Permalink
Corrected an grammatical mistake (langchain-ai#15163)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal <[email protected]>
Co-authored-by: Sanskar Tanwar <[email protected]>
Co-authored-by: UpneetShorthillsAI <[email protected]>
Co-authored-by: HarshGuptaShorthillsAI <[email protected]>
Co-authored-by: AdityaKalraShorthillsAI <[email protected]>
Co-authored-by: SakshiShorthillsAI <[email protected]>
Co-authored-by: AashiGuptaShorthillsAI <[email protected]>
Co-authored-by: ShamshadAhmedShorthillsAI <[email protected]>
  • Loading branch information
9 people authored Dec 26, 2023
1 parent 83232d7 commit f59d0d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ we do not want these to get in the way of getting good code into the codebase.

### Contributor Documentation

To learn about how to contribute, please follow the [guides here](https://python.langchain.com/docs/contributing/)
To learn about how to contribute, please follow the [guides here](https://python.langchain.com/docs/contributing/)
2 changes: 1 addition & 1 deletion docs/docs/langsmith/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ check out the [LangSmith Cookbook](https://github.com/langchain-ai/langsmith-coo
- Leveraging user feedback in your JS application ([link](https://github.com/langchain-ai/langsmith-cookbook/blob/main/feedback-examples/nextjs/README.md)).
- Building an automated feedback pipeline ([link](https://github.com/langchain-ai/langsmith-cookbook/blob/main/feedback-examples/algorithmic-feedback/algorithmic_feedback.ipynb)).
- How to evaluate and audit your RAG workflows ([link](https://github.com/langchain-ai/langsmith-cookbook/tree/main/testing-examples/qa-correctness)).
- How to fine-tune a LLM on real usage data ([link](https://github.com/langchain-ai/langsmith-cookbook/blob/main/fine-tuning-examples/export-to-openai/fine-tuning-on-chat-runs.ipynb)).
- How to fine-tune an LLM on real usage data ([link](https://github.com/langchain-ai/langsmith-cookbook/blob/main/fine-tuning-examples/export-to-openai/fine-tuning-on-chat-runs.ipynb)).
- How to use the [LangChain Hub](https://smith.langchain.com/hub) to version your prompts ([link](https://github.com/langchain-ai/langsmith-cookbook/blob/main/hub-examples/retrieval-qa-chain/retrieval-qa.ipynb))

8 changes: 4 additions & 4 deletions docs/docs/modules/agents/agent_types/xml_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
{
"data": {
"text/plain": [
"{'question': 'whats the weather in New york?',\n",
"{'question': 'what's the weather in New york?',\n",
" 'output': '\\nThe weather in New York is 32 degrees.\\n'}"
]
},
Expand All @@ -187,7 +187,7 @@
}
],
"source": [
"agent_executor.invoke({\"question\": \"whats the weather in New york?\"})"
"agent_executor.invoke({\"question\": \"what's the weather in New york?\"})"
]
},
{
Expand Down Expand Up @@ -258,7 +258,7 @@
{
"data": {
"text/plain": [
"{'input': 'whats the weather in New york?',\n",
"{'input': 'what's the weather in New york?',\n",
" 'output': 'The weather in New York is 32 degrees'}"
]
},
Expand All @@ -268,7 +268,7 @@
}
],
"source": [
"agent_executor.invoke({\"input\": \"whats the weather in New york?\"})"
"agent_executor.invoke({\"input\": \"what's the weather in New york?\"})"
]
},
{
Expand Down

0 comments on commit f59d0d3

Please sign in to comment.