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
Leonid Ganeline bf5787f58b
experimental[patch]: fixed namespace bug (#13585)
It was :
`from langchain.schema.prompts import BasePromptTemplate`
but because of the breaking change in the ns, it is now
`from langchain.schema.prompt_template import BasePromptTemplate`

This bug prevents building the API Reference for the langchain_experimental
7 months ago
..
agents experimental[patch]: Add experimental.agent imports (#13839) 7 months ago
autonomous_agents Type hints on varargs and kwargs that take anything should be `Any`. (#11950) 9 months ago
chat_models EXPERIMENTAL Generic LLM wrapper to support chat model interface with configurable chat prompt format (#8295) 8 months ago
comprehend_moderation BUG: more core fixes (#13665) 8 months ago
cpal Add CI check that integration tests compile (#12090) 9 months ago
data_anonymizer Anonymizer small fixes (#11915) 9 months ago
fallacy_removal adding new chain for logical fallacy removal from model output in chain (#9887) 10 months ago
generative_agents Use a submodule for pydantic v1 compat (#9371) 11 months ago
graph_transformers Diffbot Graph Transformer / Neo4j Graph document ingestion (#9979) 10 months ago
llm_bash Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 9 months ago
llm_symbolic_math Add SymbolicMathChain to experiment in preparation for deprecation (#11129) 9 months ago
llms AnthropicFunctions function_call compatibility (#13901) 7 months ago
open_clip Add Chroma multimodal cookbook (#12952) 8 months ago
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 8 months ago
pal_chain Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 9 months ago
plan_and_execute Use a submodule for pydantic v1 compat (#9371) 11 months ago
prompt_injection_identifier experimental[patch] Update prompt injection model (#13930) 7 months ago
prompts experimental[patch]: fixed namespace bug (#13585) 7 months ago
pydantic_v1 `poetry lock` the experimental package. (#9478) 11 months ago
retrievers add missing init files (#12114) 9 months ago
rl_chain Revise vowpal_wabbit notebook 9 months ago
smart_llm Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 9 months ago
sql fix llm_inputs duplication problem in intermediate_steps in SQLDatabaseChain (#10279) 9 months ago
synthetic_data fix experimental imports (#10875) 10 months ago
tabular_synthetic_data Install and use `ruff format` instead of black for code formatting. (#12585) 8 months ago
tools Clean up deprecated agents and update __init__ in experimental (#12231) 9 months ago
tot Install and use `ruff format` instead of black for code formatting. (#12585) 8 months ago
utilities Clean up deprecated agents and update __init__ in experimental (#12231) 9 months ago
__init__.py Add version to langchain_experimental (#11613) 9 months ago
py.typed Add `py.typed` file to `langchain-experimental`. (#9557) 11 months ago