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
Kagura Chen 57783c5e55
Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846)
This PR addresses several lint errors in the core package of LangChain.
Specifically, the following issues were fixed:

1.Unexpected keyword argument "required" for "Field"  [call-arg]
2.tests/integration_tests/chains/test_cpal.py:263: error: Unexpected
keyword argument "narrative_input" for "QueryModel" [call-arg]
3 months ago
..
agents experimental[patch]/docs[patch]: Update links to security docs (#22864) 3 months ago
autonomous_agents experimental[patch]: return from HuggingGPT task executor task.run() exception (#20219) 5 months ago
chat_models infra: rm unused # noqa violations (#22049) 4 months ago
comprehend_moderation langchain: `callbacks` imports fix (#20348) 5 months ago
cpal Fix: lint errors and update Field alias in models.py and AutoSelectionScorer initialization (#22846) 3 months ago
data_anonymizer experimental[patch]: update module doc strings (#19539) 6 months ago
fallacy_removal experimental[patch]: `prompts` import fix (#20534) 5 months ago
generative_agents patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
graph_transformers experimental[patch]: Fix graph_transformers llms #21482 (#22417) 4 months ago
llm_bash infra: rm unused # noqa violations (#22049) 4 months ago
llm_symbolic_math experimental[patch]: `prompts` import fix (#20534) 5 months ago
llms [experimental][llms][OllamaFunctions] tool calling related fixes (#22339) 3 months ago
open_clip experimental[patch]: update module doc strings (#19539) 6 months ago
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 10 months ago
pal_chain experimental[major]: Force users to opt-in into code that relies on the python repl (#22860) 3 months ago
plan_and_execute experimental[patch]: `prompts` import fix (#20534) 5 months ago
prompt_injection_identifier experimental[minor]: upgrade the prompt injection model (#20783) 5 months ago
prompts experimental[patch]: `prompts` import fix (#20534) 5 months ago
pydantic_v1 `poetry lock` the experimental package. (#9478) 1 year ago
recommenders infra: rm unused # noqa violations (#22049) 4 months ago
retrievers langchain: `callbacks` imports fix (#20348) 5 months ago
rl_chain infra: rm unused # noqa violations (#22049) 4 months ago
smart_llm experimental[patch]: `prompts` import fix (#20534) 5 months ago
sql experimental[patch], docs: refine notebook for MyScale `SelfQueryRetriever` (#22016) 4 months ago
synthetic_data experimental[patch]: `prompts` import fix (#20534) 5 months ago
tabular_synthetic_data experimental[patch]: `prompts` import fix (#20534) 5 months ago
tools langchain: `callbacks` imports fix (#20348) 5 months ago
tot experimental[patch]: `prompts` import fix (#20534) 5 months ago
utilities experimental: clean python repl input(experimental:Added code for PythonREPL) (#20930) 5 months ago
video_captioning langchain: `callbacks` imports fix (#20348) 5 months ago
__init__.py Add version to langchain_experimental (#11613) 11 months ago
py.typed Add `py.typed` file to `langchain-experimental`. (#9557) 1 year ago
text_splitter.py experimental[patch]: Makes regex customizable in text_splitter.py (SemanticChunker class) (#20485) 5 months ago