create_citation_fuzzy_match_chain#

langchain.chains.openai_functions.citation_fuzzy_match.create_citation_fuzzy_match_chain(llm: BaseLanguageModel) LLMChain[source]#

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:

LLMChain