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/unit_tests/document_loaders
Mike Nitsenko d669b9ece9
Document loader for Cube Semantic Layer (#6882)
### Description

This pull request introduces the "Cube Semantic Layer" document loader,
which demonstrates the retrieval of Cube's data model metadata in a
format suitable for passing to LLMs as embeddings. This enhancement aims
to provide contextual information and improve the understanding of data.

Twitter handle:
@the_cube_dev

---------

Co-authored-by: rlm <pexpresss31@gmail.com>
1 year ago
..
blob_loaders
loaders
parsers
sample_documents
test_docs
__init__.py
test_base.py
test_bibtex.py
test_bshtml.py
test_confluence.py
test_csv_loader.py
test_cube_semantic.py Document loader for Cube Semantic Layer (#6882) 1 year ago
test_detect_encoding.py
test_directory.py
test_evernote_loader.py
test_generic_loader.py
test_github.py
test_json_loader.py Add JSON Lines support to JSONLoader (#6913) 1 year ago
test_mhtml.py
test_psychic.py
test_readthedoc.py
test_telegram.py
test_trello.py
test_web_base.py
test_youtube.py