mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
75aa82fedc
…Toolkit" in "playwright.ipynb" integration. - Completed the incomplete sentence in the Langchain Playwright documentation. - Enhanced documentation clarity to guide users on best practices for instantiating browser instances with Langchain Playwright. Example before: > "It's always recommended to instantiate using the from_browser method so that the Example after: > "It's always recommended to instantiate using the `from_browser` method so that the browser context is properly initialized and managed, ensuring seamless interaction and resource optimization." Co-authored-by: Erick Friis <erick@langchain.dev> |
||
---|---|---|
.. | ||
api_reference | ||
cassettes | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
ignore-step.sh | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide