This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
langchain
Watch
2
Star
0
Fork
1
You've already forked langchain
mirror of
https://github.com/hwchase17/langchain
synced
2024-11-10 01:10:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c816d03699
langchain
/
libs
/
experimental
/
langchain_experimental
/
prompts
/
load.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
experimental[patch]: `prompts` import fix (#20534) Replaced `from langchain.prompts` with `from langchain_core.prompts` where it is appropriate. Most of the changes go to `langchain_experimental` Similar to #20348
2024-04-18 20:09:11 +00:00
from
langchain_core
.
prompts
.
loading
import
load_prompt
remove CVEs (#8092) This PR aims to move all code with CVEs into `langchain.experimental`. Note that we are NOT yet removing from the core `langchain` package - we will give people a week to migrate here. See MIGRATE.md for how to migrate Zero changes to functionality Vulnerabilities this addresses: PALChain: - https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5752409 - https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5759265 SQLDatabaseChain - https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5759268 `load_prompt` (Python files only) - https://security.snyk.io/vuln/SNYK-PYTHON-LANGCHAIN-5725807
2023-07-21 20:32:39 +00:00
core[patch]: remove requests (#19891) Removes required usage of `requests` from `langchain-core`, all of which has been deprecated. - removes Tracer V1 implementations - removes old `try_load_from_hub` github-based hub implementations Removal done in a way where imports will still succeed, and usage will fail with a `RuntimeError`.
2024-04-02 20:28:10 +00:00
__all__
=
[
"
load_prompt
"
]
Reference in New Issue
Copy Permalink