langchain/docs
Madhu Shantan 63a1569d5f
docs: fixed syntax error in ChatAnthropic Example - rag app tutorial notebook (#25824)
Thank you for contributing to LangChain!

- [ ] **PR title**: docs: fixed syntax error in ChatAnthropic Example -
rag app tutorial notebook - generation


- [ ] **PR message**: 
- **Description:** Fixed a syntax error in the ChatAnthropic
initialization example in the RAG tutorial notebook. The original code
had an extra set of quotation marks around the model parameter, which
would cause a Python syntax error. The corrected version removes these
unnecessary quotes.
 
- **Dependencies:** No new dependencies required for this documentation
fix.
I've verified that the corrected code is syntactically valid and matches
the expected format for initializing a ChatAnthropic instance in
LangChain.
    - **Twitter handle:** madhu_shantan


- [ ] **Add tests and docs**: the error in Jupyter notebook: 
<img width="1189" alt="Screenshot 2024-08-29 at 12 43 47 AM"
src="https://github.com/user-attachments/assets/07148a93-300f-40e2-ad4a-ac219cbb56a4">

the corrected cell: 
<img width="983" alt="Screenshot 2024-08-29 at 12 44 18 AM"
src="https://github.com/user-attachments/assets/75b1455a-3671-454e-ac16-8ca77c049dbd">



- [ ] **Lint and test**: As this is a documentation-only change, I have
not run the full test suite. However, I have verified that the corrected
code example is syntactically valid and matches the expected usage of
the ChatAnthropic class.
 
the error in the docs is here -  
<img width="1020" alt="Screenshot 2024-08-29 at 12 48 36 AM"
src="https://github.com/user-attachments/assets/812ccb20-b411-4a5b-afc1-41742efb32a7">
2024-08-29 01:31:01 +00:00
..
api_reference docs: Add docstrings for CassandraChatMessageHistory class and package namespace function. (#24222) 2024-08-23 15:49:41 +00:00
data
docs docs: fixed syntax error in ChatAnthropic Example - rag app tutorial notebook (#25824) 2024-08-29 01:31:01 +00:00
scripts docs, infra: cerebras docs, update docs template linting with better error (#25782) 2024-08-27 17:19:59 +00:00
src docs: improve docs for InMemoryVectorStore (#25786) 2024-08-27 21:12:32 -07:00
static docs[patch]: Simplify tool calling guide, improve tool calling conceptual guide (#24637) 2024-07-25 14:39:14 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
ignore-step.sh docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
Makefile docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
package.json [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
README.md
sidebars.js docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
vercel_build.sh docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
vercel_requirements.txt infra: avoid orjson 3.10.7 in vercel build (#25212) 2024-08-09 02:23:18 +00:00
vercel.json docs: remove deprecated nemo embed docs (#25720) 2024-08-24 00:36:33 +00:00
yarn.lock

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide