langchain/docs/docs/concepts
theosaurus 636d831d27
docs: Fix typo in 'Query re-writing" section (#30736)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, etc. is
being modified. Use "docs: ..." for purely docs 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, eyurtsev, ccurme, vbarda, hwchase17.
2025-04-09 08:50:14 -04:00
..
agents.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
architecture.mdx docs: readme/intro nits (#28581) 2024-12-06 12:52:15 -08:00
async.mdx docs: fix grammatical error in delegation to sync methods (#28165) 2024-11-18 16:27:30 +00:00
callbacks.mdx docs: concept nits (#27586) 2024-10-23 14:52:44 -07:00
chat_history.mdx DOCS: Concept Section Improvements & Updates (#27733) 2024-11-13 11:01:27 -05:00
chat_models.mdx DOCS: Concept Section Improvements & Updates (#27733) 2024-11-13 11:01:27 -05:00
document_loaders.mdx DOCS: Concept Section Improvements & Updates (#27733) 2024-11-13 11:01:27 -05:00
embedding_models.mdx docs: more api ref links, add linting step to prevent more (#28495) 2024-12-04 04:19:42 +00:00
evaluation.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
example_selectors.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
few_shot_prompting.mdx docs: Fix typo in Generating Examples section of few-shot prompting doc (#30219) 2025-03-11 09:44:20 -04:00
index.mdx docs: small grammar changes for conceptual guide page (#28765) 2024-12-17 14:27:55 +00:00
key_value_stores.mdx docs: concept nits (#27586) 2024-10-23 14:52:44 -07:00
lcel.mdx docs: Remove additional ` in heading (#29096) 2025-01-08 10:11:30 -05:00
messages.mdx DOCS: Concept Section Improvements & Updates (#27733) 2024-11-13 11:01:27 -05:00
multimodality.mdx docs: concept nits (#27586) 2024-10-23 14:52:44 -07:00
output_parsers.mdx docs: fix broken link in JSONOutputParser reference (#29292) 2025-01-18 16:17:34 -05:00
prompt_templates.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
rag.mdx docs: update tutorials (#28219) 2024-11-26 10:43:12 -05:00
retrieval.mdx docs: Fix typo in 'Query re-writing" section (#30736) 2025-04-09 08:50:14 -04:00
retrievers.mdx docs: Fix typo in retrievers documentation: 'An vectorstore' -> 'A vectorstore' (#29221) 2025-01-15 10:10:14 -05:00
runnables.mdx docs: Grammar and Typo update for Runnable Conceptual guide (#28777) 2024-12-17 21:18:58 -05:00
streaming.mdx Fix typo in astream_events in streaming docs (#30195) 2025-03-10 08:56:07 -04:00
structured_outputs.mdx docs: fix typo (#30310) 2025-03-17 16:54:32 +00:00
testing.mdx docs: add conceptual testing docs (#28205) 2024-11-19 22:46:26 +00:00
text_llms.mdx concepts: update llm stub page and re-link (#27567) 2024-10-22 23:03:36 -04:00
text_splitters.mdx text_splitters: Add HTMLSemanticPreservingSplitter (#25911) 2024-12-19 12:09:22 -05:00
tokens.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
tool_calling.mdx docs: fix typo (#30310) 2025-03-17 16:54:32 +00:00
tools.mdx DOCS: Concept Section Improvements & Updates (#27733) 2024-11-13 11:01:27 -05:00
tracing.mdx Docs: Re-organize conceptual docs (#27047) 2024-10-22 22:08:20 -04:00
vectorstores.mdx docs: update delete method in vectorstores.mdx (#29497) 2025-01-31 18:15:28 +00:00
why_langchain.mdx docs: tiny grammary fix to why_langchain.mdx (#29455) 2025-01-28 09:49:33 -05:00