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
Mario Kostelac e7d6de6b1c
(ChatOpenAI) Add model_name to LLMResult.llm_output (#1960)
This makes sure OpenAI and ChatOpenAI have the same llm_output, and
allow tracking usage per model. Same work for OpenAI was done in
https://github.com/hwchase17/langchain/pull/1713.
1 year ago
..
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 1 year ago
chat_models (ChatOpenAI) Add model_name to LLMResult.llm_output (#1960) 1 year ago
document_loaders Harrison/figma doc loader (#1908) 1 year ago
embeddings Harrison/chunk size (#1549) 1 year ago
examples Add HTML document_loader that includes page title metadata (#1720) 1 year ago
llms (OpenAI) Add model_name to LLMResult.llm_output (#1713) 1 year ago
vectorstores Propagate "filter" arg in Chroma similarity_search (#1869) 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 cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 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