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
autonomous_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
chat_models
comprehend_moderation
cpal
data_anonymizer
fallacy_removal
generative_agents experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
graph_transformers
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
open_clip experimental[patch]: Use get_fields adapter (#25193) 1 month ago
openai_assistant
pal_chain experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
plan_and_execute
prompt_injection_identifier
prompts
pydantic_v1
recommenders
retrievers
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
tabular_synthetic_data
tools
tot experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
utilities
video_captioning experimental[patch]: Migrate pydantic extra to literals (#25194) 1 month ago
__init__.py
py.typed
text_splitter.py