id
stringlengths
14
15
text
stringlengths
35
2.07k
embedding
sequence
source
stringlengths
61
154
b928c416c26a-4
save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config[source]¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 76747, 60, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.refine.RefineDocumentsChain.html
6b89ce91de5e-0
langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain¶ class langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, input_key: str = 'input_documents', output_key: str = 'output_text', llm_chain: LLMChain, combine_document_chain: BaseCombineDocumentsChain, collapse_document_chain: Optional[BaseCombineDocumentsChain] = None, document_variable_name: str, return_intermediate_steps: bool = False)[source]¶ Bases: BaseCombineDocumentsChain Combining documents by mapping a chain over them, then combining results. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param collapse_document_chain: Optional[BaseCombineDocumentsChain] = None¶ Chain to use to collapse intermediary results if needed. If None, will use the combine_document_chain. param combine_document_chain: BaseCombineDocumentsChain [Required]¶ Chain to use to combine results of applying llm_chain to documents. param document_variable_name: str [Required]¶ The variable name in the llm_chain to put the documents in.
[ 5317, 8995, 5442, 1771, 90390, 77027, 4875, 65696, 10312, 51425, 28242, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 90390, 77027, 4875, 65696, 10312, 51425, 28242, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 1988, 3173, 25, 610, 284, 364, 1379, 77027, 518, 2612, 3173, 25, 610, 284, 364, 3081, 4424, 518, 9507, 76, 31683, 25, 445, 11237, 19368, 11, 16343, 27326, 31683, 25, 5464, 82214, 28242, 19368, 11, 18678, 27326, 31683, 25, 12536, 58, 4066, 82214, 28242, 19368, 60, 284, 2290, 11, 2246, 14977, 1292, 25, 610, 11, 471, 15678, 14978, 23566, 25, 1845, 284, 3641, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 5464, 82214, 28242, 19368, 198, 37292, 5859, 9477, 555, 13021, 264, 8957, 927, 1124, 11, 1243, 35271, 3135, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 18678, 27326, 31683, 25, 12536, 58, 4066, 82214, 28242, 19368, 60, 284, 2290, 55609, 198, 19368, 311, 1005, 311, 18678, 95170, 3135, 422, 4460, 627, 2746, 2290, 11, 690, 1005, 279, 16343, 27326, 31683, 627, 913, 16343, 27326, 31683, 25, 5464, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 1005, 311, 16343, 3135, 315, 19486, 9507, 76, 31683, 311, 9477, 627, 913, 2246, 14977, 1292, 25, 610, 510, 8327, 60, 55609, 198, 791, 3977, 836, 304, 279, 9507, 76, 31683, 311, 2231, 279, 9477, 304, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html
6b89ce91de5e-1
The variable name in the llm_chain to put the documents in. If only one variable in the llm_chain, this need not be provided. param llm_chain: LLMChain [Required]¶ Chain to apply to each document individually. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param return_intermediate_steps: bool = False¶ Return the results of the map steps in the output. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be
[ 791, 3977, 836, 304, 279, 9507, 76, 31683, 311, 2231, 279, 9477, 304, 627, 2746, 1193, 832, 3977, 304, 279, 9507, 76, 31683, 11, 420, 1205, 539, 387, 3984, 627, 913, 9507, 76, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 3881, 311, 1855, 2246, 32399, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 471, 15678, 14978, 23566, 25, 1845, 284, 3641, 55609, 198, 5715, 279, 3135, 315, 279, 2472, 7504, 304, 279, 2612, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html
6b89ce91de5e-2
response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acombine_docs(docs: List[Document], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → Tuple[str, dict][source]¶ Combine documents in a map reduce manner. Combine by mapping first chain over all documents, then reducing the results. This reducing can be done recursively if needed (if there are many documents).
[ 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 264, 64236, 50792, 90519, 25, 1796, 58, 7676, 1145, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 25645, 17752, 11, 6587, 1483, 2484, 60, 55609, 198, 82214, 9477, 304, 264, 2472, 8108, 11827, 627, 82214, 555, 13021, 1176, 8957, 927, 682, 9477, 11, 1243, 18189, 279, 3135, 627, 2028, 18189, 649, 387, 2884, 53947, 422, 4460, 320, 333, 1070, 527, 1690, 9477, 570 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html
6b89ce91de5e-3
This reducing can be done recursively if needed (if there are many documents). apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. combine_docs(docs: List[Document], token_max: int = 3000, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → Tuple[str, dict][source]¶ Combine documents in a map reduce manner. Combine by mapping first chain over all documents, then reducing the results. This reducing can be done recursively if needed (if there are many documents). dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. validator get_default_document_variable_name  »  all fields[source]¶ Get default document variable name, if not provided. validator get_return_intermediate_steps  »  all fields[source]¶ For backwards compatibility. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. prompt_length(docs: List[Document], **kwargs: Any) → Optional[int]¶ Return the prompt length given the documents passed in. Returns None if the method does not depend on the prompt length. validator raise_deprecation  »  all fields¶
[ 2028, 18189, 649, 387, 2884, 53947, 422, 4460, 320, 333, 1070, 527, 1690, 9477, 4390, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 64236, 50792, 90519, 25, 1796, 58, 7676, 1145, 4037, 6479, 25, 528, 284, 220, 3101, 15, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 25645, 17752, 11, 6587, 1483, 2484, 60, 55609, 198, 82214, 9477, 304, 264, 2472, 8108, 11827, 627, 82214, 555, 13021, 1176, 8957, 927, 682, 9477, 11, 1243, 18189, 279, 3135, 627, 2028, 18189, 649, 387, 2884, 53947, 422, 4460, 320, 333, 1070, 527, 1690, 9477, 4390, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 16503, 636, 10198, 27326, 14977, 1292, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 1991, 1670, 2246, 3977, 836, 11, 422, 539, 3984, 627, 16503, 636, 12794, 15678, 14978, 23566, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 2520, 29512, 25780, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 41681, 5228, 90519, 25, 1796, 58, 7676, 1145, 3146, 9872, 25, 5884, 8, 11651, 12536, 19155, 60, 55609, 198, 5715, 279, 10137, 3160, 2728, 279, 9477, 5946, 304, 627, 16851, 2290, 422, 279, 1749, 1587, 539, 6904, 389, 279, 10137, 3160, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html
6b89ce91de5e-4
validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config[source]¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 76747, 60, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html
b64082355d97-0
langchain.chains.openai_functions.utils.get_llm_kwargs¶ langchain.chains.openai_functions.utils.get_llm_kwargs(function: dict) → dict[source]¶ Returns the kwargs for the LLMChain constructor. Parameters function – The function to use. Returns The kwargs for the LLMChain constructor.
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 8576, 673, 44095, 76, 37335, 55609, 198, 5317, 8995, 5442, 1771, 5949, 2192, 32808, 8576, 673, 44095, 76, 37335, 2993, 25, 6587, 8, 11651, 6587, 76747, 60, 55609, 198, 16851, 279, 16901, 369, 279, 445, 11237, 19368, 4797, 627, 9905, 198, 1723, 1389, 578, 734, 311, 1005, 627, 16851, 198, 791, 16901, 369, 279, 445, 11237, 19368, 4797, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.utils.get_llm_kwargs.html
b752be385bfa-0
langchain.chains.prompt_selector.is_chat_model¶ langchain.chains.prompt_selector.is_chat_model(llm: BaseLanguageModel) → bool[source]¶ Check if the language model is a chat model. Parameters llm – Language model to check. Returns True if the language model is a BaseChatModel model, False otherwise.
[ 5317, 8995, 5442, 1771, 66499, 29990, 2124, 36153, 5156, 55609, 198, 5317, 8995, 5442, 1771, 66499, 29990, 2124, 36153, 5156, 36621, 76, 25, 5464, 14126, 1747, 8, 11651, 1845, 76747, 60, 55609, 198, 4061, 422, 279, 4221, 1646, 374, 264, 6369, 1646, 627, 9905, 198, 657, 76, 1389, 11688, 1646, 311, 1817, 627, 16851, 198, 2575, 422, 279, 4221, 1646, 374, 264, 5464, 16047, 1747, 1646, 11, 3641, 6062, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.prompt_selector.is_chat_model.html
3e9178497fdf-0
langchain.chains.api.openapi.requests_chain.APIRequesterOutputParser¶ class langchain.chains.api.openapi.requests_chain.APIRequesterOutputParser[source]¶ Bases: BaseOutputParser Parse the request and error tags. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. dict(**kwargs: Any) → Dict¶ Return dictionary representation of output parser. get_format_instructions() → str¶ Instructions on how the LLM output should be formatted. parse(llm_output: str) → str[source]¶ Parse the request and error tags. parse_result(result: List[Generation]) → T¶ Parse LLM Result. parse_with_prompt(completion: str, prompt: PromptValue) → Any¶ Optional method to parse the output of an LLM call with a prompt. The prompt is largely provided in the event the OutputParser wants to retry or fix the output in some way, and needs information from the prompt to do so. Parameters completion – output of language model prompt – prompt value Returns structured output to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶
[ 5317, 8995, 5442, 1771, 6314, 59920, 68771, 31683, 25967, 1939, 261, 5207, 6707, 55609, 198, 1058, 8859, 8995, 5442, 1771, 6314, 59920, 68771, 31683, 25967, 1939, 261, 5207, 6707, 76747, 60, 55609, 198, 33, 2315, 25, 5464, 5207, 6707, 198, 14802, 279, 1715, 323, 1493, 9681, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 2612, 6871, 627, 456, 9132, 83527, 368, 11651, 610, 55609, 198, 56391, 389, 1268, 279, 445, 11237, 2612, 1288, 387, 24001, 627, 6534, 36621, 76, 7800, 25, 610, 8, 11651, 610, 76747, 60, 55609, 198, 14802, 279, 1715, 323, 1493, 9681, 627, 6534, 5400, 4556, 25, 1796, 58, 38238, 2526, 11651, 350, 55609, 198, 14802, 445, 11237, 5832, 627, 6534, 6753, 62521, 91868, 25, 610, 11, 10137, 25, 60601, 1150, 8, 11651, 5884, 55609, 198, 15669, 1749, 311, 4820, 279, 2612, 315, 459, 445, 11237, 1650, 449, 264, 10137, 627, 791, 10137, 374, 14090, 3984, 304, 279, 1567, 279, 9442, 6707, 6944, 198, 998, 23515, 477, 5155, 279, 2612, 304, 1063, 1648, 11, 323, 3966, 2038, 505, 198, 1820, 10137, 311, 656, 779, 627, 9905, 198, 44412, 1389, 2612, 315, 4221, 1646, 198, 41681, 1389, 10137, 907, 198, 16851, 198, 52243, 2612, 198, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterOutputParser.html
3e9178497fdf-1
property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object extra = 'ignore'¶
[ 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 15824, 284, 364, 13431, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterOutputParser.html
1a74ba76e939-0
langchain.chains.openai_functions.citation_fuzzy_match.QuestionAnswer¶ class langchain.chains.openai_functions.citation_fuzzy_match.QuestionAnswer(*, question: str, answer: List[FactWithEvidence])[source]¶ Bases: BaseModel A question and its answer as a list of facts each one should have a source. each sentence contains a body and a list of sources. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param answer: List[langchain.chains.openai_functions.citation_fuzzy_match.FactWithEvidence] [Required]¶ Body of the answer, each fact should be its separate object with a body and a list of sources param question: str [Required]¶ Question that was asked
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 59621, 16533, 55609, 198, 1058, 8859, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 59621, 16533, 4163, 11, 3488, 25, 610, 11, 4320, 25, 1796, 58, 17873, 2409, 93702, 41105, 2484, 60, 55609, 198, 33, 2315, 25, 65705, 198, 32, 3488, 323, 1202, 4320, 439, 264, 1160, 315, 13363, 1855, 832, 1288, 617, 264, 2592, 627, 9739, 11914, 5727, 264, 2547, 323, 264, 1160, 315, 8336, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4320, 25, 1796, 58, 5317, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 1006, 533, 2409, 93702, 60, 510, 8327, 60, 55609, 198, 5561, 315, 279, 4320, 11, 1855, 2144, 1288, 387, 1202, 8821, 1665, 449, 264, 2547, 323, 264, 1160, 315, 8336, 198, 913, 3488, 25, 610, 510, 8327, 60, 55609, 198, 14924, 430, 574, 4691 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.citation_fuzzy_match.QuestionAnswer.html
702c56384918-0
langchain.chains.llm_bash.base.LLMBashChain¶ class langchain.chains.llm_bash.base.LLMBashChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, llm_chain: LLMChain, llm: Optional[BaseLanguageModel] = None, input_key: str = 'question', output_key: str = 'answer', prompt: BasePromptTemplate = PromptTemplate(input_variables=['question'], output_parser=BashOutputParser(), partial_variables={}, template='If someone asks you to perform a task, your job is to come up with a series of bash commands that will perform the task. There is no need to put "#!/bin/bash" in your answer. Make sure to reason step by step, using this format:\n\nQuestion: "copy the files in the directory named \'target\' into a new directory at the same level as target called \'myNewDirectory\'"\n\nI need to take the following actions:\n- List all files in the directory\n- Create a new directory\n- Copy the files from the first directory into the second directory\n```bash\nls\nmkdir myNewDirectory\ncp -r target/* myNewDirectory\n```\n\nThat is the format. Begin!\n\nQuestion: {question}', template_format='f-string', validate_template=True), bash_process: BashProcess = None)[source]¶ Bases: Chain Chain that interprets a prompt and executes bash code to perform bash operations. Example from langchain import LLMBashChain, OpenAI llm_bash = LLMBashChain.from_llm(OpenAI())
[ 5317, 8995, 5442, 1771, 60098, 76, 890, 1003, 9105, 1236, 43, 8578, 1003, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 60098, 76, 890, 1003, 9105, 1236, 43, 8578, 1003, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 9507, 76, 31683, 25, 445, 11237, 19368, 11, 9507, 76, 25, 12536, 58, 4066, 14126, 1747, 60, 284, 2290, 11, 1988, 3173, 25, 610, 284, 364, 7998, 518, 2612, 3173, 25, 610, 284, 364, 9399, 518, 10137, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 7998, 4181, 2612, 19024, 55626, 1003, 5207, 6707, 1535, 7276, 29282, 68525, 3896, 1151, 2746, 4423, 17501, 499, 311, 2804, 264, 3465, 11, 701, 2683, 374, 311, 2586, 709, 449, 264, 4101, 315, 28121, 11545, 430, 690, 2804, 279, 3465, 13, 2684, 374, 912, 1205, 311, 2231, 5993, 89080, 7006, 17587, 1, 304, 701, 4320, 13, 7557, 2771, 311, 2944, 3094, 555, 3094, 11, 1701, 420, 3645, 7338, 77, 1734, 14924, 25, 330, 8728, 279, 3626, 304, 279, 6352, 7086, 28251, 5775, 10379, 1139, 264, 502, 6352, 520, 279, 1890, 2237, 439, 2218, 2663, 28251, 2465, 3648, 9494, 10379, 12200, 77, 1734, 40, 1205, 311, 1935, 279, 2768, 6299, 7338, 77, 12, 1796, 682, 3626, 304, 279, 6352, 1734, 12, 4324, 264, 502, 6352, 1734, 12, 14882, 279, 3626, 505, 279, 1176, 6352, 1139, 279, 2132, 6352, 1734, 74694, 47316, 1734, 4835, 1734, 27209, 856, 3648, 9494, 59, 1031, 79, 482, 81, 2218, 1075, 856, 3648, 9494, 1734, 14196, 62169, 77, 1734, 4897, 374, 279, 3645, 13, 19110, 15114, 77, 1734, 14924, 25, 314, 7998, 17266, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 28121, 11557, 25, 39630, 7575, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 19368, 430, 18412, 2641, 264, 10137, 323, 52535, 28121, 2082, 311, 2804, 28121, 7677, 627, 13617, 198, 1527, 8859, 8995, 1179, 20072, 8578, 1003, 19368, 11, 5377, 15836, 198, 657, 76, 890, 1003, 284, 20072, 8578, 1003, 19368, 6521, 44095, 76, 7, 5109, 15836, 2189 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
702c56384918-1
llm_bash = LLMBashChain.from_llm(OpenAI()) Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param llm: Optional[BaseLanguageModel] = None¶ [Deprecated] LLM wrapper to use. param llm_chain: LLMChain [Required]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog.
[ 657, 76, 890, 1003, 284, 20072, 8578, 1003, 19368, 6521, 44095, 76, 7, 5109, 15836, 2455, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 9507, 76, 25, 12536, 58, 4066, 14126, 1747, 60, 284, 2290, 55609, 198, 58, 52444, 60, 445, 11237, 13564, 311, 1005, 627, 913, 9507, 76, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
702c56384918-2
There are many different types of memory - please see memory docs for the full catalog. param prompt: BasePromptTemplate = PromptTemplate(input_variables=['question'], output_parser=BashOutputParser(), partial_variables={}, template='If someone asks you to perform a task, your job is to come up with a series of bash commands that will perform the task. There is no need to put "#!/bin/bash" in your answer. Make sure to reason step by step, using this format:\n\nQuestion: "copy the files in the directory named \'target\' into a new directory at the same level as target called \'myNewDirectory\'"\n\nI need to take the following actions:\n- List all files in the directory\n- Create a new directory\n- Copy the files from the first directory into the second directory\n```bash\nls\nmkdir myNewDirectory\ncp -r target/* myNewDirectory\n```\n\nThat is the format. Begin!\n\nQuestion: {question}', template_format='f-string', validate_template=True)¶ [Deprecated] param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶
[ 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 10137, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 7998, 4181, 2612, 19024, 55626, 1003, 5207, 6707, 1535, 7276, 29282, 68525, 3896, 1151, 2746, 4423, 17501, 499, 311, 2804, 264, 3465, 11, 701, 2683, 374, 311, 2586, 709, 449, 264, 4101, 315, 28121, 11545, 430, 690, 2804, 279, 3465, 13, 2684, 374, 912, 1205, 311, 2231, 5993, 89080, 7006, 17587, 1, 304, 701, 4320, 13, 7557, 2771, 311, 2944, 3094, 555, 3094, 11, 1701, 420, 3645, 7338, 77, 1734, 14924, 25, 330, 8728, 279, 3626, 304, 279, 6352, 7086, 28251, 5775, 10379, 1139, 264, 502, 6352, 520, 279, 1890, 2237, 439, 2218, 2663, 28251, 2465, 3648, 9494, 10379, 12200, 77, 1734, 40, 1205, 311, 1935, 279, 2768, 6299, 7338, 77, 12, 1796, 682, 3626, 304, 279, 6352, 1734, 12, 4324, 264, 502, 6352, 1734, 12, 14882, 279, 3626, 505, 279, 1176, 6352, 1139, 279, 2132, 6352, 1734, 74694, 47316, 1734, 4835, 1734, 27209, 856, 3648, 9494, 59, 1031, 79, 482, 81, 2218, 1075, 856, 3648, 9494, 1734, 14196, 62169, 77, 1734, 4897, 374, 279, 3645, 13, 19110, 15114, 77, 1734, 14924, 25, 314, 7998, 17266, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 8, 55609, 198, 58, 52444, 933, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
702c56384918-3
Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list.
[ 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
702c56384918-4
Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_llm(llm: BaseLanguageModel, prompt: BasePromptTemplate = PromptTemplate(input_variables=['question'], output_parser=BashOutputParser(), partial_variables={}, template='If someone asks you to perform a task, your job is to come up with a series of bash commands that will perform the task. There is no need to put "#!/bin/bash" in your answer. Make sure to reason step by step, using this format:\n\nQuestion: "copy the files in the directory named \'target\' into a new directory at the same level as target called \'myNewDirectory\'"\n\nI need to take the following actions:\n- List all files in the directory\n- Create a new directory\n- Copy the files from the first directory into the second directory\n```bash\nls\nmkdir myNewDirectory\ncp -r target/* myNewDirectory\n```\n\nThat is the format. Begin!\n\nQuestion: {question}', template_format='f-string', validate_template=True), **kwargs: Any) → LLMBashChain[source]¶ prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields, all fields[source]¶
[ 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 10137, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 7998, 4181, 2612, 19024, 55626, 1003, 5207, 6707, 1535, 7276, 29282, 68525, 3896, 1151, 2746, 4423, 17501, 499, 311, 2804, 264, 3465, 11, 701, 2683, 374, 311, 2586, 709, 449, 264, 4101, 315, 28121, 11545, 430, 690, 2804, 279, 3465, 13, 2684, 374, 912, 1205, 311, 2231, 5993, 89080, 7006, 17587, 1, 304, 701, 4320, 13, 7557, 2771, 311, 2944, 3094, 555, 3094, 11, 1701, 420, 3645, 7338, 77, 1734, 14924, 25, 330, 8728, 279, 3626, 304, 279, 6352, 7086, 28251, 5775, 10379, 1139, 264, 502, 6352, 520, 279, 1890, 2237, 439, 2218, 2663, 28251, 2465, 3648, 9494, 10379, 12200, 77, 1734, 40, 1205, 311, 1935, 279, 2768, 6299, 7338, 77, 12, 1796, 682, 3626, 304, 279, 6352, 1734, 12, 4324, 264, 502, 6352, 1734, 12, 14882, 279, 3626, 505, 279, 1176, 6352, 1139, 279, 2132, 6352, 1734, 74694, 47316, 1734, 4835, 1734, 27209, 856, 3648, 9494, 59, 1031, 79, 482, 81, 2218, 1075, 856, 3648, 9494, 1734, 14196, 62169, 77, 1734, 4897, 374, 279, 3645, 13, 19110, 15114, 77, 1734, 14924, 25, 314, 7998, 17266, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 3146, 9872, 25, 5884, 8, 11651, 20072, 8578, 1003, 19368, 76747, 60, 55609, 198, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 11, 682, 5151, 76747, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
702c56384918-5
validator raise_deprecation  »  all fields, all fields[source]¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_prompt  »  all fields[source]¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config[source]¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 11, 682, 5151, 76747, 60, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 62521, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 76747, 60, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.llm_bash.base.LLMBashChain.html
b2d5cbe3559a-0
langchain.chains.retrieval_qa.base.RetrievalQA¶ class langchain.chains.retrieval_qa.base.RetrievalQA(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, combine_documents_chain: BaseCombineDocumentsChain, input_key: str = 'query', output_key: str = 'result', return_source_documents: bool = False, retriever: BaseRetriever)[source]¶ Bases: BaseRetrievalQA Chain for question-answering against an index. Example from langchain.llms import OpenAI from langchain.chains import RetrievalQA from langchain.faiss import FAISS from langchain.vectorstores.base import VectorStoreRetriever retriever = VectorStoreRetriever(vectorstore=FAISS(...)) retrievalQA = RetrievalQA.from_llm(llm=OpenAI(), retriever=retriever) Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param combine_documents_chain: BaseCombineDocumentsChain [Required]¶ Chain to use to combine the documents.
[ 5317, 8995, 5442, 1771, 1351, 9104, 838, 9153, 64, 9105, 53946, 7379, 838, 48622, 55609, 198, 1058, 8859, 8995, 5442, 1771, 1351, 9104, 838, 9153, 64, 9105, 53946, 7379, 838, 48622, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 11, 1988, 3173, 25, 610, 284, 364, 1663, 518, 2612, 3173, 25, 610, 284, 364, 1407, 518, 471, 10561, 77027, 25, 1845, 284, 3641, 11, 10992, 424, 25, 5464, 12289, 462, 2099, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 5464, 12289, 7379, 838, 48622, 198, 19368, 369, 3488, 12, 598, 86, 4776, 2403, 459, 1963, 627, 13617, 198, 1527, 8859, 8995, 60098, 1026, 1179, 5377, 15836, 198, 1527, 8859, 8995, 5442, 1771, 1179, 20035, 838, 48622, 198, 1527, 8859, 8995, 64214, 1056, 1179, 15358, 31949, 198, 1527, 8859, 8995, 48203, 44569, 9105, 1179, 4290, 6221, 12289, 462, 2099, 198, 265, 9104, 424, 284, 4290, 6221, 12289, 462, 2099, 19606, 4412, 28, 3711, 31949, 19381, 1192, 265, 9104, 838, 48622, 284, 20035, 838, 48622, 6521, 44095, 76, 36621, 76, 28, 5109, 15836, 1535, 10992, 424, 50752, 9104, 424, 340, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 1005, 311, 16343, 279, 9477, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html
b2d5cbe3559a-1
Chain to use to combine the documents. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param retriever: BaseRetriever [Required]¶ param return_source_documents: bool = False¶ Return the source documents. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False.
[ 19368, 311, 1005, 311, 16343, 279, 9477, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 10992, 424, 25, 5464, 12289, 462, 2099, 510, 8327, 60, 55609, 198, 913, 471, 10561, 77027, 25, 1845, 284, 3641, 55609, 198, 5715, 279, 2592, 9477, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html
b2d5cbe3559a-2
chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain.
[ 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html
b2d5cbe3559a-3
dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_chain_type(llm: BaseLanguageModel, chain_type: str = 'stuff', chain_type_kwargs: Optional[dict] = None, **kwargs: Any) → BaseRetrievalQA¶ Load chain from chain type. classmethod from_llm(llm: BaseLanguageModel, prompt: Optional[PromptTemplate] = None, **kwargs: Any) → BaseRetrievalQA¶ Initialize from LLM. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the
[ 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 31683, 1857, 36621, 76, 25, 5464, 14126, 1747, 11, 8957, 1857, 25, 610, 284, 364, 58404, 518, 8957, 1857, 37335, 25, 12536, 58, 8644, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 12289, 7379, 838, 48622, 55609, 198, 6003, 8957, 505, 8957, 955, 627, 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 10137, 25, 12536, 43447, 15091, 7423, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 12289, 7379, 838, 48622, 55609, 198, 10130, 505, 445, 11237, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html
b2d5cbe3559a-4
serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. allow_population_by_field_name = True¶ arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 7331, 75672, 3795, 5121, 1292, 284, 3082, 55609, 198, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.RetrievalQA.html
2d8906b496a1-0
langchain.chains.openai_functions.citation_fuzzy_match.FactWithEvidence¶ class langchain.chains.openai_functions.citation_fuzzy_match.FactWithEvidence(*, fact: str, substring_quote: List[str])[source]¶ Bases: BaseModel Class representing single statement. Each fact has a body and a list of sources. If there are multiple facts make sure to break them apart such that each one only uses a set of sources that are relevant to it. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param fact: str [Required]¶ Body of the sentence, as part of a response param substring_quote: List[str] [Required]¶ Each source should be a direct quote from the context, as a substring of the original content get_spans(context: str) → Iterator[str][source]¶
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 1006, 533, 2409, 93702, 55609, 198, 1058, 8859, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 1006, 533, 2409, 93702, 4163, 11, 2144, 25, 610, 11, 39549, 46336, 25, 1796, 17752, 41105, 2484, 60, 55609, 198, 33, 2315, 25, 65705, 198, 1999, 14393, 3254, 5224, 627, 4959, 2144, 706, 264, 2547, 323, 264, 1160, 315, 8336, 627, 2746, 1070, 527, 5361, 13363, 1304, 2771, 311, 1464, 1124, 10980, 198, 21470, 430, 1855, 832, 1193, 5829, 264, 743, 315, 8336, 430, 527, 9959, 311, 433, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 2144, 25, 610, 510, 8327, 60, 55609, 198, 5561, 315, 279, 11914, 11, 439, 961, 315, 264, 2077, 198, 913, 39549, 46336, 25, 1796, 17752, 60, 510, 8327, 60, 55609, 198, 4959, 2592, 1288, 387, 264, 2167, 12929, 505, 279, 2317, 11, 439, 264, 39549, 315, 279, 4113, 2262, 198, 456, 10331, 598, 5491, 25, 610, 8, 11651, 23887, 17752, 1483, 2484, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.citation_fuzzy_match.FactWithEvidence.html
6d63f7901f61-0
langchain.chains.openai_functions.extraction.create_extraction_chain_pydantic¶ langchain.chains.openai_functions.extraction.create_extraction_chain_pydantic(pydantic_schema: Any, llm: BaseLanguageModel) → Chain[source]¶ Creates a chain that extracts information from a passage using pydantic schema. Parameters pydantic_schema – The pydantic schema of the entities to extract. llm – The language model to use. Returns Chain that can be used to extract information from a passage.
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 2272, 27523, 2581, 95942, 31683, 623, 41221, 8322, 55609, 198, 5317, 8995, 5442, 1771, 5949, 2192, 32808, 2272, 27523, 2581, 95942, 31683, 623, 41221, 8322, 1319, 41221, 8322, 26443, 25, 5884, 11, 9507, 76, 25, 5464, 14126, 1747, 8, 11651, 29625, 76747, 60, 55609, 198, 55968, 264, 8957, 430, 49062, 2038, 505, 264, 21765, 1701, 4611, 67, 8322, 11036, 627, 9905, 198, 3368, 67, 8322, 26443, 1389, 578, 4611, 67, 8322, 11036, 315, 279, 15086, 311, 8819, 627, 657, 76, 1389, 578, 4221, 1646, 311, 1005, 627, 16851, 198, 19368, 430, 649, 387, 1511, 311, 8819, 2038, 505, 264, 21765, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.extraction.create_extraction_chain_pydantic.html
fabae9e62aec-0
langchain.chains.hyde.base.HypotheticalDocumentEmbedder¶ class langchain.chains.hyde.base.HypotheticalDocumentEmbedder(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, base_embeddings: Embeddings, llm_chain: LLMChain)[source]¶ Bases: Chain, Embeddings Generate hypothetical document for query, and then embed that. Based on https://arxiv.org/abs/2212.10496 Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param base_embeddings: Embeddings [Required]¶ param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param llm_chain: LLMChain [Required]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param tags: Optional[List[str]] = None¶
[ 5317, 8995, 5442, 1771, 75321, 451, 9105, 3924, 1100, 8942, 45608, 7676, 26566, 1126, 55609, 198, 1058, 8859, 8995, 5442, 1771, 75321, 451, 9105, 3924, 1100, 8942, 45608, 7676, 26566, 1126, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2385, 64872, 25, 38168, 25624, 11, 9507, 76, 31683, 25, 445, 11237, 19368, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 11, 38168, 25624, 198, 32215, 59159, 2246, 369, 3319, 11, 323, 1243, 11840, 430, 627, 29815, 389, 3788, 1129, 277, 89833, 2726, 14, 3518, 14, 12425, 17, 13, 6849, 4161, 198, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 2385, 64872, 25, 38168, 25624, 510, 8327, 60, 55609, 198, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 9507, 76, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.hyde.base.HypotheticalDocumentEmbedder.html
fabae9e62aec-1
for the full catalog. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters
[ 2000, 279, 2539, 16808, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.hyde.base.HypotheticalDocumentEmbedder.html
fabae9e62aec-2
Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. combine_embeddings(embeddings: List[List[float]]) → List[float][source]¶ Combine embeddings into final embeddings. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. embed_documents(texts: List[str]) → List[List[float]][source]¶ Call the base embeddings. embed_query(text: str) → List[float][source]¶ Generate a hypothetical document and embedded it. classmethod from_llm(llm: BaseLanguageModel, base_embeddings: Embeddings, prompt_key: str, **kwargs: Any) → HypotheticalDocumentEmbedder[source]¶ Load and use LLMChain for a specific prompt key.
[ 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 64236, 64872, 50825, 25624, 25, 1796, 53094, 96481, 30716, 11651, 1796, 96481, 1483, 2484, 60, 55609, 198, 82214, 71647, 1139, 1620, 71647, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 12529, 77027, 7383, 82, 25, 1796, 17752, 2526, 11651, 1796, 53094, 96481, 28819, 2484, 60, 55609, 198, 7368, 279, 2385, 71647, 627, 12529, 5857, 7383, 25, 610, 8, 11651, 1796, 96481, 1483, 2484, 60, 55609, 198, 32215, 264, 59159, 2246, 323, 23711, 433, 627, 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 2385, 64872, 25, 38168, 25624, 11, 10137, 3173, 25, 610, 11, 3146, 9872, 25, 5884, 8, 11651, 39515, 8942, 45608, 7676, 26566, 1126, 76747, 60, 55609, 198, 6003, 323, 1005, 445, 11237, 19368, 369, 264, 3230, 10137, 1401, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.hyde.base.HypotheticalDocumentEmbedder.html
fabae9e62aec-3
Load and use LLMChain for a specific prompt key. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property input_keys: List[str]¶ Input keys for Hyde’s LLM chain. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids.
[ 6003, 323, 1005, 445, 11237, 19368, 369, 264, 3230, 10137, 1401, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 1988, 12919, 25, 1796, 17752, 60, 55609, 198, 2566, 7039, 369, 65439, 753, 445, 11237, 8957, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.hyde.base.HypotheticalDocumentEmbedder.html
fabae9e62aec-4
Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. property output_keys: List[str]¶ Output keys for Hyde’s LLM chain. model Config[source]¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 3784, 2612, 12919, 25, 1796, 17752, 60, 55609, 198, 5207, 7039, 369, 65439, 753, 445, 11237, 8957, 627, 2590, 5649, 76747, 60, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.hyde.base.HypotheticalDocumentEmbedder.html
6207be7cdb74-0
langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain¶ class langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, combine_documents_chain: BaseCombineDocumentsChain, question_key: str = 'question', input_docs_key: str = 'docs', answer_key: str = 'answer', sources_answer_key: str = 'sources', return_source_documents: bool = False, vectorstore: VectorStore, k: int = 4, reduce_k_below_max_tokens: bool = False, max_tokens_limit: int = 3375, search_kwargs: Dict[str, Any] = None)[source]¶ Bases: BaseQAWithSourcesChain Question-answering with sources over a vector database. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param combine_documents_chain: BaseCombineDocumentsChain [Required]¶ Chain to use to combine documents. param k: int = 4¶ Number of results to return from store param max_tokens_limit: int = 3375¶
[ 5317, 8995, 5442, 1771, 11608, 64, 6753, 53996, 48203, 8856, 14621, 3590, 48622, 2409, 33300, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 11608, 64, 6753, 53996, 48203, 8856, 14621, 3590, 48622, 2409, 33300, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 11, 3488, 3173, 25, 610, 284, 364, 7998, 518, 1988, 50792, 3173, 25, 610, 284, 364, 14452, 518, 4320, 3173, 25, 610, 284, 364, 9399, 518, 8336, 29634, 3173, 25, 610, 284, 364, 40751, 518, 471, 10561, 77027, 25, 1845, 284, 3641, 11, 4724, 4412, 25, 4290, 6221, 11, 597, 25, 528, 284, 220, 19, 11, 8108, 4803, 83850, 6479, 29938, 25, 1845, 284, 3641, 11, 1973, 29938, 15106, 25, 528, 284, 220, 17609, 20, 11, 2778, 37335, 25, 30226, 17752, 11, 5884, 60, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 5464, 48622, 2409, 33300, 19368, 198, 14924, 12, 598, 86, 4776, 449, 8336, 927, 264, 4724, 4729, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 1005, 311, 16343, 9477, 627, 913, 597, 25, 528, 284, 220, 19, 55609, 198, 2903, 315, 3135, 311, 471, 505, 3637, 198, 913, 1973, 29938, 15106, 25, 528, 284, 220, 17609, 20, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-1
Number of results to return from store param max_tokens_limit: int = 3375¶ Restrict the docs to return from store based on tokens, enforced only for StuffDocumentChain and if reduce_k_below_max_tokens is to true param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param reduce_k_below_max_tokens: bool = False¶ Reduce the number of results to return from store based on tokens limit param return_source_documents: bool = False¶ Return the source documents. param search_kwargs: Dict[str, Any] [Optional]¶ Extra search args. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param vectorstore: langchain.vectorstores.base.VectorStore [Required]¶ Vector Database to connect to. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶
[ 2903, 315, 3135, 311, 471, 505, 3637, 198, 913, 1973, 29938, 15106, 25, 528, 284, 220, 17609, 20, 55609, 198, 51460, 858, 279, 27437, 311, 471, 505, 3637, 3196, 389, 11460, 345, 268, 25229, 1193, 369, 46586, 7676, 19368, 323, 422, 8108, 4803, 83850, 6479, 29938, 374, 311, 837, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 8108, 4803, 83850, 6479, 29938, 25, 1845, 284, 3641, 55609, 198, 51425, 279, 1396, 315, 3135, 311, 471, 505, 3637, 3196, 389, 11460, 4017, 198, 913, 471, 10561, 77027, 25, 1845, 284, 3641, 55609, 198, 5715, 279, 2592, 9477, 627, 913, 2778, 37335, 25, 30226, 17752, 11, 5884, 60, 510, 15669, 60, 55609, 198, 11873, 2778, 2897, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 4724, 4412, 25, 8859, 8995, 48203, 44569, 9105, 14621, 6221, 510, 8327, 60, 55609, 198, 3866, 10199, 311, 4667, 311, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-2
Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list.
[ 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-3
Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_chain_type(llm: BaseLanguageModel, chain_type: str = 'stuff', chain_type_kwargs: Optional[dict] = None, **kwargs: Any) → BaseQAWithSourcesChain¶ Load chain from chain type.
[ 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 31683, 1857, 36621, 76, 25, 5464, 14126, 1747, 11, 8957, 1857, 25, 610, 284, 364, 58404, 518, 8957, 1857, 37335, 25, 12536, 58, 8644, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 48622, 2409, 33300, 19368, 55609, 198, 6003, 8957, 505, 8957, 955, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-4
classmethod from_llm(llm: BaseLanguageModel, document_prompt: BasePromptTemplate = PromptTemplate(input_variables=['page_content', 'source'], output_parser=None, partial_variables={}, template='Content: {page_content}\nSource: {source}', template_format='f-string', validate_template=True), question_prompt: BasePromptTemplate = PromptTemplate(input_variables=['context', 'question'], output_parser=None, partial_variables={}, template='Use the following portion of a long document to see if any of the text is relevant to answer the question. \nReturn any relevant text verbatim.\n{context}\nQuestion: {question}\nRelevant text, if any:', template_format='f-string', validate_template=True), combine_prompt: BasePromptTemplate = PromptTemplate(input_variables=['summaries', 'question'], output_parser=None, partial_variables={}, template='Given the following extracted parts of a long document and a question, create a final answer with references ("SOURCES"). \nIf you don\'t know the answer, just say that you don\'t know. Don\'t try to make up an answer.\nALWAYS return a "SOURCES" part in your answer.\n\nQUESTION: Which state/country\'s law governs the interpretation of the contract?\n=========\nContent: This Agreement is governed by English law and the parties submit to the exclusive jurisdiction of the English courts in  relation to any dispute (contractual or non-contractual) concerning this Agreement save that either party may apply to any court for an  injunction or other relief to protect its Intellectual Property Rights.\nSource: 28-pl\nContent: No Waiver. Failure or delay in exercising any right or remedy under this Agreement shall not constitute a waiver of such (or any other)  right or remedy.\n\n11.7 Severability. The invalidity, illegality or unenforceability of any term (or part of a term) of this Agreement shall
[ 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 2246, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 2964, 7647, 518, 364, 2484, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 2831, 25, 314, 2964, 7647, 11281, 77, 3692, 25, 314, 2484, 17266, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 3488, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 2196, 518, 364, 7998, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 10464, 279, 2768, 13651, 315, 264, 1317, 2246, 311, 1518, 422, 904, 315, 279, 1495, 374, 9959, 311, 4320, 279, 3488, 13, 1144, 77, 5715, 904, 9959, 1495, 2807, 55848, 7255, 77, 90, 2196, 11281, 77, 14924, 25, 314, 7998, 11281, 77, 697, 8532, 1495, 11, 422, 904, 17898, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 16343, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 70644, 5548, 518, 364, 7998, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 22818, 279, 2768, 28532, 5596, 315, 264, 1317, 2246, 323, 264, 3488, 11, 1893, 264, 1620, 4320, 449, 15407, 3573, 50, 49548, 1865, 1144, 77, 2746, 499, 1541, 10379, 83, 1440, 279, 4320, 11, 1120, 2019, 430, 499, 1541, 10379, 83, 1440, 13, 4418, 10379, 83, 1456, 311, 1304, 709, 459, 4320, 7255, 77, 984, 37641, 471, 264, 330, 50, 49548, 1, 961, 304, 701, 4320, 7255, 77, 1734, 53528, 25, 16299, 1614, 2971, 5083, 10379, 82, 2383, 2633, 82, 279, 23692, 315, 279, 5226, 33720, 77, 895, 35533, 77, 2831, 25, 1115, 23314, 374, 27800, 555, 6498, 2383, 323, 279, 9875, 9502, 311, 279, 14079, 29101, 315, 279, 6498, 19359, 304, 4194, 12976, 311, 904, 26086, 320, 20871, 940, 477, 2536, 15204, 2193, 940, 8, 18815, 420, 23314, 3665, 430, 3060, 4717, 1253, 3881, 311, 904, 5590, 369, 459, 4194, 61529, 477, 1023, 16337, 311, 6144, 1202, 77956, 8825, 10734, 7255, 77, 3692, 25, 220, 1591, 33207, 1734, 2831, 25, 2360, 29614, 1553, 13, 33360, 477, 7781, 304, 51582, 904, 1314, 477, 40239, 1234, 420, 23314, 4985, 539, 35256, 264, 54205, 315, 1778, 320, 269, 904, 1023, 8, 4194, 1314, 477, 40239, 7255, 77, 1734, 806, 13, 22, 59316, 2968, 13, 578, 8482, 488, 11, 30067, 2786, 477, 653, 268, 9009, 2968, 315, 904, 4751, 320, 269, 961, 315, 264, 4751, 8, 315, 420, 23314, 4985 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-5
or unenforceability of any term (or part of a term) of this Agreement shall not affect the continuation  in force of the remainder of the term (if any) and this Agreement.\n\n11.8 No Agency. Except as expressly stated otherwise, nothing in this Agreement shall create an agency, partnership or joint venture of any  kind between the parties.\n\n11.9 No Third-Party Beneficiaries.\nSource: 30-pl\nContent: (b) if Google believes, in good faith, that the Distributor has violated or caused Google to violate any Anti-Bribery Laws (as  defined in Clause 8.5) or that such a violation is reasonably likely to occur,\nSource: 4-pl\n=========\nFINAL ANSWER: This Agreement is governed by English law.\nSOURCES: 28-pl\n\nQUESTION: What did the president say about Michael Jackson?\n=========\nContent: Madam Speaker, Madam Vice President, our First Lady and Second Gentleman. Members of Congress and the Cabinet. Justices of the Supreme Court. My fellow Americans.  \n\nLast year COVID-19 kept us apart. This year we are finally together again. \n\nTonight, we meet as Democrats Republicans and Independents. But most importantly as Americans. \n\nWith a duty to one another to the American people to the Constitution. \n\nAnd with an unwavering resolve that freedom will always triumph over tyranny. \n\nSix days ago, Russia’s Vladimir Putin sought to shake the foundations of the free world thinking he could make it bend to his menacing ways. But he badly miscalculated. \n\nHe thought he could roll into Ukraine and the world would roll over. Instead he met a wall of strength he never imagined. \n\nHe met the Ukrainian people. \n\nFrom President Zelenskyy to every Ukrainian, their fearlessness, their
[ 269, 653, 268, 9009, 2968, 315, 904, 4751, 320, 269, 961, 315, 264, 4751, 8, 315, 420, 23314, 4985, 539, 7958, 279, 42271, 4194, 304, 5457, 315, 279, 27410, 315, 279, 4751, 320, 333, 904, 8, 323, 420, 23314, 7255, 77, 1734, 806, 13, 23, 2360, 16784, 13, 38267, 439, 53611, 11224, 6062, 11, 4400, 304, 420, 23314, 4985, 1893, 459, 9266, 11, 15664, 477, 10496, 26255, 315, 904, 4194, 3169, 1990, 279, 9875, 7255, 77, 1734, 806, 13, 24, 2360, 21530, 12, 38461, 27372, 3457, 5548, 7255, 77, 3692, 25, 220, 966, 33207, 1734, 2831, 25, 320, 65, 8, 422, 5195, 13919, 11, 304, 1695, 10082, 11, 430, 279, 54691, 4936, 706, 34521, 477, 9057, 5195, 311, 41587, 904, 23853, 7826, 462, 31304, 42089, 320, 300, 4194, 4613, 304, 56897, 220, 23, 13, 20, 8, 477, 430, 1778, 264, 20535, 374, 29546, 4461, 311, 12446, 27362, 77, 3692, 25, 220, 19, 33207, 1734, 895, 35533, 77, 99948, 97804, 643, 25, 1115, 23314, 374, 27800, 555, 6498, 2383, 7255, 77, 50, 49548, 25, 220, 1591, 33207, 1734, 1734, 53528, 25, 3639, 1550, 279, 4872, 2019, 922, 8096, 13972, 33720, 77, 895, 35533, 77, 2831, 25, 9671, 309, 30173, 11, 9671, 309, 23270, 4900, 11, 1057, 5629, 21270, 323, 10657, 74569, 1543, 13, 17384, 315, 8151, 323, 279, 34046, 13, 4702, 1238, 315, 279, 13814, 7301, 13, 3092, 12637, 9053, 13, 4194, 1144, 77, 1734, 5966, 1060, 20562, 12, 777, 8774, 603, 10980, 13, 1115, 1060, 584, 527, 5616, 3871, 1578, 13, 1144, 77, 1734, 90243, 11, 584, 3449, 439, 12643, 13063, 323, 17565, 812, 13, 2030, 1455, 23659, 439, 9053, 13, 1144, 77, 1734, 2409, 264, 14523, 311, 832, 2500, 311, 279, 3778, 1274, 311, 279, 18039, 13, 1144, 77, 1734, 3112, 449, 459, 15375, 402, 4776, 9006, 430, 11542, 690, 2744, 38586, 927, 78001, 13, 1144, 77, 1734, 42560, 2919, 4227, 11, 8524, 753, 36011, 21810, 16495, 311, 27116, 279, 41582, 315, 279, 1949, 1917, 7422, 568, 1436, 1304, 433, 37920, 311, 813, 95072, 5627, 13, 2030, 568, 25587, 296, 16164, 50904, 13, 1144, 77, 1734, 1548, 3463, 568, 1436, 6638, 1139, 19278, 323, 279, 1917, 1053, 6638, 927, 13, 12361, 568, 2322, 264, 7147, 315, 8333, 568, 2646, 35706, 13, 1144, 77, 1734, 1548, 2322, 279, 34725, 1274, 13, 1144, 77, 1734, 3915, 4900, 1901, 301, 729, 74, 4912, 311, 1475, 34725, 11, 872, 8850, 33028, 11, 872 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-6
\n\nFrom President Zelenskyy to every Ukrainian, their fearlessness, their courage, their determination, inspires the world. \n\nGroups of citizens blocking tanks with their bodies. Everyone from students to retirees teachers turned soldiers defending their homeland.\nSource: 0-pl\nContent: And we won’t stop. \n\nWe have lost so much to COVID-19. Time with one another. And worst of all, so much loss of life. \n\nLet’s use this moment to reset. Let’s stop looking at COVID-19 as a partisan dividing line and see it for what it is: A God-awful disease.  \n\nLet’s stop seeing each other as enemies, and start seeing each other for who we really are: Fellow Americans.  \n\nWe can’t change how divided we’ve been. But we can change how we move forward—on COVID-19 and other issues we must face together. \n\nI recently visited the New York City Police Department days after the funerals of Officer Wilbert Mora and his partner, Officer Jason Rivera. \n\nThey were responding to a 9-1-1 call when a man shot and killed them with a stolen gun. \n\nOfficer Mora was 27 years old. \n\nOfficer Rivera was 22. \n\nBoth Dominican Americans who’d grown up on the same streets they later chose to patrol as police officers. \n\nI spoke with their families and told them that we are forever in debt for their sacrifice, and we will carry on their mission to restore the trust and safety every community deserves.\nSource: 24-pl\nContent: And a proud Ukrainian people, who have known 30 years  of independence, have repeatedly shown that they will not tolerate anyone who tries to take their country backwards.  \n\nTo all Americans, I will be honest with you, as I’ve always
[ 1734, 1734, 3915, 4900, 1901, 301, 729, 74, 4912, 311, 1475, 34725, 11, 872, 8850, 33028, 11, 872, 25775, 11, 872, 26314, 11, 70390, 279, 1917, 13, 1144, 77, 1734, 22962, 315, 10495, 22978, 26951, 449, 872, 13162, 13, 22172, 505, 4236, 311, 97823, 13639, 6656, 15201, 29269, 872, 56336, 7255, 77, 3692, 25, 220, 15, 33207, 1734, 2831, 25, 1628, 584, 2834, 1431, 3009, 13, 1144, 77, 1734, 1687, 617, 5675, 779, 1790, 311, 20562, 12, 777, 13, 4212, 449, 832, 2500, 13, 1628, 12047, 315, 682, 11, 779, 1790, 4814, 315, 2324, 13, 1144, 77, 1734, 10267, 753, 1005, 420, 4545, 311, 7738, 13, 6914, 753, 3009, 3411, 520, 20562, 12, 777, 439, 264, 49638, 50802, 1584, 323, 1518, 433, 369, 1148, 433, 374, 25, 362, 4359, 12, 675, 1285, 8624, 13, 4194, 1144, 77, 1734, 10267, 753, 3009, 9298, 1855, 1023, 439, 14207, 11, 323, 1212, 9298, 1855, 1023, 369, 889, 584, 2216, 527, 25, 37946, 9053, 13, 4194, 1144, 77, 1734, 1687, 649, 1431, 2349, 1268, 18255, 584, 4070, 1027, 13, 2030, 584, 649, 2349, 1268, 584, 3351, 4741, 2345, 263, 20562, 12, 777, 323, 1023, 4819, 584, 2011, 3663, 3871, 13, 1144, 77, 1734, 40, 6051, 12263, 279, 1561, 4356, 4409, 10289, 6011, 2919, 1306, 279, 2523, 17822, 315, 20148, 10785, 9339, 386, 6347, 323, 813, 8427, 11, 20148, 18984, 64210, 13, 1144, 77, 1734, 7009, 1051, 30438, 311, 264, 220, 24, 12, 16, 12, 16, 1650, 994, 264, 893, 6689, 323, 7577, 1124, 449, 264, 23130, 6166, 13, 1144, 77, 1734, 4699, 13296, 386, 6347, 574, 220, 1544, 1667, 2362, 13, 1144, 77, 1734, 4699, 13296, 64210, 574, 220, 1313, 13, 1144, 77, 1734, 21279, 67113, 9053, 889, 7070, 15042, 709, 389, 279, 1890, 14708, 814, 3010, 14896, 311, 33622, 439, 4379, 9808, 13, 1144, 77, 1734, 40, 12570, 449, 872, 8689, 323, 3309, 1124, 430, 584, 527, 16058, 304, 11897, 369, 872, 28235, 11, 323, 584, 690, 6920, 389, 872, 9131, 311, 15301, 279, 7095, 323, 7296, 1475, 4029, 30675, 7255, 77, 3692, 25, 220, 1187, 33207, 1734, 2831, 25, 1628, 264, 12691, 34725, 1274, 11, 889, 617, 3967, 220, 966, 1667, 4194, 315, 24589, 11, 617, 19352, 6982, 430, 814, 690, 539, 50134, 5606, 889, 16696, 311, 1935, 872, 3224, 29512, 13, 4194, 1144, 77, 1734, 1271, 682, 9053, 11, 358, 690, 387, 10978, 449, 499, 11, 439, 358, 4070, 2744 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-7
\n\nTo all Americans, I will be honest with you, as I’ve always promised. A Russian dictator, invading a foreign country, has costs around the world. \n\nAnd I’m taking robust action to make sure the pain of our sanctions  is targeted at Russia’s economy. And I will use every tool at our disposal to protect American businesses and consumers. \n\nTonight, I can announce that the United States has worked with 30 other countries to release 60 Million barrels of oil from reserves around the world.  \n\nAmerica will lead that effort, releasing 30 Million barrels from our own Strategic Petroleum Reserve. And we stand ready to do more if necessary, unified with our allies.  \n\nThese steps will help blunt gas prices here at home. And I know the news about what’s happening can seem alarming. \n\nBut I want you to know that we are going to be okay.\nSource: 5-pl\nContent: More support for patients and families. \n\nTo get there, I call on Congress to fund ARPA-H, the Advanced Research Projects Agency for Health. \n\nIt’s based on DARPA—the Defense Department project that led to the Internet, GPS, and so much more.  \n\nARPA-H will have a singular purpose—to drive breakthroughs in cancer, Alzheimer’s, diabetes, and more. \n\nA unity agenda for the nation. \n\nWe can do this. \n\nMy fellow Americans—tonight , we have gathered in a sacred space—the citadel of our democracy. \n\nIn this Capitol, generation after generation, Americans have debated great questions amid great strife, and have done great things. \n\nWe have fought for freedom, expanded liberty, defeated totalitarianism and terror. \n\nAnd built the strongest, freest, and most prosperous nation the world has ever known. \n\nNow is the hour.
[ 1734, 1734, 1271, 682, 9053, 11, 358, 690, 387, 10978, 449, 499, 11, 439, 358, 4070, 2744, 19487, 13, 362, 8690, 42284, 11, 83631, 264, 7362, 3224, 11, 706, 7194, 2212, 279, 1917, 13, 1144, 77, 1734, 3112, 358, 4344, 4737, 22514, 1957, 311, 1304, 2771, 279, 6784, 315, 1057, 24679, 4194, 374, 17550, 520, 8524, 753, 8752, 13, 1628, 358, 690, 1005, 1475, 5507, 520, 1057, 34545, 311, 6144, 3778, 9873, 323, 13723, 13, 1144, 77, 1734, 90243, 11, 358, 649, 22203, 430, 279, 3723, 4273, 706, 6575, 449, 220, 966, 1023, 5961, 311, 4984, 220, 1399, 34629, 42975, 315, 5707, 505, 30600, 2212, 279, 1917, 13, 4194, 1144, 77, 1734, 32132, 690, 3063, 430, 5149, 11, 28965, 220, 966, 34629, 42975, 505, 1057, 1866, 46661, 73026, 25820, 13, 1628, 584, 2559, 5644, 311, 656, 810, 422, 5995, 11, 43790, 449, 1057, 20724, 13, 4194, 1144, 77, 1734, 9673, 7504, 690, 1520, 49770, 6962, 7729, 1618, 520, 2162, 13, 1628, 358, 1440, 279, 3754, 922, 1148, 753, 12765, 649, 2873, 57376, 13, 1144, 77, 1734, 4071, 358, 1390, 499, 311, 1440, 430, 584, 527, 2133, 311, 387, 17339, 7255, 77, 3692, 25, 220, 20, 33207, 1734, 2831, 25, 4497, 1862, 369, 6978, 323, 8689, 13, 1144, 77, 1734, 1271, 636, 1070, 11, 358, 1650, 389, 8151, 311, 3887, 6395, 8201, 11529, 11, 279, 21844, 8483, 32323, 16784, 369, 6401, 13, 1144, 77, 1734, 2181, 753, 3196, 389, 97227, 8201, 22416, 16777, 6011, 2447, 430, 6197, 311, 279, 8191, 11, 24229, 11, 323, 779, 1790, 810, 13, 4194, 1144, 77, 1734, 946, 8201, 11529, 690, 617, 264, 35044, 7580, 50617, 6678, 42445, 82, 304, 9572, 11, 44531, 753, 11, 20335, 11, 323, 810, 13, 1144, 77, 1734, 32, 31426, 18909, 369, 279, 7140, 13, 1144, 77, 1734, 1687, 649, 656, 420, 13, 1144, 77, 1734, 5159, 12637, 9053, 2345, 783, 492, 1174, 584, 617, 20802, 304, 264, 32442, 3634, 22416, 6681, 15503, 315, 1057, 20095, 13, 1144, 77, 1734, 644, 420, 32633, 11, 9659, 1306, 9659, 11, 9053, 617, 59674, 2294, 4860, 23442, 2294, 97712, 11, 323, 617, 2884, 2294, 2574, 13, 1144, 77, 1734, 1687, 617, 21095, 369, 11542, 11, 17626, 31220, 11, 24164, 90364, 2191, 323, 8818, 13, 1144, 77, 1734, 3112, 5918, 279, 31005, 11, 3541, 478, 11, 323, 1455, 71407, 7140, 279, 1917, 706, 3596, 3967, 13, 1144, 77, 1734, 7184, 374, 279, 6596, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-8
and most prosperous nation the world has ever known. \n\nNow is the hour. \n\nOur moment of responsibility. \n\nOur test of resolve and conscience, of history itself. \n\nIt is in this moment that our character is formed. Our purpose is found. Our future is forged. \n\nWell I know this nation.\nSource: 34-pl\n=========\nFINAL ANSWER: The president did not mention Michael Jackson.\nSOURCES:\n\nQUESTION: {question}\n=========\n{summaries}\n=========\nFINAL ANSWER:', template_format='f-string', validate_template=True), **kwargs: Any) → BaseQAWithSourcesChain¶
[ 438, 1455, 71407, 7140, 279, 1917, 706, 3596, 3967, 13, 1144, 77, 1734, 7184, 374, 279, 6596, 13, 1144, 77, 1734, 8140, 4545, 315, 12014, 13, 1144, 77, 1734, 8140, 1296, 315, 9006, 323, 42563, 11, 315, 3925, 5196, 13, 1144, 77, 1734, 2181, 374, 304, 420, 4545, 430, 1057, 3752, 374, 14454, 13, 5751, 7580, 374, 1766, 13, 5751, 3938, 374, 54299, 13, 1144, 77, 1734, 11649, 358, 1440, 420, 7140, 7255, 77, 3692, 25, 220, 1958, 33207, 1734, 895, 35533, 77, 99948, 97804, 643, 25, 578, 4872, 1550, 539, 6420, 8096, 13972, 7255, 77, 50, 49548, 7338, 77, 1734, 53528, 25, 314, 7998, 11281, 77, 895, 35533, 77, 90, 70644, 5548, 11281, 77, 895, 35533, 77, 99948, 97804, 643, 17898, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 3146, 9872, 25, 5884, 8, 11651, 5464, 48622, 2409, 33300, 19368, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-9
Construct the chain from an LLM. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields[source]¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_naming  »  all fields¶ Fix backwards compatability in naming. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids.
[ 29568, 279, 8957, 505, 459, 445, 11237, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 1107, 6605, 4194, 8345, 4194, 682, 5151, 55609, 198, 27048, 29512, 1391, 2143, 1429, 304, 36048, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
6207be7cdb74-10
Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.vector_db.VectorDBQAWithSourcesChain.html
26345a798026-0
langchain.chains.router.multi_prompt.MultiPromptChain¶ class langchain.chains.router.multi_prompt.MultiPromptChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, router_chain: RouterChain, destination_chains: Mapping[str, LLMChain], default_chain: LLMChain, silent_errors: bool = False)[source]¶ Bases: MultiRouteChain A multi-route chain that uses an LLM router chain to choose amongst prompts. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param default_chain: LLMChain [Required]¶ Default chain to use when router doesn’t map input to one of the destinations. param destination_chains: Mapping[str, LLMChain] [Required]¶ Map of name to candidate chains that inputs can be routed to. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables.
[ 5317, 8995, 5442, 1771, 22909, 52251, 62521, 58806, 55715, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 22909, 52251, 62521, 58806, 55715, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 9457, 31683, 25, 10777, 19368, 11, 9284, 4231, 1771, 25, 39546, 17752, 11, 445, 11237, 19368, 1145, 1670, 31683, 25, 445, 11237, 19368, 11, 21737, 20808, 25, 1845, 284, 3641, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 17896, 5004, 19368, 198, 32, 7447, 82659, 8957, 430, 5829, 459, 445, 11237, 9457, 8957, 311, 5268, 24059, 52032, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 1670, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 3760, 8957, 311, 1005, 994, 9457, 3250, 1431, 2472, 1988, 311, 832, 315, 279, 34205, 627, 913, 9284, 4231, 1771, 25, 39546, 17752, 11, 445, 11237, 19368, 60, 510, 8327, 60, 55609, 198, 2276, 315, 836, 311, 9322, 27271, 430, 11374, 649, 387, 73317, 311, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.multi_prompt.MultiPromptChain.html
26345a798026-1
them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param router_chain: RouterChain [Required]¶ Chain for deciding a destination chain and the input to it. param silent_errors: bool = False¶ If True, use default_chain when an invalid destination name is provided. Defaults to False. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False.
[ 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 9457, 31683, 25, 10777, 19368, 510, 8327, 60, 55609, 198, 19368, 369, 30230, 264, 9284, 8957, 323, 279, 1988, 311, 433, 627, 913, 21737, 20808, 25, 1845, 284, 3641, 55609, 198, 2746, 3082, 11, 1005, 1670, 31683, 994, 459, 8482, 9284, 836, 374, 3984, 627, 16672, 311, 3641, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.multi_prompt.MultiPromptChain.html
26345a798026-2
include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_prompts(llm: BaseLanguageModel, prompt_infos: List[Dict[str, str]], default_chain: Optional[LLMChain] = None, **kwargs: Any) → MultiPromptChain[source]¶
[ 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 48977, 13044, 36621, 76, 25, 5464, 14126, 1747, 11, 10137, 48879, 25, 1796, 58, 13755, 17752, 11, 610, 21128, 1670, 31683, 25, 12536, 58, 4178, 44, 19368, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 17896, 55715, 19368, 76747, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.multi_prompt.MultiPromptChain.html
26345a798026-3
Convenience constructor for instantiating from destination prompts. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶
[ 1128, 40647, 4797, 369, 9888, 23747, 505, 9284, 52032, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.multi_prompt.MultiPromptChain.html
26345a798026-4
property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.multi_prompt.MultiPromptChain.html
ef8a3cd1c150-0
langchain.chains.sql_database.base.SQLDatabaseSequentialChain¶ class langchain.chains.sql_database.base.SQLDatabaseSequentialChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, decider_chain: LLMChain, sql_chain: SQLDatabaseChain, input_key: str = 'query', output_key: str = 'result', return_intermediate_steps: bool = False)[source]¶ Bases: Chain Chain for querying SQL database that is a sequential chain. The chain is as follows: 1. Based on the query, determine which tables to use. 2. Based on those tables, call the normal SQL database chain. This is useful in cases where the number of tables in the database is large. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param decider_chain: LLMChain [Required]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes
[ 5317, 8995, 5442, 1771, 10251, 28441, 9105, 26151, 6116, 22821, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 10251, 28441, 9105, 26151, 6116, 22821, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 1654, 1814, 31683, 25, 445, 11237, 19368, 11, 5822, 31683, 25, 8029, 6116, 19368, 11, 1988, 3173, 25, 610, 284, 364, 1663, 518, 2612, 3173, 25, 610, 284, 364, 1407, 518, 471, 15678, 14978, 23566, 25, 1845, 284, 3641, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 19368, 369, 82198, 8029, 4729, 430, 374, 264, 52100, 8957, 627, 791, 8957, 374, 439, 11263, 512, 16, 13, 20817, 389, 279, 3319, 11, 8417, 902, 12920, 311, 1005, 627, 17, 13, 20817, 389, 1884, 12920, 11, 1650, 279, 4725, 8029, 4729, 8957, 627, 2028, 374, 5505, 304, 5157, 1405, 279, 1396, 315, 12920, 304, 279, 4729, 374, 3544, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 1654, 1814, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
ef8a3cd1c150-1
and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param return_intermediate_steps: bool = False¶ param sql_chain: SQLDatabaseChain [Required]¶ param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False.
[ 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 471, 15678, 14978, 23566, 25, 1845, 284, 3641, 55609, 198, 913, 5822, 31683, 25, 8029, 6116, 19368, 510, 8327, 60, 55609, 198, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
ef8a3cd1c150-2
include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain.
[ 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
ef8a3cd1c150-3
dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_llm(llm: BaseLanguageModel, database: SQLDatabase, query_prompt: BasePromptTemplate = PromptTemplate(input_variables=['input', 'table_info', 'dialect', 'top_k'], output_parser=None, partial_variables={}, template='Given an input question, first create a syntactically correct {dialect} query to run, then look at the results of the query and return the answer. Unless the user specifies in his question a specific number of examples he wishes to obtain, always limit your query to at most {top_k} results. You can order the results by a relevant column to return the most interesting examples in the database.\n\nNever query for all the columns from a specific table, only ask for a the few relevant columns given the question.\n\nPay attention to use only the column names that you can see in the schema description. Be careful to not query for columns that do not exist. Also, pay attention to which column is in which table.\n\nUse the following format:\n\nQuestion: Question here\nSQLQuery: SQL Query to run\nSQLResult: Result of the SQLQuery\nAnswer: Final answer here\n\nOnly use the following tables:\n{table_info}\n\nQuestion: {input}', template_format='f-string', validate_template=True), decider_prompt: BasePromptTemplate = PromptTemplate(input_variables=['query', 'table_names'], output_parser=CommaSeparatedListOutputParser(), partial_variables={}, template='Given the below input question and list of potential tables, output a comma separated list of the table names that may be necessary to answer this question.\n\nQuestion: {query}\n\nTable Names: {table_names}\n\nRelevant Table Names:', template_format='f-string', validate_template=True), **kwargs: Any) → SQLDatabaseSequentialChain[source]¶ Load the necessary chains.
[ 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 4729, 25, 8029, 6116, 11, 3319, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 1379, 518, 364, 2048, 3186, 518, 364, 32106, 772, 518, 364, 3565, 4803, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 22818, 459, 1988, 3488, 11, 1176, 1893, 264, 84287, 533, 2740, 4495, 314, 32106, 772, 92, 3319, 311, 1629, 11, 1243, 1427, 520, 279, 3135, 315, 279, 3319, 323, 471, 279, 4320, 13, 11115, 279, 1217, 30202, 304, 813, 3488, 264, 3230, 1396, 315, 10507, 568, 25223, 311, 6994, 11, 2744, 4017, 701, 3319, 311, 520, 1455, 314, 3565, 4803, 92, 3135, 13, 1472, 649, 2015, 279, 3135, 555, 264, 9959, 3330, 311, 471, 279, 1455, 7185, 10507, 304, 279, 4729, 7255, 77, 1734, 27247, 3319, 369, 682, 279, 8310, 505, 264, 3230, 2007, 11, 1193, 2610, 369, 264, 279, 2478, 9959, 8310, 2728, 279, 3488, 7255, 77, 1734, 21243, 6666, 311, 1005, 1193, 279, 3330, 5144, 430, 499, 649, 1518, 304, 279, 11036, 4096, 13, 2893, 16994, 311, 539, 3319, 369, 8310, 430, 656, 539, 3073, 13, 7429, 11, 2343, 6666, 311, 902, 3330, 374, 304, 902, 2007, 7255, 77, 1734, 10464, 279, 2768, 3645, 7338, 77, 1734, 14924, 25, 16225, 1618, 1734, 6827, 2929, 25, 8029, 11615, 311, 1629, 1734, 6827, 2122, 25, 5832, 315, 279, 8029, 2929, 1734, 16533, 25, 13321, 4320, 1618, 1734, 1734, 7456, 1005, 279, 2768, 12920, 7338, 77, 90, 2048, 3186, 11281, 77, 1734, 14924, 25, 314, 1379, 17266, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 1654, 1814, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 1663, 518, 364, 2048, 9366, 4181, 2612, 19024, 28, 1110, 1764, 93025, 861, 5207, 6707, 1535, 7276, 29282, 68525, 3896, 1151, 22818, 279, 3770, 1988, 3488, 323, 1160, 315, 4754, 12920, 11, 2612, 264, 32783, 19180, 1160, 315, 279, 2007, 5144, 430, 1253, 387, 5995, 311, 4320, 420, 3488, 7255, 77, 1734, 14924, 25, 314, 1663, 11281, 77, 1734, 2620, 35975, 25, 314, 2048, 9366, 11281, 77, 1734, 697, 8532, 6771, 35975, 17898, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 3146, 9872, 25, 5884, 8, 11651, 8029, 6116, 22821, 19368, 76747, 60, 55609, 198, 6003, 279, 5995, 27271, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
ef8a3cd1c150-4
Load the necessary chains. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable.
[ 6003, 279, 5995, 27271, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
ef8a3cd1c150-5
property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sql_database.base.SQLDatabaseSequentialChain.html
51d4ffead41f-0
langchain.chains.summarize.__init__.LoadingCallable¶ class langchain.chains.summarize.__init__.LoadingCallable(*args, **kwargs)[source]¶ Bases: Protocol Interface for loading the combine documents chain. Methods __init__(*args, **kwargs) __call__(llm: BaseLanguageModel, **kwargs: Any) → BaseCombineDocumentsChain[source]¶ Callable to load the combine documents chain.
[ 5317, 8995, 5442, 1771, 13485, 5730, 553, 4952, 2381, 19247, 8746, 41510, 55609, 198, 1058, 8859, 8995, 5442, 1771, 13485, 5730, 553, 4952, 2381, 19247, 8746, 41510, 4163, 2164, 11, 3146, 9872, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 25590, 198, 5160, 369, 8441, 279, 16343, 9477, 8957, 627, 18337, 198, 565, 2381, 69106, 2164, 11, 4194, 334, 9872, 340, 565, 6797, 3889, 657, 76, 25, 5464, 14126, 1747, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 82214, 28242, 19368, 76747, 60, 55609, 198, 41510, 311, 2865, 279, 16343, 9477, 8957, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.summarize.__init__.LoadingCallable.html
26bd44a5d09a-0
langchain.chains.api.base.APIChain¶ class langchain.chains.api.base.APIChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, api_request_chain: LLMChain, api_answer_chain: LLMChain, requests_wrapper: TextRequestsWrapper, api_docs: str, question_key: str = 'question', output_key: str = 'output')[source]¶ Bases: Chain Chain that makes API calls and summarizes the responses to answer a question. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param api_answer_chain: LLMChain [Required]¶ param api_docs: str [Required]¶ param api_request_chain: LLMChain [Required]¶ param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog.
[ 5317, 8995, 5442, 1771, 6314, 9105, 25967, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 6314, 9105, 25967, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 6464, 8052, 31683, 25, 445, 11237, 19368, 11, 6464, 29634, 31683, 25, 445, 11237, 19368, 11, 7540, 24474, 25, 2991, 36395, 11803, 11, 6464, 50792, 25, 610, 11, 3488, 3173, 25, 610, 284, 364, 7998, 518, 2612, 3173, 25, 610, 284, 364, 3081, 13588, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 19368, 430, 3727, 5446, 6880, 323, 94594, 279, 14847, 311, 4320, 264, 3488, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 6464, 29634, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 913, 6464, 50792, 25, 610, 510, 8327, 60, 55609, 198, 913, 6464, 8052, 31683, 25, 445, 11237, 19368, 510, 8327, 60, 55609, 198, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
26bd44a5d09a-1
There are many different types of memory - please see memory docs for the full catalog. param requests_wrapper: TextRequestsWrapper [Required]¶ param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False.
[ 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 7540, 24474, 25, 2991, 36395, 11803, 510, 8327, 60, 55609, 198, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
26bd44a5d09a-2
include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain.
[ 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
26bd44a5d09a-3
dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_llm_and_api_docs(llm: BaseLanguageModel, api_docs: str, headers: Optional[dict] = None, api_url_prompt: BasePromptTemplate = PromptTemplate(input_variables=['api_docs', 'question'], output_parser=None, partial_variables={}, template='You are given the below API Documentation:\n{api_docs}\nUsing this documentation, generate the full API url to call for answering the user question.\nYou should build the API url in order to get a response that is as short as possible, while still getting the necessary information to answer the question. Pay attention to deliberately exclude any unnecessary pieces of data in the API call.\n\nQuestion:{question}\nAPI url:', template_format='f-string', validate_template=True), api_response_prompt: BasePromptTemplate = PromptTemplate(input_variables=['api_docs', 'question', 'api_url', 'api_response'], output_parser=None, partial_variables={}, template='You are given the below API Documentation:\n{api_docs}\nUsing this documentation, generate the full API url to call for answering the user question.\nYou should build the API url in order to get a response that is as short as possible, while still getting the necessary information to answer the question. Pay attention to deliberately exclude any unnecessary pieces of data in the API call.\n\nQuestion:{question}\nAPI url: {api_url}\n\nHere is the response from the API:\n\n{api_response}\n\nSummarize this response to answer the original question.\n\nSummary:', template_format='f-string', validate_template=True), **kwargs: Any) → APIChain[source]¶ Load chain from just an LLM and the api docs. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs.
[ 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 44095, 76, 8543, 11959, 50792, 36621, 76, 25, 5464, 14126, 1747, 11, 6464, 50792, 25, 610, 11, 7247, 25, 12536, 58, 8644, 60, 284, 2290, 11, 6464, 2975, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 2113, 50792, 518, 364, 7998, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 2675, 527, 2728, 279, 3770, 5446, 45565, 7338, 77, 90, 2113, 50792, 11281, 77, 16834, 420, 9904, 11, 7068, 279, 2539, 5446, 2576, 311, 1650, 369, 36864, 279, 1217, 3488, 7255, 77, 2675, 1288, 1977, 279, 5446, 2576, 304, 2015, 311, 636, 264, 2077, 430, 374, 439, 2875, 439, 3284, 11, 1418, 2103, 3794, 279, 5995, 2038, 311, 4320, 279, 3488, 13, 11728, 6666, 311, 36192, 22429, 904, 26225, 9863, 315, 828, 304, 279, 5446, 1650, 7255, 77, 1734, 14924, 12832, 7998, 11281, 77, 7227, 2576, 17898, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 6464, 9852, 62521, 25, 5464, 55715, 7423, 284, 60601, 7423, 5498, 29282, 14314, 2113, 50792, 518, 364, 7998, 518, 364, 2113, 2975, 518, 364, 2113, 9852, 4181, 2612, 19024, 5980, 11, 7276, 29282, 68525, 3896, 1151, 2675, 527, 2728, 279, 3770, 5446, 45565, 7338, 77, 90, 2113, 50792, 11281, 77, 16834, 420, 9904, 11, 7068, 279, 2539, 5446, 2576, 311, 1650, 369, 36864, 279, 1217, 3488, 7255, 77, 2675, 1288, 1977, 279, 5446, 2576, 304, 2015, 311, 636, 264, 2077, 430, 374, 439, 2875, 439, 3284, 11, 1418, 2103, 3794, 279, 5995, 2038, 311, 4320, 279, 3488, 13, 11728, 6666, 311, 36192, 22429, 904, 26225, 9863, 315, 828, 304, 279, 5446, 1650, 7255, 77, 1734, 14924, 12832, 7998, 11281, 77, 7227, 2576, 25, 314, 2113, 2975, 11281, 77, 1734, 8586, 374, 279, 2077, 505, 279, 5446, 7338, 77, 1734, 90, 2113, 9852, 11281, 77, 1734, 9370, 5730, 553, 420, 2077, 311, 4320, 279, 4113, 3488, 7255, 77, 1734, 19791, 17898, 3896, 9132, 1151, 69, 31981, 518, 9788, 8864, 3702, 705, 3146, 9872, 25, 5884, 8, 11651, 5446, 19368, 76747, 60, 55609, 198, 6003, 8957, 505, 1120, 459, 445, 11237, 323, 279, 6464, 27437, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
26bd44a5d09a-4
Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_api_answer_prompt  »  all fields[source]¶ Check that api answer prompt expects the right variables. validator validate_api_request_prompt  »  all fields[source]¶ Check that api request prompt expects the right variables. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids.
[ 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 11959, 29634, 62521, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 4061, 430, 6464, 4320, 10137, 25283, 279, 1314, 7482, 627, 16503, 9788, 11959, 8052, 62521, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 4061, 430, 6464, 1715, 10137, 25283, 279, 1314, 7482, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
26bd44a5d09a-5
Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.base.APIChain.html
485089a59c22-0
langchain.chains.retrieval_qa.base.VectorDBQA¶ class langchain.chains.retrieval_qa.base.VectorDBQA(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, combine_documents_chain: BaseCombineDocumentsChain, input_key: str = 'query', output_key: str = 'result', return_source_documents: bool = False, vectorstore: VectorStore, k: int = 4, search_type: str = 'similarity', search_kwargs: Dict[str, Any] = None)[source]¶ Bases: BaseRetrievalQA Chain for question-answering against a vector database. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param combine_documents_chain: BaseCombineDocumentsChain [Required]¶ Chain to use to combine the documents. param k: int = 4¶ Number of documents to query for. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes
[ 5317, 8995, 5442, 1771, 1351, 9104, 838, 9153, 64, 9105, 14621, 3590, 48622, 55609, 198, 1058, 8859, 8995, 5442, 1771, 1351, 9104, 838, 9153, 64, 9105, 14621, 3590, 48622, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 11, 1988, 3173, 25, 610, 284, 364, 1663, 518, 2612, 3173, 25, 610, 284, 364, 1407, 518, 471, 10561, 77027, 25, 1845, 284, 3641, 11, 4724, 4412, 25, 4290, 6221, 11, 597, 25, 528, 284, 220, 19, 11, 2778, 1857, 25, 610, 284, 364, 15124, 49325, 518, 2778, 37335, 25, 30226, 17752, 11, 5884, 60, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 5464, 12289, 7379, 838, 48622, 198, 19368, 369, 3488, 12, 598, 86, 4776, 2403, 264, 4724, 4729, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 1005, 311, 16343, 279, 9477, 627, 913, 597, 25, 528, 284, 220, 19, 55609, 198, 2903, 315, 9477, 311, 3319, 369, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.VectorDBQA.html
485089a59c22-1
and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param return_source_documents: bool = False¶ Return the source documents. param search_kwargs: Dict[str, Any] [Optional]¶ Extra search args. param search_type: str = 'similarity'¶ Search type to use over vectorstore. similarity or mmr. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param vectorstore: VectorStore [Required]¶ Vector Database to connect to. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False.
[ 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 471, 10561, 77027, 25, 1845, 284, 3641, 55609, 198, 5715, 279, 2592, 9477, 627, 913, 2778, 37335, 25, 30226, 17752, 11, 5884, 60, 510, 15669, 60, 55609, 198, 11873, 2778, 2897, 627, 913, 2778, 1857, 25, 610, 284, 364, 15124, 49325, 6, 55609, 198, 6014, 955, 311, 1005, 927, 4724, 4412, 13, 38723, 477, 9653, 81, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 4724, 4412, 25, 4290, 6221, 510, 8327, 60, 55609, 198, 3866, 10199, 311, 4667, 311, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.VectorDBQA.html
485089a59c22-2
chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain.
[ 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.VectorDBQA.html
485089a59c22-3
dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_chain_type(llm: BaseLanguageModel, chain_type: str = 'stuff', chain_type_kwargs: Optional[dict] = None, **kwargs: Any) → BaseRetrievalQA¶ Load chain from chain type. classmethod from_llm(llm: BaseLanguageModel, prompt: Optional[PromptTemplate] = None, **kwargs: Any) → BaseRetrievalQA¶ Initialize from LLM. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields[source]¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_search_type  »  all fields[source]¶ Validate search type. property lc_attributes: Dict¶
[ 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 31683, 1857, 36621, 76, 25, 5464, 14126, 1747, 11, 8957, 1857, 25, 610, 284, 364, 58404, 518, 8957, 1857, 37335, 25, 12536, 58, 8644, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 12289, 7379, 838, 48622, 55609, 198, 6003, 8957, 505, 8957, 955, 627, 27853, 505, 44095, 76, 36621, 76, 25, 5464, 14126, 1747, 11, 10137, 25, 12536, 43447, 15091, 7423, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 12289, 7379, 838, 48622, 55609, 198, 10130, 505, 445, 11237, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 10947, 1857, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 18409, 2778, 955, 627, 3784, 37313, 18741, 25, 30226, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.VectorDBQA.html
485089a59c22-4
Validate search type. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. allow_population_by_field_name = True¶ arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 18409, 2778, 955, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 7331, 75672, 3795, 5121, 1292, 284, 3082, 55609, 198, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.retrieval_qa.base.VectorDBQA.html
c6a199eefbc3-0
langchain.chains.moderation.OpenAIModerationChain¶ class langchain.chains.moderation.OpenAIModerationChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, client: Any = None, model_name: Optional[str] = None, error: bool = False, input_key: str = 'input', output_key: str = 'output', openai_api_key: Optional[str] = None, openai_organization: Optional[str] = None)[source]¶ Bases: Chain Pass input through a moderation endpoint. To use, you should have the openai python package installed, and the environment variable OPENAI_API_KEY set with your API key. Any parameters that are valid to be passed to the openai.create call can be passed in, even if not explicitly saved on this class. Example from langchain.chains import OpenAIModerationChain moderation = OpenAIModerationChain() Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param error: bool = False¶ Whether or not to error if bad content was found.
[ 5317, 8995, 5442, 1771, 749, 4414, 367, 13250, 14660, 4414, 367, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 749, 4414, 367, 13250, 14660, 4414, 367, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3016, 25, 5884, 284, 2290, 11, 1646, 1292, 25, 12536, 17752, 60, 284, 2290, 11, 1493, 25, 1845, 284, 3641, 11, 1988, 3173, 25, 610, 284, 364, 1379, 518, 2612, 3173, 25, 610, 284, 364, 3081, 518, 1825, 2192, 11959, 3173, 25, 12536, 17752, 60, 284, 2290, 11, 1825, 2192, 83452, 25, 12536, 17752, 60, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 12465, 1988, 1555, 264, 64382, 15233, 627, 1271, 1005, 11, 499, 1288, 617, 279, 1825, 2192, 10344, 6462, 10487, 11, 323, 279, 198, 24175, 3977, 30941, 15836, 11669, 6738, 743, 449, 701, 5446, 1401, 627, 8780, 5137, 430, 527, 2764, 311, 387, 5946, 311, 279, 1825, 2192, 2581, 1650, 649, 387, 5946, 198, 258, 11, 1524, 422, 539, 21650, 6924, 389, 420, 538, 627, 13617, 198, 1527, 8859, 8995, 5442, 1771, 1179, 5377, 14660, 4414, 367, 19368, 198, 2658, 21597, 284, 5377, 14660, 4414, 367, 19368, 746, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 1493, 25, 1845, 284, 3641, 55609, 198, 25729, 477, 539, 311, 1493, 422, 3958, 2262, 574, 1766, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.moderation.OpenAIModerationChain.html
c6a199eefbc3-1
param error: bool = False¶ Whether or not to error if bad content was found. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param model_name: Optional[str] = None¶ Moderation model name to use. param openai_api_key: Optional[str] = None¶ param openai_organization: Optional[str] = None¶ param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be
[ 913, 1493, 25, 1845, 284, 3641, 55609, 198, 25729, 477, 539, 311, 1493, 422, 3958, 2262, 574, 1766, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 1646, 1292, 25, 12536, 17752, 60, 284, 2290, 55609, 198, 69723, 367, 1646, 836, 311, 1005, 627, 913, 1825, 2192, 11959, 3173, 25, 12536, 17752, 60, 284, 2290, 55609, 198, 913, 1825, 2192, 83452, 25, 12536, 17752, 60, 284, 2290, 55609, 198, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.moderation.OpenAIModerationChain.html
c6a199eefbc3-2
response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out.
[ 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.moderation.OpenAIModerationChain.html
c6a199eefbc3-3
Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_environment  »  all fields[source]¶ Validate that api key and python package exists in environment. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”]
[ 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 52874, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 18409, 430, 6464, 1401, 323, 10344, 6462, 6866, 304, 4676, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 60 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.moderation.OpenAIModerationChain.html
c6a199eefbc3-4
eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.moderation.OpenAIModerationChain.html
6d281e5819b6-0
langchain.chains.router.base.RouterChain¶ class langchain.chains.router.base.RouterChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None)[source]¶ Bases: Chain, ABC Chain that outputs the name of a destination chain and the inputs to it. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[langchain.callbacks.base.BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Optional[Union[List[langchain.callbacks.base.BaseCallbackHandler], langchain.callbacks.base.BaseCallbackManager]] = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param memory: Optional[langchain.schema.BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks.
[ 5317, 8995, 5442, 1771, 22909, 9105, 32513, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 22909, 9105, 32513, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 11, 19921, 198, 19368, 430, 16674, 279, 836, 315, 264, 9284, 8957, 323, 279, 11374, 311, 433, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 5317, 8995, 72134, 9105, 13316, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 12536, 58, 33758, 53094, 58, 5317, 8995, 72134, 9105, 13316, 7646, 3126, 1145, 8859, 8995, 72134, 9105, 13316, 7646, 2087, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 5044, 25, 12536, 58, 5317, 8995, 31992, 13316, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.base.RouterChain.html
6d281e5819b6-1
and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be
[ 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.base.RouterChain.html
6d281e5819b6-2
response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async aroute(inputs: Dict[str, Any], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → Route[source]¶ async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. route(inputs: Dict[str, Any], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → Route[source]¶
[ 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 2182, 35099, 25, 30226, 17752, 11, 5884, 1145, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 9767, 76747, 60, 55609, 198, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 9143, 35099, 25, 30226, 17752, 11, 5884, 1145, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 9767, 76747, 60, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.base.RouterChain.html
6d281e5819b6-3
run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ abstract property input_keys: List[str]¶ Input keys this chain expects. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. property output_keys: List[str]¶ Output keys this chain expects. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16647, 3424, 1988, 12919, 25, 1796, 17752, 60, 55609, 198, 2566, 7039, 420, 8957, 25283, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 3784, 2612, 12919, 25, 1796, 17752, 60, 55609, 198, 5207, 7039, 420, 8957, 25283, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.router.base.RouterChain.html
9a503a6cfe39-0
langchain.chains.query_constructor.ir.Operation¶ class langchain.chains.query_constructor.ir.Operation(*, operator: Operator, arguments: List[FilterDirective])[source]¶ Bases: FilterDirective A logical operation over other directives. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param arguments: List[langchain.chains.query_constructor.ir.FilterDirective] [Required]¶ param operator: langchain.chains.query_constructor.ir.Operator [Required]¶ accept(visitor: Visitor) → Any¶
[ 5317, 8995, 5442, 1771, 4891, 67310, 64450, 57397, 55609, 198, 1058, 8859, 8995, 5442, 1771, 4891, 67310, 64450, 57397, 4163, 11, 5793, 25, 29598, 11, 6105, 25, 1796, 58, 5750, 63176, 41105, 2484, 60, 55609, 198, 33, 2315, 25, 12619, 63176, 198, 32, 20406, 5784, 927, 1023, 50353, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 6105, 25, 1796, 58, 5317, 8995, 5442, 1771, 4891, 67310, 64450, 32796, 63176, 60, 510, 8327, 60, 55609, 198, 913, 5793, 25, 8859, 8995, 5442, 1771, 4891, 67310, 64450, 86646, 510, 8327, 60, 55609, 198, 10543, 94416, 25, 56982, 8, 11651, 5884, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.query_constructor.ir.Operation.html
5387ded42786-0
langchain.chains.query_constructor.parser.QueryTransformer¶ langchain.chains.query_constructor.parser.QueryTransformer¶ alias of None
[ 5317, 8995, 5442, 1771, 4891, 67310, 26699, 16060, 47458, 55609, 198, 5317, 8995, 5442, 1771, 4891, 67310, 26699, 16060, 47458, 55609, 198, 15305, 315, 2290 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.query_constructor.parser.QueryTransformer.html
ee9dabb4e394-0
langchain.chains.sequential.SimpleSequentialChain¶ class langchain.chains.sequential.SimpleSequentialChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, chains: List[Chain], strip_outputs: bool = False, input_key: str = 'input', output_key: str = 'output')[source]¶ Bases: Chain Simple chain where the outputs of one step feed directly into next. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param chains: List[langchain.chains.base.Chain] [Required]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param strip_outputs: bool = False¶ param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None
[ 5317, 8995, 5442, 1771, 4624, 16216, 25236, 22821, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 4624, 16216, 25236, 22821, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 27271, 25, 1796, 58, 19368, 1145, 13619, 36289, 25, 1845, 284, 3641, 11, 1988, 3173, 25, 610, 284, 364, 1379, 518, 2612, 3173, 25, 610, 284, 364, 3081, 13588, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 16778, 8957, 1405, 279, 16674, 315, 832, 3094, 5510, 6089, 1139, 1828, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 27271, 25, 1796, 58, 5317, 8995, 5442, 1771, 9105, 99369, 60, 510, 8327, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 13619, 36289, 25, 1845, 284, 3641, 55609, 198, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sequential.SimpleSequentialChain.html
ee9dabb4e394-1
Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param.
[ 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sequential.SimpleSequentialChain.html
ee9dabb4e394-2
Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out.
[ 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sequential.SimpleSequentialChain.html
ee9dabb4e394-3
Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ validator validate_chains  »  all fields[source]¶ Validate that chains are all single input/output. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config[source]¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 16503, 9788, 4231, 1771, 4194, 8345, 4194, 682, 5151, 76747, 60, 55609, 198, 18409, 430, 27271, 527, 682, 3254, 1988, 48116, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 76747, 60, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.sequential.SimpleSequentialChain.html
c788fc6c275f-0
langchain.chains.query_constructor.base.StructuredQueryOutputParser¶ class langchain.chains.query_constructor.base.StructuredQueryOutputParser(*, ast_parse: Callable)[source]¶ Bases: BaseOutputParser[StructuredQuery] Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param ast_parse: Callable [Required]¶ Callable that parses dict into internal representation of query language. dict(**kwargs: Any) → Dict¶ Return dictionary representation of output parser. classmethod from_components(allowed_comparators: Optional[Sequence[Comparator]] = None, allowed_operators: Optional[Sequence[Operator]] = None) → StructuredQueryOutputParser[source]¶ get_format_instructions() → str¶ Instructions on how the LLM output should be formatted. parse(text: str) → StructuredQuery[source]¶ Parse the output of an LLM call. A method which takes in a string (assumed output of a language model ) and parses it into some structure. Parameters text – output of language model Returns structured output parse_result(result: List[Generation]) → T¶ Parse LLM Result. parse_with_prompt(completion: str, prompt: PromptValue) → Any¶ Optional method to parse the output of an LLM call with a prompt. The prompt is largely provided in the event the OutputParser wants to retry or fix the output in some way, and needs information from the prompt to do so. Parameters completion – output of language model prompt – prompt value Returns structured output to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the
[ 5317, 8995, 5442, 1771, 4891, 67310, 9105, 52545, 3149, 2929, 5207, 6707, 55609, 198, 1058, 8859, 8995, 5442, 1771, 4891, 67310, 9105, 52545, 3149, 2929, 5207, 6707, 4163, 11, 12025, 21715, 25, 54223, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 5464, 5207, 6707, 58, 98557, 2929, 933, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 12025, 21715, 25, 54223, 510, 8327, 60, 55609, 198, 41510, 430, 71935, 6587, 1139, 5419, 13340, 315, 3319, 4221, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 2612, 6871, 627, 27853, 505, 24139, 7, 21642, 3038, 1768, 3046, 25, 12536, 58, 14405, 58, 39758, 5163, 284, 2290, 11, 5535, 26716, 3046, 25, 12536, 58, 14405, 58, 18968, 5163, 284, 2290, 8, 11651, 16531, 3149, 2929, 5207, 6707, 76747, 60, 55609, 198, 456, 9132, 83527, 368, 11651, 610, 55609, 198, 56391, 389, 1268, 279, 445, 11237, 2612, 1288, 387, 24001, 627, 6534, 7383, 25, 610, 8, 11651, 16531, 3149, 2929, 76747, 60, 55609, 198, 14802, 279, 2612, 315, 459, 445, 11237, 1650, 627, 32, 1749, 902, 5097, 304, 264, 925, 320, 395, 39255, 2612, 315, 264, 4221, 1646, 1763, 438, 71935, 433, 1139, 1063, 6070, 627, 9905, 198, 1342, 1389, 2612, 315, 4221, 1646, 198, 16851, 198, 52243, 2612, 198, 6534, 5400, 4556, 25, 1796, 58, 38238, 2526, 11651, 350, 55609, 198, 14802, 445, 11237, 5832, 627, 6534, 6753, 62521, 91868, 25, 610, 11, 10137, 25, 60601, 1150, 8, 11651, 5884, 55609, 198, 15669, 1749, 311, 4820, 279, 2612, 315, 459, 445, 11237, 1650, 449, 264, 10137, 627, 791, 10137, 374, 14090, 3984, 304, 279, 1567, 279, 9442, 6707, 6944, 198, 998, 23515, 477, 5155, 279, 2612, 304, 1063, 1648, 11, 323, 3966, 2038, 505, 198, 1820, 10137, 311, 656, 779, 627, 9905, 198, 44412, 1389, 2612, 315, 4221, 1646, 198, 41681, 1389, 10137, 907, 198, 16851, 198, 52243, 2612, 198, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.query_constructor.base.StructuredQueryOutputParser.html
c788fc6c275f-1
property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object extra = 'ignore'¶
[ 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 15824, 284, 364, 13431, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.query_constructor.base.StructuredQueryOutputParser.html
48260e0c17d1-0
langchain.chains.summarize.__init__.load_summarize_chain¶ langchain.chains.summarize.__init__.load_summarize_chain(llm: BaseLanguageModel, chain_type: str = 'stuff', verbose: Optional[bool] = None, **kwargs: Any) → BaseCombineDocumentsChain[source]¶ Load summarizing chain. Parameters llm – Language Model to use in the chain. chain_type – Type of document combining chain to use. Should be one of “stuff”, “map_reduce”, and “refine”. verbose – Whether chains should be run in verbose mode or not. Note that this applies to all chains that make up the final chain. Returns A chain to use for summarizing.
[ 5317, 8995, 5442, 1771, 13485, 5730, 553, 4952, 2381, 19247, 1096, 10370, 5730, 553, 31683, 55609, 198, 5317, 8995, 5442, 1771, 13485, 5730, 553, 4952, 2381, 19247, 1096, 10370, 5730, 553, 31683, 36621, 76, 25, 5464, 14126, 1747, 11, 8957, 1857, 25, 610, 284, 364, 58404, 518, 14008, 25, 12536, 58, 2707, 60, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 5464, 82214, 28242, 19368, 76747, 60, 55609, 198, 6003, 29385, 4954, 8957, 627, 9905, 198, 657, 76, 1389, 11688, 5008, 311, 1005, 304, 279, 8957, 627, 8995, 1857, 1389, 4078, 315, 2246, 35271, 8957, 311, 1005, 13, 12540, 387, 832, 315, 1054, 58404, 863, 345, 2118, 2235, 65696, 9520, 323, 1054, 1116, 483, 863, 627, 15228, 1389, 13440, 27271, 1288, 387, 1629, 304, 14008, 3941, 477, 539, 13, 7181, 430, 420, 198, 391, 7350, 311, 682, 27271, 430, 1304, 709, 279, 1620, 8957, 627, 16851, 198, 32, 8957, 311, 1005, 369, 29385, 4954, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.summarize.__init__.load_summarize_chain.html
112d6c090c9b-0
langchain.chains.openai_functions.openapi.SimpleRequestChain¶ class langchain.chains.openai_functions.openapi.SimpleRequestChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, request_method: Callable, output_key: str = 'response', input_key: str = 'function')[source]¶ Bases: Chain Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param input_key: str = 'function'¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param output_key: str = 'response'¶ param request_method: Callable [Required]¶ param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain,
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 59920, 25236, 1939, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 5949, 2192, 32808, 59920, 25236, 1939, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 1715, 9209, 25, 54223, 11, 2612, 3173, 25, 610, 284, 364, 2376, 518, 1988, 3173, 25, 610, 284, 364, 1723, 13588, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 1988, 3173, 25, 610, 284, 364, 1723, 6, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 2612, 3173, 25, 610, 284, 364, 2376, 6, 55609, 198, 913, 1715, 9209, 25, 54223, 510, 8327, 60, 55609, 198, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 11 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.openapi.SimpleRequestChain.html
112d6c090c9b-1
These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the
[ 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.openapi.SimpleRequestChain.html
112d6c090c9b-2
only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters
[ 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.openapi.SimpleRequestChain.html
112d6c090c9b-3
Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property input_keys: List[str]¶ Input keys this chain expects. property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. property output_keys: List[str]¶ Output keys this chain expects. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 1988, 12919, 25, 1796, 17752, 60, 55609, 198, 2566, 7039, 420, 8957, 25283, 627, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 3784, 2612, 12919, 25, 1796, 17752, 60, 55609, 198, 5207, 7039, 420, 8957, 25283, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.openapi.SimpleRequestChain.html
c7d39596c9ae-0
langchain.chains.query_constructor.ir.Visitor¶ class langchain.chains.query_constructor.ir.Visitor[source]¶ Bases: ABC Defines interface for IR translation using visitor pattern. Methods __init__() visit_comparison(comparison) Translate a Comparison. visit_operation(operation) Translate an Operation. visit_structured_query(structured_query) Translate a StructuredQuery. Attributes allowed_comparators allowed_operators abstract visit_comparison(comparison: Comparison) → Any[source]¶ Translate a Comparison. abstract visit_operation(operation: Operation) → Any[source]¶ Translate an Operation. abstract visit_structured_query(structured_query: StructuredQuery) → Any[source]¶ Translate a StructuredQuery. allowed_comparators: Optional[Sequence[langchain.chains.query_constructor.ir.Comparator]] = None¶ allowed_operators: Optional[Sequence[langchain.chains.query_constructor.ir.Operator]] = None¶
[ 5317, 8995, 5442, 1771, 4891, 67310, 64450, 13, 17215, 55609, 198, 1058, 8859, 8995, 5442, 1771, 4891, 67310, 64450, 13, 17215, 76747, 60, 55609, 198, 33, 2315, 25, 19921, 198, 74916, 3834, 369, 16646, 14807, 1701, 20792, 5497, 627, 18337, 198, 565, 2381, 33716, 28560, 91897, 14426, 36642, 340, 28573, 264, 43551, 627, 28560, 33665, 53447, 340, 28573, 459, 17145, 627, 28560, 15477, 3149, 5857, 6294, 3149, 5857, 340, 28573, 264, 16531, 3149, 2929, 627, 10738, 198, 21642, 3038, 1768, 3046, 198, 21642, 26716, 3046, 198, 16647, 4034, 91897, 14426, 36642, 25, 43551, 8, 11651, 5884, 76747, 60, 55609, 198, 28573, 264, 43551, 627, 16647, 4034, 33665, 53447, 25, 17145, 8, 11651, 5884, 76747, 60, 55609, 198, 28573, 459, 17145, 627, 16647, 4034, 15477, 3149, 5857, 6294, 3149, 5857, 25, 16531, 3149, 2929, 8, 11651, 5884, 76747, 60, 55609, 198, 28573, 264, 16531, 3149, 2929, 627, 21642, 3038, 1768, 3046, 25, 12536, 58, 14405, 58, 5317, 8995, 5442, 1771, 4891, 67310, 64450, 80357, 5163, 284, 2290, 55609, 198, 21642, 26716, 3046, 25, 12536, 58, 14405, 58, 5317, 8995, 5442, 1771, 4891, 67310, 64450, 86646, 5163, 284, 2290, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.query_constructor.ir.Visitor.html
b97407ef8c76-0
langchain.chains.combine_documents.base.AnalyzeDocumentChain¶ class langchain.chains.combine_documents.base.AnalyzeDocumentChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, input_key: str = 'input_document', text_splitter: TextSplitter = None, combine_docs_chain: BaseCombineDocumentsChain)[source]¶ Bases: Chain Chain that splits documents, then analyzes it in pieces. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param combine_docs_chain: langchain.chains.combine_documents.base.BaseCombineDocumentsChain [Required]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None
[ 5317, 8995, 5442, 1771, 90390, 77027, 9105, 8794, 56956, 7676, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 90390, 77027, 9105, 8794, 56956, 7676, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 1988, 3173, 25, 610, 284, 364, 1379, 27326, 518, 1495, 17489, 466, 25, 2991, 20805, 466, 284, 2290, 11, 16343, 50792, 31683, 25, 5464, 82214, 28242, 19368, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 198, 19368, 430, 41567, 9477, 11, 1243, 86281, 433, 304, 9863, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 16343, 50792, 31683, 25, 8859, 8995, 5442, 1771, 90390, 77027, 9105, 13316, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.base.AnalyzeDocumentChain.html
b97407ef8c76-1
Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param text_splitter: langchain.text_splitter.TextSplitter [Optional]¶ param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters
[ 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 1495, 17489, 466, 25, 8859, 8995, 2858, 17489, 466, 2021, 20805, 466, 510, 15669, 60, 55609, 198, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.base.AnalyzeDocumentChain.html
b97407ef8c76-2
Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Call the chain on all inputs in the list. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶
[ 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 7368, 279, 8957, 389, 682, 11374, 304, 279, 1160, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.base.AnalyzeDocumentChain.html
b97407ef8c76-3
Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶
[ 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.combine_documents.base.AnalyzeDocumentChain.html
85effe59eb40-0
langchain.chains.openai_functions.citation_fuzzy_match.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 – Language model to use for the chain. Returns Chain (LLMChain) that can be used to answer questions with citations.
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 2581, 669, 7709, 766, 35858, 10938, 31683, 55609, 198, 5317, 8995, 5442, 1771, 5949, 2192, 32808, 522, 7709, 766, 35858, 10938, 2581, 669, 7709, 766, 35858, 10938, 31683, 36621, 76, 25, 5464, 14126, 1747, 8, 11651, 445, 11237, 19368, 76747, 60, 55609, 198, 4110, 264, 45477, 53833, 2489, 8957, 627, 9905, 198, 657, 76, 1389, 11688, 1646, 311, 1005, 369, 279, 8957, 627, 16851, 198, 19368, 320, 4178, 44, 19368, 8, 430, 649, 387, 1511, 311, 4320, 4860, 449, 52946, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.citation_fuzzy_match.create_citation_fuzzy_match_chain.html
6b9d4a5553b3-0
langchain.chains.api.openapi.requests_chain.APIRequesterChain¶ class langchain.chains.api.openapi.requests_chain.APIRequesterChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, prompt: BasePromptTemplate, llm: BaseLanguageModel, output_key: str = 'text', output_parser: BaseLLMOutputParser = None, return_final_only: bool = True, llm_kwargs: dict = None)[source]¶ Bases: LLMChain Get the request parser. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param llm: BaseLanguageModel [Required]¶ Language model to call. param llm_kwargs: dict [Optional]¶ param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog.
[ 5317, 8995, 5442, 1771, 6314, 59920, 68771, 31683, 25967, 1939, 261, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 6314, 59920, 68771, 31683, 25967, 1939, 261, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 10137, 25, 5464, 55715, 7423, 11, 9507, 76, 25, 5464, 14126, 1747, 11, 2612, 3173, 25, 610, 284, 364, 1342, 518, 2612, 19024, 25, 5464, 4178, 44, 5207, 6707, 284, 2290, 11, 471, 21333, 18917, 25, 1845, 284, 3082, 11, 9507, 76, 37335, 25, 6587, 284, 2290, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 445, 11237, 19368, 198, 1991, 279, 1715, 6871, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 9507, 76, 25, 5464, 14126, 1747, 510, 8327, 60, 55609, 198, 14126, 1646, 311, 1650, 627, 913, 9507, 76, 37335, 25, 6587, 510, 15669, 60, 55609, 198, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
6b9d4a5553b3-1
There are many different types of memory - please see memory docs for the full catalog. param output_key: str = 'text'¶ param output_parser: BaseLLMOutputParser [Optional]¶ Output parser to use. Defaults to one that takes the most likely string but does not change it otherwise. param prompt: BasePromptTemplate [Required]¶ Prompt object to use. param return_final_only: bool = True¶ Whether to return only the final parsed result. Defaults to True. If false, will return a bunch of extra information about the generation. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False.
[ 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 2612, 3173, 25, 610, 284, 364, 1342, 6, 55609, 198, 913, 2612, 19024, 25, 5464, 4178, 44, 5207, 6707, 510, 15669, 60, 55609, 198, 5207, 6871, 311, 1005, 627, 16672, 311, 832, 430, 5097, 279, 1455, 4461, 925, 719, 1587, 539, 2349, 433, 198, 61036, 627, 913, 10137, 25, 5464, 55715, 7423, 510, 8327, 60, 55609, 198, 55715, 1665, 311, 1005, 627, 913, 471, 21333, 18917, 25, 1845, 284, 3082, 55609, 198, 25729, 311, 471, 1193, 279, 1620, 16051, 1121, 13, 37090, 311, 3082, 627, 2746, 905, 11, 690, 471, 264, 15860, 315, 5066, 2038, 922, 279, 9659, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
6b9d4a5553b3-2
chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async aapply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Utilize the LLM generate method for speed gains. async aapply_and_parse(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → Sequence[Union[str, List[str], Dict[str, str]]]¶ Call apply and then parse the results. async acall(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False. async agenerate(input_list: List[Dict[str, Any]], run_manager: Optional[AsyncCallbackManagerForChainRun] = None) → LLMResult¶
[ 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 264, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 2810, 553, 279, 445, 11237, 7068, 1749, 369, 4732, 20192, 627, 7847, 264, 10492, 8543, 21715, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 29971, 58, 33758, 17752, 11, 1796, 17752, 1145, 30226, 17752, 11, 610, 5163, 60, 55609, 198, 7368, 3881, 323, 1243, 4820, 279, 3135, 627, 7847, 1645, 543, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 627, 7847, 945, 13523, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 1629, 12418, 25, 12536, 58, 6662, 7646, 2087, 2520, 19368, 6869, 60, 284, 2290, 8, 11651, 445, 11237, 2122, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
6b9d4a5553b3-3
Generate LLM result from inputs. apply(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → List[Dict[str, str]]¶ Utilize the LLM generate method for speed gains. apply_and_parse(input_list: List[Dict[str, Any]], callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None) → Sequence[Union[str, List[str], Dict[str, str]]]¶ Call apply and then parse the results. async apredict(callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → str¶ Format prompt with kwargs and pass to LLM. Parameters callbacks – Callbacks to pass to LLMChain **kwargs – Keys to pass to prompt template. Returns Completion from LLM. Example completion = llm.predict(adjective="funny") async apredict_and_parse(callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → Union[str, List[str], Dict[str, str]]¶ Call apredict and then parse the results. async aprep_prompts(input_list: List[Dict[str, Any]], run_manager: Optional[AsyncCallbackManagerForChainRun] = None) → Tuple[List[PromptValue], Optional[List[str]]]¶ Prepare prompts from inputs. async arun(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. create_outputs(llm_result: LLMResult) → List[Dict[str, Any]]¶ Create outputs from response.
[ 32215, 445, 11237, 1121, 505, 11374, 627, 10492, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 1796, 58, 13755, 17752, 11, 610, 5163, 55609, 198, 2810, 553, 279, 445, 11237, 7068, 1749, 369, 4732, 20192, 627, 10492, 8543, 21715, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 8, 11651, 29971, 58, 33758, 17752, 11, 1796, 17752, 1145, 30226, 17752, 11, 610, 5163, 60, 55609, 198, 7368, 3881, 323, 1243, 4820, 279, 3135, 627, 7847, 1469, 9037, 24885, 82, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 4152, 10137, 449, 16901, 323, 1522, 311, 445, 11237, 627, 9905, 198, 69411, 1389, 23499, 82, 311, 1522, 311, 445, 11237, 19368, 198, 334, 9872, 1389, 25104, 311, 1522, 311, 10137, 3896, 627, 16851, 198, 34290, 505, 445, 11237, 627, 13617, 198, 44412, 284, 9507, 76, 24706, 44879, 51591, 429, 12158, 3919, 1158, 7847, 1469, 9037, 8543, 21715, 24885, 82, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 9323, 17752, 11, 1796, 17752, 1145, 30226, 17752, 11, 610, 5163, 55609, 198, 7368, 1469, 9037, 323, 1243, 4820, 279, 3135, 627, 7847, 1469, 10200, 48977, 13044, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 1629, 12418, 25, 12536, 58, 6662, 7646, 2087, 2520, 19368, 6869, 60, 284, 2290, 8, 11651, 25645, 53094, 43447, 15091, 1150, 1145, 12536, 53094, 17752, 5163, 60, 55609, 198, 51690, 52032, 505, 11374, 627, 7847, 802, 359, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 3261, 36289, 36621, 76, 5400, 25, 445, 11237, 2122, 8, 11651, 1796, 58, 13755, 17752, 11, 5884, 5163, 55609, 198, 4110, 16674, 505, 2077, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
6b9d4a5553b3-4
Create outputs from response. dict(**kwargs: Any) → Dict¶ Return dictionary representation of chain. classmethod from_llm_and_typescript(llm: BaseLanguageModel, typescript_definition: str, verbose: bool = True, **kwargs: Any) → LLMChain[source]¶ Get the request parser. classmethod from_string(llm: BaseLanguageModel, template: str) → LLMChain¶ Create LLMChain from LLM and template. generate(input_list: List[Dict[str, Any]], run_manager: Optional[CallbackManagerForChainRun] = None) → LLMResult¶ Generate LLM result from inputs. predict(callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → str¶ Format prompt with kwargs and pass to LLM. Parameters callbacks – Callbacks to pass to LLMChain **kwargs – Keys to pass to prompt template. Returns Completion from LLM. Example completion = llm.predict(adjective="funny") predict_and_parse(callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, **kwargs: Any) → Union[str, List[str], Dict[str, Any]]¶ Call predict and then parse the results. prep_inputs(inputs: Union[Dict[str, Any], Any]) → Dict[str, str]¶ Validate and prep inputs. prep_outputs(inputs: Dict[str, str], outputs: Dict[str, str], return_only_outputs: bool = False) → Dict[str, str]¶ Validate and prep outputs. prep_prompts(input_list: List[Dict[str, Any]], run_manager: Optional[CallbackManagerForChainRun] = None) → Tuple[List[PromptValue], Optional[List[str]]]¶ Prepare prompts from inputs. validator raise_deprecation  »  all fields¶
[ 4110, 16674, 505, 2077, 627, 8644, 22551, 9872, 25, 5884, 8, 11651, 30226, 55609, 198, 5715, 11240, 13340, 315, 8957, 627, 27853, 505, 44095, 76, 8543, 9962, 1250, 36621, 76, 25, 5464, 14126, 1747, 11, 4595, 1250, 32798, 25, 610, 11, 14008, 25, 1845, 284, 3082, 11, 3146, 9872, 25, 5884, 8, 11651, 445, 11237, 19368, 76747, 60, 55609, 198, 1991, 279, 1715, 6871, 627, 27853, 505, 3991, 36621, 76, 25, 5464, 14126, 1747, 11, 3896, 25, 610, 8, 11651, 445, 11237, 19368, 55609, 198, 4110, 445, 11237, 19368, 505, 445, 11237, 323, 3896, 627, 19927, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 1629, 12418, 25, 12536, 58, 7646, 2087, 2520, 19368, 6869, 60, 284, 2290, 8, 11651, 445, 11237, 2122, 55609, 198, 32215, 445, 11237, 1121, 505, 11374, 627, 35798, 24885, 82, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 4152, 10137, 449, 16901, 323, 1522, 311, 445, 11237, 627, 9905, 198, 69411, 1389, 23499, 82, 311, 1522, 311, 445, 11237, 19368, 198, 334, 9872, 1389, 25104, 311, 1522, 311, 10137, 3896, 627, 16851, 198, 34290, 505, 445, 11237, 627, 13617, 198, 44412, 284, 9507, 76, 24706, 44879, 51591, 429, 12158, 3919, 1158, 35798, 8543, 21715, 24885, 82, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 9323, 17752, 11, 1796, 17752, 1145, 30226, 17752, 11, 5884, 5163, 55609, 198, 7368, 7168, 323, 1243, 4820, 279, 3135, 627, 72874, 29657, 35099, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 2526, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 11374, 627, 72874, 36289, 35099, 25, 30226, 17752, 11, 610, 1145, 16674, 25, 30226, 17752, 11, 610, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 610, 60, 55609, 198, 18409, 323, 22033, 16674, 627, 72874, 48977, 13044, 5498, 2062, 25, 1796, 58, 13755, 17752, 11, 5884, 21128, 1629, 12418, 25, 12536, 58, 7646, 2087, 2520, 19368, 6869, 60, 284, 2290, 8, 11651, 25645, 53094, 43447, 15091, 1150, 1145, 12536, 53094, 17752, 5163, 60, 55609, 198, 51690, 52032, 505, 11374, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
6b9d4a5553b3-5
Prepare prompts from inputs. validator raise_deprecation  »  all fields¶ Raise deprecation warning if callback_manager is used. run(*args: Any, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, tags: Optional[List[str]] = None, **kwargs: Any) → str¶ Run the chain as text in, text out or multiple variables, text out. save(file_path: Union[Path, str]) → None¶ Save the chain. Parameters file_path – Path to file to save the chain to. Example: .. code-block:: python chain.save(file_path=”path/chain.yaml”) validator set_verbose  »  verbose¶ If verbose is None, set it. This allows users to pass in None as verbose to access the global setting. to_json() → Union[SerializedConstructor, SerializedNotImplemented]¶ to_json_not_implemented() → SerializedNotImplemented¶ property lc_attributes: Dict¶ Return a list of attribute names that should be included in the serialized kwargs. These attributes must be accepted by the constructor. property lc_namespace: List[str]¶ Return the namespace of the langchain object. eg. [“langchain”, “llms”, “openai”] property lc_secrets: Dict[str, str]¶ Return a map of constructor argument names to secret ids. eg. {“openai_api_key”: “OPENAI_API_KEY”} property lc_serializable: bool¶ Return whether or not the class is serializable. model Config¶ Bases: object Configuration for this pydantic object. arbitrary_types_allowed = True¶ extra = 'forbid'¶
[ 51690, 52032, 505, 11374, 627, 16503, 4933, 2310, 70693, 4194, 8345, 4194, 682, 5151, 55609, 198, 94201, 409, 70693, 10163, 422, 4927, 12418, 374, 1511, 627, 6236, 4163, 2164, 25, 5884, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 3146, 9872, 25, 5884, 8, 11651, 610, 55609, 198, 6869, 279, 8957, 439, 1495, 304, 11, 1495, 704, 477, 5361, 7482, 11, 1495, 704, 627, 6766, 4971, 2703, 25, 9323, 58, 1858, 11, 610, 2526, 11651, 2290, 55609, 198, 8960, 279, 8957, 627, 9905, 198, 1213, 2703, 1389, 8092, 311, 1052, 311, 3665, 279, 8957, 311, 627, 13617, 512, 497, 2082, 9612, 487, 10344, 198, 8995, 5799, 4971, 2703, 45221, 2398, 14, 8995, 34506, 863, 340, 16503, 743, 69021, 4194, 8345, 4194, 14008, 55609, 198, 2746, 14008, 374, 2290, 11, 743, 433, 627, 2028, 6276, 3932, 311, 1522, 304, 2290, 439, 14008, 311, 2680, 279, 3728, 6376, 627, 998, 9643, 368, 11651, 9323, 58, 78621, 13591, 11, 92572, 2688, 18804, 60, 55609, 198, 998, 9643, 8072, 18377, 14565, 368, 11651, 92572, 2688, 18804, 55609, 198, 3784, 37313, 18741, 25, 30226, 55609, 198, 5715, 264, 1160, 315, 7180, 5144, 430, 1288, 387, 5343, 304, 279, 198, 76377, 16901, 13, 4314, 8365, 2011, 387, 11928, 555, 279, 198, 22602, 627, 3784, 37313, 42671, 25, 1796, 17752, 60, 55609, 198, 5715, 279, 4573, 315, 279, 8859, 8995, 1665, 627, 797, 13, 510, 2118, 5317, 8995, 9520, 1054, 657, 1026, 9520, 1054, 2569, 2192, 863, 933, 3784, 37313, 3537, 53810, 25, 30226, 17752, 11, 610, 60, 55609, 198, 5715, 264, 2472, 315, 4797, 5811, 5144, 311, 6367, 14483, 627, 797, 13, 314, 2118, 2569, 2192, 11959, 3173, 57633, 1054, 32033, 15836, 11669, 6738, 863, 534, 3784, 37313, 26684, 8499, 25, 1845, 55609, 198, 5715, 3508, 477, 539, 279, 538, 374, 6275, 8499, 627, 2590, 5649, 55609, 198, 33, 2315, 25, 1665, 198, 7843, 369, 420, 4611, 67, 8322, 1665, 627, 277, 88951, 9962, 43255, 284, 3082, 55609, 198, 15824, 284, 364, 2000, 21301, 6, 55609 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.requests_chain.APIRequesterChain.html
4299e0be3e3d-0
langchain.chains.openai_functions.tagging.create_tagging_chain¶ langchain.chains.openai_functions.tagging.create_tagging_chain(schema: dict, llm: BaseLanguageModel) → Chain[source]¶ Creates a chain that extracts information from a passage. Parameters schema – The schema of the entities to extract. llm – The language model to use. Returns Chain (LLMChain) that can be used to extract information from a passage.
[ 5317, 8995, 5442, 1771, 5949, 2192, 32808, 12681, 3252, 2581, 9556, 3252, 31683, 55609, 198, 5317, 8995, 5442, 1771, 5949, 2192, 32808, 12681, 3252, 2581, 9556, 3252, 31683, 43835, 25, 6587, 11, 9507, 76, 25, 5464, 14126, 1747, 8, 11651, 29625, 76747, 60, 55609, 198, 55968, 264, 8957, 430, 49062, 2038, 505, 264, 21765, 627, 9905, 198, 17801, 1389, 578, 11036, 315, 279, 15086, 311, 8819, 627, 657, 76, 1389, 578, 4221, 1646, 311, 1005, 627, 16851, 198, 19368, 320, 4178, 44, 19368, 8, 430, 649, 387, 1511, 311, 8819, 2038, 505, 264, 21765, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.openai_functions.tagging.create_tagging_chain.html
5a4ee1ff70f3-0
langchain.chains.qa_with_sources.base.BaseQAWithSourcesChain¶ class langchain.chains.qa_with_sources.base.BaseQAWithSourcesChain(*, memory: Optional[BaseMemory] = None, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, callback_manager: Optional[BaseCallbackManager] = None, verbose: bool = None, tags: Optional[List[str]] = None, combine_documents_chain: BaseCombineDocumentsChain, question_key: str = 'question', input_docs_key: str = 'docs', answer_key: str = 'answer', sources_answer_key: str = 'sources', return_source_documents: bool = False)[source]¶ Bases: Chain, ABC Question answering with sources over documents. Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. param callback_manager: Optional[BaseCallbackManager] = None¶ Deprecated, use callbacks instead. param callbacks: Callbacks = None¶ Optional list of callback handlers (or callback manager). Defaults to None. Callback handlers are called throughout the lifecycle of a call to a chain, starting with on_chain_start, ending with on_chain_end or on_chain_error. Each custom chain can optionally call additional callback methods, see Callback docs for full details. param combine_documents_chain: BaseCombineDocumentsChain [Required]¶ Chain to use to combine documents. param memory: Optional[BaseMemory] = None¶ Optional memory object. Defaults to None. Memory is a class that gets called at the start and at the end of every chain. At the start, memory loads variables and passes them along in the chain. At the end, it saves any returned variables. There are many different types of memory - please see memory docs for the full catalog.
[ 5317, 8995, 5442, 1771, 11608, 64, 6753, 53996, 9105, 13316, 48622, 2409, 33300, 19368, 55609, 198, 1058, 8859, 8995, 5442, 1771, 11608, 64, 6753, 53996, 9105, 13316, 48622, 2409, 33300, 19368, 4163, 11, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 11, 14008, 25, 1845, 284, 2290, 11, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 11, 3488, 3173, 25, 610, 284, 364, 7998, 518, 1988, 50792, 3173, 25, 610, 284, 364, 14452, 518, 4320, 3173, 25, 610, 284, 364, 9399, 518, 8336, 29634, 3173, 25, 610, 284, 364, 40751, 518, 471, 10561, 77027, 25, 1845, 284, 3641, 6758, 2484, 60, 55609, 198, 33, 2315, 25, 29625, 11, 19921, 198, 14924, 36864, 449, 8336, 927, 9477, 627, 4110, 264, 502, 1646, 555, 23115, 323, 69772, 1988, 828, 505, 16570, 6105, 627, 36120, 54129, 422, 279, 1988, 828, 4250, 387, 16051, 311, 1376, 264, 2764, 1646, 627, 913, 4927, 12418, 25, 12536, 58, 4066, 7646, 2087, 60, 284, 2290, 55609, 198, 52444, 11, 1005, 27777, 4619, 627, 913, 27777, 25, 23499, 82, 284, 2290, 55609, 198, 15669, 1160, 315, 4927, 25050, 320, 269, 4927, 6783, 570, 37090, 311, 2290, 627, 7646, 25050, 527, 2663, 6957, 279, 48608, 315, 264, 1650, 311, 264, 8957, 345, 40389, 449, 389, 31683, 5011, 11, 13696, 449, 389, 31683, 6345, 477, 389, 31683, 4188, 627, 4959, 2587, 8957, 649, 46624, 1650, 5217, 4927, 5528, 11, 1518, 23499, 27437, 198, 2000, 2539, 3649, 627, 913, 16343, 77027, 31683, 25, 5464, 82214, 28242, 19368, 510, 8327, 60, 55609, 198, 19368, 311, 1005, 311, 16343, 9477, 627, 913, 5044, 25, 12536, 58, 4066, 10869, 60, 284, 2290, 55609, 198, 15669, 5044, 1665, 13, 37090, 311, 2290, 627, 10869, 374, 264, 538, 430, 5334, 2663, 520, 279, 1212, 198, 438, 520, 279, 842, 315, 1475, 8957, 13, 2468, 279, 1212, 11, 5044, 21577, 7482, 323, 16609, 198, 49818, 3235, 304, 279, 8957, 13, 2468, 279, 842, 11, 433, 27024, 904, 6052, 7482, 627, 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.base.BaseQAWithSourcesChain.html
5a4ee1ff70f3-1
There are many different types of memory - please see memory docs for the full catalog. param return_source_documents: bool = False¶ Return the source documents. param tags: Optional[List[str]] = None¶ Optional list of tags associated with the chain. Defaults to None These tags will be associated with each call to this chain, and passed as arguments to the handlers defined in callbacks. You can use these to eg identify a specific instance of a chain with its use case. param verbose: bool [Optional]¶ Whether or not run in verbose mode. In verbose mode, some intermediate logs will be printed to the console. Defaults to langchain.verbose value. __call__(inputs: Union[Dict[str, Any], Any], return_only_outputs: bool = False, callbacks: Optional[Union[List[BaseCallbackHandler], BaseCallbackManager]] = None, *, tags: Optional[List[str]] = None, include_run_info: bool = False) → Dict[str, Any]¶ Run the logic of this chain and add to output if desired. Parameters inputs – Dictionary of inputs, or single input if chain expects only one param. return_only_outputs – boolean for whether to return only outputs in the response. If True, only new keys generated by this chain will be returned. If False, both input keys and new keys generated by this chain will be returned. Defaults to False. callbacks – Callbacks to use for this chain run. If not provided, will use the callbacks provided to the chain. include_run_info – Whether to include run info in the response. Defaults to False.
[ 3947, 527, 1690, 2204, 4595, 315, 5044, 482, 4587, 1518, 5044, 27437, 198, 2000, 279, 2539, 16808, 627, 913, 471, 10561, 77027, 25, 1845, 284, 3641, 55609, 198, 5715, 279, 2592, 9477, 627, 913, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 55609, 198, 15669, 1160, 315, 9681, 5938, 449, 279, 8957, 13, 37090, 311, 2290, 198, 9673, 9681, 690, 387, 5938, 449, 1855, 1650, 311, 420, 8957, 345, 438, 5946, 439, 6105, 311, 279, 25050, 4613, 304, 27777, 627, 2675, 649, 1005, 1521, 311, 8866, 10765, 264, 3230, 2937, 315, 264, 8957, 449, 1202, 1005, 1162, 627, 913, 14008, 25, 1845, 510, 15669, 60, 55609, 198, 25729, 477, 539, 1629, 304, 14008, 3941, 13, 763, 14008, 3941, 11, 1063, 29539, 18929, 198, 14724, 387, 17124, 311, 279, 2393, 13, 37090, 311, 8859, 8995, 45749, 907, 627, 565, 6797, 3889, 25986, 25, 9323, 58, 13755, 17752, 11, 5884, 1145, 5884, 1145, 471, 18917, 36289, 25, 1845, 284, 3641, 11, 27777, 25, 12536, 58, 33758, 53094, 58, 4066, 7646, 3126, 1145, 5464, 7646, 2087, 5163, 284, 2290, 11, 12039, 9681, 25, 12536, 53094, 17752, 5163, 284, 2290, 11, 2997, 14334, 3186, 25, 1845, 284, 3641, 8, 11651, 30226, 17752, 11, 5884, 60, 55609, 198, 6869, 279, 12496, 315, 420, 8957, 323, 923, 311, 2612, 422, 12974, 627, 9905, 198, 25986, 1389, 10685, 315, 11374, 11, 477, 3254, 1988, 422, 8957, 25283, 198, 3323, 832, 1719, 627, 693, 18917, 36289, 1389, 2777, 369, 3508, 311, 471, 1193, 16674, 304, 279, 198, 2376, 13, 1442, 3082, 11, 1193, 502, 7039, 8066, 555, 420, 8957, 690, 387, 198, 78691, 13, 1442, 3641, 11, 2225, 1988, 7039, 323, 502, 7039, 8066, 555, 420, 198, 8995, 690, 387, 6052, 13, 37090, 311, 3641, 627, 69411, 1389, 23499, 82, 311, 1005, 369, 420, 8957, 1629, 13, 1442, 539, 3984, 11, 690, 198, 817, 279, 27777, 3984, 311, 279, 8957, 627, 1012, 14334, 3186, 1389, 13440, 311, 2997, 1629, 3630, 304, 279, 2077, 13, 37090, 198, 998, 3641, 13 ]
https://langchain.readthedocs.io/en/latest/chains/langchain.chains.qa_with_sources.base.BaseQAWithSourcesChain.html