get_docs
Retrieve up-to-date documentation snippets from Langchain, OpenAI, or LlamaIndex by providing a query and the library name.
Instructions
Search the latest docs for a given query and library. Supports langchain, openai, and llama-index.
Args: query: The query to search for (e.g. "Chroma DB") library: The library to search in (e.g. "langchain")
Returns: Text from the docs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| library | Yes |