MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / __init__

Method __init__

gpt/docGPT.py:61–67  ·  view source on GitHub ↗
(
        self,
        chain_type: str,
        retriever,
        llm,
    )

Source from the content-addressed store, hash-verified

59
60class CRChain(BaseQaChain):
61 def __init__(
62 self,
63 chain_type: str,
64 retriever,
65 llm,
66 ) -> None:
67 super().__init__(chain_type, retriever, llm)
68
69 @property
70 def create_qa_chain(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected