mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
docs: fix truncation of retriever descriptions in overview table (#31327)
### Description Added a note above the retriever overview table to clarify that the descriptions are truncated for readability and how to view the full version (via hover or click). ### Issue Fixes #31311 — Users were confused by incomplete retriever descriptions in the integration docs. ### Dependencies None --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
@@ -34,4 +34,6 @@ The below retrievers will search over an external index (e.g., constructed from
|
||||
|
||||
## All retrievers
|
||||
|
||||
> **Note:** The descriptions in the table below are truncated for readability.
|
||||
|
||||
<IndexTable />
|
||||
|
Reference in New Issue
Block a user