Replies: 1 comment
-
@jacoblee93 Another set of typedoc comments and annotations to langchain core files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
Add comprehensive TypeDoc annotations and comments to the vector store and retriever classes, its interfaces, and related types. This enhancement would ensure that all fields, methods, and configurations are well-documented, making it easier for developers to understand the functionality and customization options available when working with BaseRetriever and its derived classes.
Motivation
The vector store and retriever classes and their associated interfaces form the core of many retrieval operations, providing a flexible foundation for querying and retrieving documents. However, due to limited documentation within the TypeDoc output, developers may find it challenging to fully utilize and extend functionality for their specific needs.
Proposal (If applicable)
Pull request: #7141
Beta Was this translation helpful? Give feedback.
All reactions