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
Luke Harris b4de839ed8
Several confluence loader improvements (#3300)
This PR addresses several improvements:

- Previously it was not possible to load spaces of more than 100 pages.
The `limit` was being used both as an overall page limit *and* as a per
request pagination limit. This, in combination with the fact that
atlassian seem to use a server-side hard limit of 100 when page content
is expanded, meant it wasn't possible to download >100 pages. Now
`limit` is used *only* as a per-request pagination limit and `max_pages`
is introduced as the way to limit the total number of pages returned by
the paginator.
- Document metadata now includes `source` (the source url), making it
compatible with `RetrievalQAWithSourcesChain`.
 - It is now possible to include inline and footer comments.
- It is now possible to pass `verify_ssl=False` and other parameters to
the confluence object for use cases that require it.
1 year ago
..
cache Harrison/gpt cache (#2744) 2 years ago
chains Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2 years ago
chat_models Fix ChatAnthropic stop_sequences error (#2919) (#2920) 1 year ago
document_loaders Several confluence loader improvements (#3300) 1 year ago
embeddings Harrison/llama (#2314) 2 years ago
examples Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
llms Add Anthropic ChatModel to langchain (#2293) 1 year ago
memory Harrison/memory base (#2122) 2 years ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers Contextual compression retriever (#2915) 1 year ago
utilities Fix linting on master (#3327) 1 year ago
vectorstores Harrison/myscale (#3352) 1 year ago
.env.example Change in method name for creating an issue on JIRA (#3307) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 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) 2 years ago
test_text_splitter.py Add alternative token-based text splitter (#816) 2 years ago