langchain/tests/unit_tests
Gergely Imreh 69de33e024
Add Mastodon toots loader (#5036)
# Add Mastodon toots loader.

Loader works either with public toots, or Mastodon app credentials. Toot
text and user info is loaded.

I've also added integration test for this new loader as it works with
public data, and a notebook with example output run now.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-05-22 16:43:07 -07:00
..
agents Improving Resilience of MRKL Agent (#5014) 2023-05-22 11:08:08 -07:00
callbacks [Breaking] Refactor Base Tracer(#4549) 2023-05-13 17:23:56 +00:00
chains
chat_models Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 2023-05-01 15:23:16 -07:00
client Separate Runner Functions from Client (#5079) 2023-05-22 05:28:47 +00:00
data
docstore
document_loaders Harrison/psychic (#5063) 2023-05-21 09:13:20 -07:00
evaluation
examples feat #4479: TextLoader auto detect encoding and improved exceptions (#4927) 2023-05-18 09:55:14 -04:00
llms Add Invocation Params (#4509) 2023-05-11 15:34:06 -07:00
memory Zep memory (#4898) 2023-05-17 20:01:01 -07:00
output_parsers Harrison/json new line (#4646) 2023-05-13 21:46:33 -07:00
prompts fix prompt saving (#4987) 2023-05-20 08:21:52 -07:00
retrievers Zep Retriever - Vector Search Over Chat History (#4533) 2023-05-18 16:27:18 -07:00
tools PowerBI major refinement in working of tool and tweaks in the rest (#5090) 2023-05-22 11:58:28 -07:00
utilities Fix graphql tool (#4984) 2023-05-19 15:27:50 -07:00
vectorstores
__init__.py
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_depedencies.py Catch changes to test group (#4802) 2023-05-16 14:48:56 -04:00
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) 2023-05-22 11:55:48 -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
test_sql_database_schema.py
test_sql_database.py
test_text_splitter.py