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/libs/community/langchain_community/document_transformers
Philippe PRADOS b61de9728e
community[minor]: Fix long_context_reorder.py async (#22839)
Implement `async def atransform_documents( self, documents:
Sequence[Document], **kwargs: Any ) -> Sequence[Document]` for
`LongContextReorder`
3 months ago
..
xsl community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
__init__.py infra: rm unused # noqa violations (#22049) 4 months ago
beautiful_soup_transformer.py community[patch]: add BeautifulSoupTransformer remove_unwanted_classnames method (#20467) 5 months ago
doctran_text_extract.py community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
doctran_text_qa.py community: Make doctran synchronous (#15264) 9 months ago
doctran_text_translate.py community: Make doctran synchronous (#15264) 9 months ago
embeddings_redundant_filter.py langchain[minor]: Make EmbeddingsFilters async (#22737) 3 months ago
google_translate.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
html2text.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
long_context_reorder.py community[minor]: Fix long_context_reorder.py async (#22839) 3 months ago
markdownify.py community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 5 months ago
nuclia_text_transform.py community[patch]: docstrings update (#20301) 5 months ago
openai_functions.py infra: rm unused # noqa violations (#22049) 4 months ago