langchain/libs/experimental/langchain_experimental/cpal
Predrag Gruevski b5cd1e0fed
Add security notices on PAL and CPAL experimental chains. (#9938)
Clearly document that the PAL and CPAL techniques involve generating
code, and that such code must be properly sandboxed and given
appropriate narrowly-scoped credentials in order to ensure security.

While our implementations include some mitigations, Python and SQL
sandboxing is well-known to be a very hard problem and our mitigations
are no replacement for proper sandboxing and permissions management. The
implementation of such techniques must be performed outside the scope of
the Python process where this package's code runs, so its correct setup
and administration must therefore be the responsibility of the user of
this code.
2023-08-29 13:51:56 -04:00
..
templates Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00
__init__.py Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00
base.py Add security notices on PAL and CPAL experimental chains. (#9938) 2023-08-29 13:51:56 -04:00
constants.py docstrings experimental (#7969) 2023-07-24 14:21:48 -07:00
models.py Use a submodule for pydantic v1 compat (#9371) 2023-08-17 16:35:49 +01:00
README.md Harrison/official pre release (#8106) 2023-07-21 18:44:32 -07:00

Causal program-aided language (CPAL) chain

see https://github.com/hwchase17/langchain/pull/6255