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>
2024-04-25 00:32:40 +00:00
..
agents community[patch], experimental[patch]: support tool-calling sql and p… (#20639) 2024-04-21 15:43:09 -07:00
autonomous_agents patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
chat_models langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00:00
comprehend_moderation langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00:00
cpal experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
data_anonymizer experimental[patch]: update module doc strings (#19539) 2024-03-26 10:38:10 -04:00
fallacy_removal experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
generative_agents patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
graph_transformers experimental[patch]: Skip pydantic validation for llm graph transformer and fix JSON response where possible (#19915) 2024-04-12 11:29:25 -07:00
llm_bash experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
llm_symbolic_math experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
llms community[patch]: update use of deprecated llm methods (#20393) 2024-04-12 17:28:23 -04:00
open_clip experimental[patch]: update module doc strings (#19539) 2024-03-26 10:38:10 -04:00
openai_assistant Move OAI assistants to langchain and add callbacks (#13236) 2023-11-13 17:42:07 -08:00
pal_chain experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
plan_and_execute experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
prompt_injection_identifier experimental[minor]: upgrade the prompt injection model (#20783) 2024-04-23 10:23:39 -04:00
prompts experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
pydantic_v1 poetry lock the experimental package. (#9478) 2023-08-22 14:09:35 -04:00
recommenders experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
retrievers langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00:00
rl_chain experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
smart_llm experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
sql experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
synthetic_data experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
tabular_synthetic_data experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
tools langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00:00
tot experimental[patch]: prompts import fix (#20534) 2024-04-18 16:09:11 -04:00
utilities experimental[patch]: update module doc strings (#19539) 2024-03-26 10:38:10 -04:00
video_captioning langchain: callbacks imports fix (#20348) 2024-04-12 20:13:14 +00: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
text_splitter.py experimental[patch]: Makes regex customizable in text_splitter.py (SemanticChunker class) (#20485) 2024-04-25 00:32:40 +00:00