langchain/tests/integration_tests
EllieRoseS c087ce74f7
Added matching async load func to PlaywrightURLLoader (#5938)
Fixes # (issue)

The existing PlaywrightURLLoader load() function uses a synchronous
browser which is not compatible with jupyter.
This PR adds a sister function aload() which can be run insisde a
notebook.

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-07-13 17:51:38 -04:00
..
agent
cache
callbacks support adding custom metadata to runs (#7120) 2023-07-05 11:11:38 -07:00
chains codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
chat_models Added support for chat_history (#7555) 2023-07-11 15:27:26 -04:00
document_loaders Added matching async load func to PlaywrightURLLoader (#5938) 2023-07-13 17:51:38 -04:00
embeddings Harrison/octo ml (#6897) 2023-06-28 23:04:11 -07:00
evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
examples feat: Add UnstructuredTSVLoader (#7367) 2023-07-10 03:07:10 -04:00
graphs Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
llms feat: ctransformers support async chain (#6859) 2023-07-10 04:23:41 -04:00
memory Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
prompts
retrievers Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
smith/evaluation [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
utilities Harrison/dataforseo (#7214) 2023-07-05 16:02:02 -04:00
vectorstores fix chroma updated upsert interface (#7643) 2023-07-13 09:27:14 -04:00
__init__.py
.env.example
conftest.py
test_document_transformers.py Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
test_kuzu.py Add KuzuQAChain (#6454) 2023-06-20 22:07:00 -07:00
test_nebulagraph.py
test_nlp_text_splitters.py Add spacy sentencizer (#7442) 2023-07-10 02:52:05 -04:00
test_pdf_pagesplitter.py
test_schema.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
test_text_splitter.py chore: spedd up integration test by using smaller model (#6044) 2023-06-12 13:27:10 -07:00