Ask a question to get started
Enter to send•Shift+Enter new line
Initialize from LLM.
from_llm( cls, llm: BaseLanguageModel, prompt: PromptTemplate | None = None, get_input: Callable[[str, Document], str] | None = None, llm_chain_kwargs: dict | None = None ) -> LLMChainExtractor