mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 08:32:32 +00:00
Fix typo (#15202)
Small typo fix in the templates docs: `languge` -> `language`
This commit is contained in:
parent
1343c746c5
commit
5e3c3cd425
@ -36,7 +36,7 @@ A selection of advanced retrieval methods that involve transforming the original
|
||||
|
||||
## 🧠Advanced Retrieval - Query Construction
|
||||
|
||||
A selection of advanced retrieval methods that involve constructing a query in a separate DSL from natural language, which enable natural languge chat over various structured databases.
|
||||
A selection of advanced retrieval methods that involve constructing a query in a separate DSL from natural language, which enable natural language chat over various structured databases.
|
||||
|
||||
- [Elastic Query Generator](../elastic-query-generator): Generate elastic search queries from natural language.
|
||||
- [Neo4j Cypher Generation](../neo4j-cypher): Generate cypher statements from natural language. Available with a ["full text" option](../neo4j-cypher-ft) as well.
|
||||
@ -77,4 +77,4 @@ These templates build chatbots that can take actions, helping to automate tasks.
|
||||
These templates enable moderation or evaluation of LLM outputs.
|
||||
|
||||
- [Guardrails Output Parser](../guardrails-output-parser): Use guardrails-ai to validate LLM output.
|
||||
- [Chatbot Feedback](../chat-bot-feedback): Use LangSmith to evaluate chatbot responses.
|
||||
- [Chatbot Feedback](../chat-bot-feedback): Use LangSmith to evaluate chatbot responses.
|
||||
|
Loading…
Reference in New Issue
Block a user