mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +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:
parent
20e48598dc
commit
d0b7e2f03d
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user