langchain/docs/docs
milind 1b272fa2f4
Update index.mdx (#20395)
spelling error fixed

Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
2024-04-12 19:22:08 +00:00
..
_templates Docs: Fixed grammatical mistake (#16858) 2024-02-01 11:28:15 -08:00
additional_resources docs: reorg and visual refresh (#19765) 2024-04-04 00:58:36 -07:00
changelog docs: add changelog (#15606) 2024-01-07 08:34:34 -08:00
contributing docs: fix external repo partner docs (#20238) 2024-04-09 21:58:04 +00:00
expression_language docs: added backtick on RunnablePassthrough (#20310) 2024-04-11 08:39:10 -04:00
get_started anthropic[patch]: standardize init args (#20161) 2024-04-08 12:09:06 -05:00
guides docs: use standard openai params (#20160) 2024-04-08 10:56:53 -05:00
integrations community[minor]: Firecrawl.dev integration (#20364) 2024-04-12 19:13:48 +00:00
langsmith docs: reorg and visual refresh (#19765) 2024-04-04 00:58:36 -07:00
modules Update index.mdx (#20395) 2024-04-12 19:22:08 +00:00
use_cases docs: langchain-chroma package (#20394) 2024-04-12 11:17:05 -07:00
.gitignore Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
packages.mdx docs: release date fix (#19585) 2024-03-26 14:51:09 -07:00
people.mdx 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
security.md Docs: remove sales from security (#18762) 2024-03-07 17:35:46 -05:00