langchain/libs/experimental/langchain_experimental
Oleksandr Yaremchuk c0277d06e8
experimental[patch] Update prompt injection model (#13930)
- **Description:** Existing model used for Prompt Injection is quite
outdated but we fine-tuned and open-source a new model based on the same
model deberta-v3-base from Microsoft -
[laiyer/deberta-v3-base-prompt-injection](https://huggingface.co/laiyer/deberta-v3-base-prompt-injection).
It supports more up-to-date injections and less prone to
false-positives.
  - **Dependencies:** No
  - **Tag maintainer:** -
  - **Twitter handle:** @alex_yaremchuk

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-11-27 17:56:53 -05:00
..
agents experimental[patch]: Add experimental.agent imports (#13839) 2023-11-27 14:03:47 -08:00
autonomous_agents Type hints on varargs and kwargs that take anything should be Any. (#11950) 2023-10-17 21:31:44 -04:00
chat_models EXPERIMENTAL Generic LLM wrapper to support chat model interface with configurable chat prompt format (#8295) 2023-11-17 16:32:13 -08:00
comprehend_moderation BUG: more core fixes (#13665) 2023-11-21 15:15:48 -08:00
cpal Add CI check that integration tests compile (#12090) 2023-10-21 10:52:18 -04:00
data_anonymizer Anonymizer small fixes (#11915) 2023-10-17 10:27:29 -07:00
fallacy_removal adding new chain for logical fallacy removal from model output in chain (#9887) 2023-09-03 15:44:27 -07:00
generative_agents Use a submodule for pydantic v1 compat (#9371) 2023-08-17 16:35:49 +01:00
graph_transformers Diffbot Graph Transformer / Neo4j Graph document ingestion (#9979) 2023-09-06 13:32:59 -07:00
llm_bash Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 2023-10-16 21:13:31 -04:00
llm_symbolic_math Add SymbolicMathChain to experiment in preparation for deprecation (#11129) 2023-10-05 13:54:43 -04:00
llms LM Format Enforcer Integration + Sample Notebook (#12625) 2023-10-31 09:49:01 -07:00
open_clip Add Chroma multimodal cookbook (#12952) 2023-11-10 09:43:10 -08:00
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 2023-11-13 17:42:07 -08:00
pal_chain Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 2023-10-16 21:13:31 -04:00
plan_and_execute Use a submodule for pydantic v1 compat (#9371) 2023-08-17 16:35:49 +01:00
prompt_injection_identifier experimental[patch] Update prompt injection model (#13930) 2023-11-27 17:56:53 -05:00
prompts rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
pydantic_v1 poetry lock the experimental package. (#9478) 2023-08-22 14:09:35 -04:00
retrievers add missing init files (#12114) 2023-10-21 10:25:50 -07:00
rl_chain Revise vowpal_wabbit notebook 2023-10-05 18:18:19 -07:00
smart_llm Upgrade experimental package dependencies and use Poetry 1.6.1. (#11339) 2023-10-16 21:13:31 -04:00
sql fix llm_inputs duplication problem in intermediate_steps in SQLDatabaseChain (#10279) 2023-10-05 21:32:08 -07:00
synthetic_data fix experimental imports (#10875) 2023-09-20 23:44:17 -07:00
tabular_synthetic_data Install and use ruff format instead of black for code formatting. (#12585) 2023-10-31 10:53:12 -04:00
tools Clean up deprecated agents and update __init__ in experimental (#12231) 2023-10-27 13:52:50 -04:00
tot Install and use ruff format instead of black for code formatting. (#12585) 2023-10-31 10:53:12 -04:00
utilities Clean up deprecated agents and update __init__ in experimental (#12231) 2023-10-27 13:52:50 -04:00
__init__.py Add version to langchain_experimental (#11613) 2023-10-10 11:17:41 -04:00
py.typed Add py.typed file to langchain-experimental. (#9557) 2023-08-21 15:37:16 -04:00