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
GustavoSept c2d09a5186
experimental[patch]: Makes regex customizable in text_splitter.py (SemanticChunker class) (#20485)
- **Description:** Currently, the regex is static (`r"(?<=[.?!])\s+"`),
which is only useful for certain use cases. The current change only
moves this to be a parameter of split_text(). Which adds flexibility
without making it more complex (as the default regex is still the same).
- **Issue:** Not applicable (I searched, no one seems to have created
this issue yet).
  - **Dependencies:** None.


_If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17._

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
5 months ago
..
agents community[patch], experimental[patch]: support tool-calling sql and p… (#20639) 5 months ago
autonomous_agents patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
chat_models langchain: `callbacks` imports fix (#20348) 5 months ago
comprehend_moderation langchain: `callbacks` imports fix (#20348) 5 months ago
cpal experimental[patch]: `prompts` import fix (#20534) 5 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]: Skip pydantic validation for llm graph transformer and fix JSON response where possible (#19915) 5 months ago
llm_bash experimental[patch]: `prompts` import fix (#20534) 5 months ago
llm_symbolic_math experimental[patch]: `prompts` import fix (#20534) 5 months ago
llms community[patch]: update use of deprecated llm methods (#20393) 5 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[patch]: `prompts` import fix (#20534) 5 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 experimental[patch]: `prompts` import fix (#20534) 5 months ago
retrievers langchain: `callbacks` imports fix (#20348) 5 months ago
rl_chain experimental[patch]: `prompts` import fix (#20534) 5 months ago
smart_llm experimental[patch]: `prompts` import fix (#20534) 5 months ago
sql experimental[patch]: `prompts` import fix (#20534) 5 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[patch]: update module doc strings (#19539) 6 months ago
video_captioning langchain: `callbacks` imports fix (#20348) 5 months ago
__init__.py Add version to langchain_experimental (#11613) 12 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