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/integration_tests
Kacper Łukawski 4a327dd1d6
Implement basic metadata filtering in Qdrant (#1689)
This PR implements a basic metadata filtering mechanism similar to the
ones in Chroma and Pinecone. It still cannot express complex conditions,
as there are no operators, but some users requested to have that feature
available.
2 years ago
..
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2 years ago
chat_models Harrison/prompt layer (#1547) 2 years ago
document_loaders Harrison/remote paths pdf (#1544) 2 years ago
embeddings Harrison/chunk size (#1549) 2 years ago
examples Harrison/remote paths pdf (#1544) 2 years ago
llms Harrison/prompt layer (#1547) 2 years ago
vectorstores Implement basic metadata filtering in Qdrant (#1689) 2 years ago
__init__.py
test_googlesearch_api.py Fix a bug that shows "KeyError 'items'" (#1118) 2 years ago
test_googleserper_api.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2 years ago
test_ngram_overlap_example_selector.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2 years ago
test_serpapi.py move serpapi wrapper (#1199) 2 years ago
test_text_splitter.py Add alternative token-based text splitter (#816) 2 years ago
test_wolfram_alpha_api.py