langchain/libs/core/langchain_core
Nuno Campos 58b118544e
Use immutable sequence type for batch/batch_as_completed types (#22433)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.
2024-06-04 08:04:09 -07:00
..
_api core: use qualname in beta message (#20361) 2024-04-23 11:20:13 -07:00
beta
callbacks [Core] Update Tracing Interops (#22318) 2024-05-30 10:34:49 -07:00
document_loaders
documents
embeddings
example_selectors core[patch]: Fix typo in VectorStoreExampleSelector doc-string (#21574) 2024-05-14 13:31:37 +00:00
indexing core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
language_models core, standard tests, partner packages: add test for model params (#21677) 2024-05-17 13:51:26 -04:00
load fix: core: Include in json output also fields set outside the constructor (#21342) 2024-05-06 14:37:36 -07:00
messages core[patch]: RFC: Allow concatenation of messages with multi part content (#22002) 2024-06-03 09:46:40 -07:00
output_parsers infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
outputs infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
prompts core(patch):fix partial_variables not working with SystemMessagePromptTemplate (#20711) 2024-06-03 16:22:42 -07:00
pydantic_v1
runnables Use immutable sequence type for batch/batch_as_completed types (#22433) 2024-06-04 08:04:09 -07:00
tracers core[patch]: fix runnable history and add docs (#22283) 2024-05-30 11:26:41 -07:00
utils infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
__init__.py
agents.py
caches.py community[minor]: Add async methods to CassandraCache and CassandraSemanticCache (#20654) 2024-04-30 10:27:44 -04:00
chat_history.py core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
chat_loaders.py core[minor], community[patch], langchain[patch]: move BaseChatLoader to core (#19607) 2024-04-26 21:45:51 +00:00
chat_sessions.py
env.py
exceptions.py
globals.py
memory.py
prompt_values.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
py.typed
retrievers.py core: In BaseRetriever make get_relevant_docs delegate to invoke (#22434) 2024-06-03 07:34:53 -07:00
stores.py core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750) 2024-04-30 13:14:26 -04:00
structured_query.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
sys_info.py
tools.py [Core] Update Tracing Interops (#22318) 2024-05-30 10:34:49 -07:00
vectorstores.py core[patch]: Fix VectorStore's as_retriever mutating tags param (#22470) 2024-06-04 09:50:36 -04:00