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>
2023-07-17 07:30:17 -07:00
..
agents Add Xorbits agent (#7647) 2023-07-17 07:09:51 -07:00
callbacks [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
chains Update the parser regex of map_rerank (#6419) 2023-07-13 03:01:42 -04:00
chat_models Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
data
docstore Enable InMemoryDocstore to be constructed without providing a dict (#6976) 2023-07-05 16:56:31 -04:00
document_loaders MediaWiki docloader improvements + unit tests (#5879) 2023-07-15 10:49:36 -04:00
evaluation Normalize Trajectory Eval Score (#7668) 2023-07-13 09:58:28 -07:00
examples codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
llms Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
load
memory Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 2023-07-10 01:53:49 -04:00
output_parsers Re-use Trajectory Evaluator (#7248) 2023-07-06 07:00:24 -07:00
prompts Jinja2 validation changed to issue warnings rather than issuing exceptions. (#7161) 2023-07-05 14:04:29 -04:00
retrievers add bm25 module (#7779) 2023-07-17 07:30:17 -07:00
smith Add examples to docstrings (#7796) 2023-07-16 12:05:56 -07:00
tools codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
utilities
vectorstores
__init__.py
conftest.py
test_bash.py
test_cache.py Fix SQLAlchemy LLM cache clear (#7653) 2023-07-13 09:39:04 -04:00
test_dependencies.py [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
test_document_transformers.py Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
test_formatting.py
test_math_utils.py
test_pytest_config.py
test_python.py
test_schema.py Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
test_sql_database_schema.py
test_sql_database.py
test_sqlalchemy.py unit test sqlalachemy (#7582) 2023-07-12 03:03:16 -04:00
test_text_splitter.py Fix inconsistent behavior of CharacterTextSplitter when changing keep_separator (#7263) 2023-07-06 09:30:03 -04:00
test_utils.py Refac package version check (#7312) 2023-07-07 01:21:53 -04:00