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/tests/unit_tests
Ilya d5b1608216
fix markdown text splitter horizontal lines (#5625)
Fixes #5614 

#### Issue

The `***` combination produces an exception when used as a seperator in
`re.split`. Instead `\*\*\*` should be used for regex exprations.

#### Who can review?

@eyurtsev
1 year ago
..
agents Raise an exception in MKRL and Chat Output Parsers if parsing text which contains both an action and a final answer (#5609) 1 year ago
callbacks py tracer fixes (#5377) 1 year ago
chains Cypher search: Check if generated Cypher is provided in backticks (#5541) 1 year ago
chat_models
client Update Tracer Auth / Reduce Num Calls (#5517) 1 year ago
data
docstore
document_loaders Create OpenAIWhisperParser for generating Documents from audio files (#5580) 1 year ago
evaluation
examples
llms
memory Implemented appending arbitrary messages (#5293) 1 year ago
output_parsers convert the parameter 'text' to uppercase in the function 'parse' of the class BooleanOutputParser (#5397) 1 year ago
prompts Harrison/pipeline prompt (#5540) 1 year ago
retrievers Zep Hybrid Search (#5742) 1 year ago
tools Harrison/pubmed integration (#5664) 1 year ago
utilities
vectorstores Add maximal relevance search to SKLearnVectorStore (#5430) 1 year ago
__init__.py
conftest.py
test_bash.py Add Mastodon toots loader (#5036) 1 year ago
test_depedencies.py add simple test for imports (#5461) 1 year ago
test_document_transformers.py
test_formatting.py
test_math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
test_pytest_config.py
test_python.py
test_schema.py
test_sql_database.py Fix SQLAlchemy truncating text when it is too big (#5206) 1 year ago
test_sql_database_schema.py
test_text_splitter.py fix markdown text splitter horizontal lines (#5625) 1 year ago