You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core
William FH 9fa9f05e5d
Catch System Error in ast parse (#20961)
I can't seem to reproduce, but i got this:

```
SystemError: AST constructor recursion depth mismatch (before=102, after=37)
```

And the operation isn't critical for the actual forward pass so seems
preferable to expand our caught exceptions
1 month ago
..
_api core: use qualname in beta message (#20361) 1 month ago
beta core: Updated docstring for Context class (#19079) 3 months ago
callbacks community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 2 months ago
document_loaders core[minor]: Add aload to document loader (#19936) 2 months ago
documents core[minor]: move document compressor base (#17910) 3 months ago
embeddings core[minor]: moved fake llms and embeddings to core (#19226) 3 months ago
example_selectors core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 2 months ago
indexing core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 1 month ago
language_models docs, multiple: de-beta with_structured_output (#20850) 1 month ago
load core: fix fireworks mapping (#20613) 2 months ago
messages remove placeholder error message (#20340) 1 month ago
output_parsers core[patch]: improve comma separated list output parser to handle non-space separated list (#20434) 1 month ago
outputs core[patch]: fix ChatGeneration.text with content blocks (#20294) 2 months ago
prompts core: mustache prompt templates (#19980) 2 months ago
pydantic_v1 Separate out langchain_core package (#13577) 7 months ago
runnables Catch System Error in ast parse (#20961) 1 month ago
tracers Use lstv2 (#20747) 1 month ago
utils core[patch]: Enhance link extraction with query parameters (#20259) 1 month ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 5 months ago
agents.py docs: modules descriptions (#17844) 3 months ago
caches.py community[patch],core[minor]: Move in memory cache implementation to core (#20753) 1 month ago
chat_history.py core[patch],community[patch]: Move file chat history back to community (#20834) 1 month ago
chat_loaders.py core[minor], community[patch], langchain[patch]: move BaseChatLoader to core (#19607) 1 month ago
chat_sessions.py docs: modules descriptions (#17844) 3 months ago
env.py core[patch]: update langchain-core runtime library name (#14884) 6 months ago
exceptions.py docs: modules descriptions (#17844) 3 months ago
globals.py core[patch]: Move `globals` to a module instead of a package (non breaking change) (#19159) 3 months ago
memory.py docs: modules descriptions (#17844) 3 months ago
prompt_values.py docs: modules descriptions (#17844) 3 months ago
py.typed core[minor], langchain[patch], experimental[patch]: Added missing `py.typed` to `langchain_core` (#14143) 6 months ago
retrievers.py patch: deprecate (a)get_relevant_documents (#20477) 1 month ago
stores.py core: upgrade mypy to recent mypy (#18753) 3 months ago
structured_query.py core[minor], langchain[patch], community[patch]: mv StructuredQuery (#20849) 1 month ago
sys_info.py docs: modules descriptions (#17844) 3 months ago
tools.py core, community: deprecate tool.__call__ (#20900) 1 month ago
vectorstores.py core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 2 months ago