create_citation_fuzzy_match_chain#
- langchain.chains.openai_functions.citation_fuzzy_match.create_citation_fuzzy_match_chain(llm: BaseLanguageModel) LLMChain [source]#
Deprecated since version 0.2.13: Use
create_citation_fuzzy_match_runnable()
instead.Create a citation fuzzy match chain.
- Parameters:
llm (BaseLanguageModel) – Language model to use for the chain.
- Returns:
Chain (LLMChain) that can be used to answer questions with citations.
- Return type: