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")
}
```
2024-08-08 15:10:11 -04:00
..
agents docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
autonomous_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
chat_models infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
comprehend_moderation infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
cpal infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
data_anonymizer infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
fallacy_removal infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
generative_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
graph_transformers experimental: Add gliner graph transformer (#25066) 2024-08-05 21:01:27 +00:00
llm_bash experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
llm_symbolic_math experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
llms deprecating ollama_functions (#24632) 2024-07-25 13:50:04 -07:00
open_clip experimental[patch]: Use get_fields adapter (#25193) 2024-08-08 15:10:11 -04:00
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 2023-11-13 17:42:07 -08:00
pal_chain experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
plan_and_execute infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
prompt_injection_identifier infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
prompts infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
pydantic_v1
recommenders infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
retrievers langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00:00
rl_chain experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
smart_llm experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
sql experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
synthetic_data infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
tabular_synthetic_data docs: fix kwargs docstring (#25010) 2024-08-02 19:54:54 -07:00
tools infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
tot experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
utilities infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
video_captioning experimental[patch]: Migrate pydantic extra to literals (#25194) 2024-08-08 19:05:54 +00:00
__init__.py
py.typed
text_splitter.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00