langchain/tests/unit_tests
Leonid Ganeline 995220b797
Refactored math_utils (#7961)
`math_utils.py` is in the root code folder. This creates the
`langchain.math_utils: Math Utils` group on the API Reference navigation
ToC, on the same level with `Chains` and `Agents` which is not correct.

Refactoring:
- created the `utils/` folder
- moved `math_utils.py` to `utils/math.py`
- moved `utils.py` to `utils/utils.py`
- split `utils.py` into `utils.py, env.py, strings.py`
- added module description

@baskaryan
2023-07-20 18:55:43 -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 Some mitigations for RCE in PAL chain (#7870) 2023-07-17 22:58:47 -07:00
chat_models Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
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
embeddings Allowing additional params for OpenAIEmbeddings. (#7752) 2023-07-18 12:14:51 -07: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 Allowing additional params for OpenAIEmbeddings. (#7752) 2023-07-18 12:14:51 -07:00
load Include placeholder value for all secrets, not just kwargs (#6421) 2023-06-19 15:41:45 +01:00
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 test for svm retriever (#7768) 2023-07-18 09:57:24 -07:00
smith Add examples to docstrings (#7796) 2023-07-16 12:05:56 -07:00
tools Amadeus Flight and Travel Search Tool (#7890) 2023-07-20 06:59:29 -07:00
utilities Fix graphql tool (#4984) 2023-05-19 15:27:50 -07:00
vectorstores Add maximal relevance search to SKLearnVectorStore (#5430) 2023-05-30 16:13:33 -07:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
conftest.py Add pytest --only-extended and --only-core options (#4494) 2023-05-12 11:35:22 -04:00
test_bash.py Add Mastodon toots loader (#5036) 2023-05-22 16:43:07 -07:00
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 Refactored math_utils (#7961) 2023-07-20 18:55:43 -07:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_math_utils.py Refactored math_utils (#7961) 2023-07-20 18:55:43 -07:00
test_pytest_config.py Block sockets for unit-tests (#4803) 2023-05-16 14:41:24 -04:00
test_python.py option for csv agent to not include df in prompt (#4610) 2023-05-12 21:55:22 -07:00
test_schema.py Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
test_sql_database_schema.py Suppress duckdb warning in unit tests explicitly (#3653) 2023-04-27 14:29:41 -04:00
test_sql_database.py Fix SQLAlchemy truncating text when it is too big (#5206) 2023-06-01 21:33:31 -04:00
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