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
Tim Asp d22651d82a Add new iFixit document loader (#1333)
iFixit is a wikipedia-like site that has a huge amount of open content
on how to fix things, questions/answers for common troubleshooting and
"things" related content that is more technical in nature. All content
is licensed under CC-BY-SA-NC 3.0

Adding docs from iFixit as context for user questions like "I dropped my
phone in water, what do I do?" or "My macbook pro is making a whining
noise, what's wrong with it?" can yield significantly better responses
than context free response from LLMs.
1 year ago
..
chains Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 1 year ago
document_loaders Add new iFixit document loader (#1333) 1 year ago
embeddings Harrison/self hosted runhouse (#1154) 1 year ago
examples Harrison/format agent instructions (#973) 1 year ago
llms Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago
vectorstores Harrison/deeplake (#1316) 1 year ago
__init__.py initial commit 2 years ago
test_googlesearch_api.py Fix a bug that shows "KeyError 'items'" (#1118) 1 year ago
test_googleserper_api.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 1 year ago
test_ngram_overlap_example_selector.py Harrison/ngram example (#846) 1 year ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_pdf_pagesplitter.py Harrison/format agent instructions (#973) 1 year ago
test_serpapi.py move serpapi wrapper (#1199) 1 year ago
test_text_splitter.py Add alternative token-based text splitter (#816) 1 year ago
test_wolfram_alpha_api.py Harrison/wolfram alpha (#579) 1 year ago