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/experimental/langchain_experimental
Eugene Yurtsev 86355640c3
experimental[patch]: Use get_fields adapter (#25193)
Change all usages of __fields__ with get_fields adapter merged into
langchain_core.

Code mod generated using the following grit pattern:

```
engine marzano(0.1)
language python


`$X.__fields__` => `get_fields($X)` where {
    add_import(source="langchain_core.utils.pydantic", name="get_fields")
}
```
1 month ago
..
agents docs: fix kwargs docstring (#25010) 2 months ago
autonomous_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
chat_models infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
comprehend_moderation infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
cpal infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
data_anonymizer infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
fallacy_removal infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
generative_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
graph_transformers experimental: Add gliner graph transformer (#25066) 2 months ago
llm_bash experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
llm_symbolic_math experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
llms deprecating ollama_functions (#24632) 2 months ago
open_clip experimental[patch]: Use get_fields adapter (#25193) 1 month ago
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 10 months ago
pal_chain experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
plan_and_execute infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
prompt_injection_identifier infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
prompts infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
pydantic_v1 `poetry lock` the experimental package. (#9478) 1 year ago
recommenders infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
retrievers langchain: `callbacks` imports fix (#20348) 5 months ago
rl_chain experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
smart_llm experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
sql experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
synthetic_data infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
tabular_synthetic_data docs: fix kwargs docstring (#25010) 2 months ago
tools infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
tot experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
utilities infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
video_captioning experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
__init__.py Add version to langchain_experimental (#11613) 12 months ago
py.typed Add `py.typed` file to `langchain-experimental`. (#9557) 1 year ago
text_splitter.py infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago