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
Dayuan Jiang ee40d37098
add bm25 module (#7779)
- Description: Add a BM25 Retriever that do not need Elastic search
- Dependencies: rank_bm25(if it is not installed it will be install by
using pip, just like TFIDFRetriever do)
  - Tag maintainer: @rlancemartin, @eyurtsev
  - Twitter handle: DayuanJian21687

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
1 year ago
..
agents Add Xorbits agent (#7647) 1 year ago
callbacks [Breaking] Update Evaluation Functionality (#7388) 1 year ago
chains Update the parser regex of map_rerank (#6419) 1 year ago
chat_models Harrison/split schema dir (#7025) 1 year ago
data Prompt from file proof of concept using plain text (#127) 2 years ago
docstore Enable InMemoryDocstore to be constructed without providing a dict (#6976) 1 year ago
document_loaders MediaWiki docloader improvements + unit tests (#5879) 1 year ago
evaluation Normalize Trajectory Eval Score (#7668) 1 year ago
examples codespell: workflow, config + some (quite a few) typos fixed (#6785) 1 year ago
llms Harrison/split schema dir (#7025) 1 year ago
load Include placeholder value for all secrets, not just kwargs (#6421) 1 year ago
memory Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 1 year ago
output_parsers Re-use Trajectory Evaluator (#7248) 1 year ago
prompts Jinja2 validation changed to issue warnings rather than issuing exceptions. (#7161) 1 year ago
retrievers add bm25 module (#7779) 1 year ago
smith Add examples to docstrings (#7796) 1 year ago
tools codespell: workflow, config + some (quite a few) typos fixed (#6785) 1 year ago
utilities Fix graphql tool (#4984) 1 year ago
vectorstores Add maximal relevance search to SKLearnVectorStore (#5430) 1 year ago
__init__.py initial commit 2 years ago
conftest.py Add pytest --only-extended and --only-core options (#4494) 1 year ago
test_bash.py Add Mastodon toots loader (#5036) 1 year ago
test_cache.py Fix SQLAlchemy LLM cache clear (#7653) 1 year ago
test_dependencies.py [Breaking] Update Evaluation Functionality (#7388) 1 year ago
test_document_transformers.py Add new types of document transformers (#7379) 1 year ago
test_formatting.py initial commit 2 years ago
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 Block sockets for unit-tests (#4803) 1 year ago
test_python.py option for csv agent to not include df in prompt (#4610) 1 year ago
test_schema.py Harrison/split schema dir (#7025) 1 year ago
test_sql_database.py Fix SQLAlchemy truncating text when it is too big (#5206) 1 year ago
test_sql_database_schema.py Suppress duckdb warning in unit tests explicitly (#3653) 1 year ago
test_sqlalchemy.py unit test sqlalachemy (#7582) 1 year ago
test_text_splitter.py Fix inconsistent behavior of `CharacterTextSplitter` when changing `keep_separator` (#7263) 1 year ago
test_utils.py Refac package version check (#7312) 1 year ago