docs: add docs for vectara tools (#30958)

Thank you for contributing to LangChain!

- [ ] **Docs for Vectara Tools**: "langchain-vectara"
This commit is contained in:
Adeel Ehsan
2025-05-04 00:39:16 +05:00
committed by GitHub
parent 3e25a93136
commit 1e00116ae7
2 changed files with 512 additions and 0 deletions

View File

@@ -315,6 +315,17 @@
"Vectara offers Intelligent Query Rewriting option which enhances search precision by automatically generating metadata filter expressions from natural language queries. This capability analyzes user queries, extracts relevant metadata filters, and rephrases the query to focus on the core information need. For more details [go to this notebook](../retrievers/self_query/vectara_self_query.ipynb)."
]
},
{
"cell_type": "markdown",
"source": [
"## Vectara tools\n",
"Vectara provides serval tools that can be used with Langchain. For more details [go to this notebook](../tools/vectara.ipynb)"
],
"metadata": {
"collapsed": false
},
"id": "beadf6f485c1a69"
},
{
"cell_type": "code",
"execution_count": null,

File diff suppressed because one or more lines are too long