langchain/tests/integration_tests
Tim Asp 72ef69d1ba
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.
2023-02-27 20:40:20 -08:00
..
chains Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2023-02-15 22:47:17 -08:00
document_loaders Add new iFixit document loader (#1333) 2023-02-27 20:40:20 -08:00
embeddings Harrison/self hosted runhouse (#1154) 2023-02-19 09:53:45 -08:00
examples Harrison/format agent instructions (#973) 2023-02-10 10:07:26 -08:00
llms Add Writer, Banana, Modal, StochasticAI (#1270) 2023-02-24 06:58:58 -08:00
vectorstores Harrison/deeplake (#1316) 2023-02-26 22:35:04 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_googlesearch_api.py Fix a bug that shows "KeyError 'items'" (#1118) 2023-02-17 13:04:02 -08:00
test_googleserper_api.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2023-02-15 22:47:17 -08:00
test_ngram_overlap_example_selector.py Harrison/ngram example (#846) 2023-02-02 09:44:42 -08:00
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2022-11-09 21:15:42 -08:00
test_pdf_pagesplitter.py Harrison/format agent instructions (#973) 2023-02-10 10:07:26 -08:00
test_serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
test_text_splitter.py Add alternative token-based text splitter (#816) 2023-02-02 19:55:13 -08:00
test_wolfram_alpha_api.py Harrison/wolfram alpha (#579) 2023-01-11 05:52:19 -08:00