langchain/tests/unit_tests
Bagatur b90e25f786
Add HuggingFace Hub Embeddings (#125)
Add support for calling HuggingFace embedding models
using the HuggingFaceHub Inference API. New class mirrors
the existing HuggingFaceHub LLM implementation. Currently
only supports 'sentence-transformers' models.

Closes #86
2022-11-27 00:24:59 -08:00
..
agents add docs for custom agents (#196) 2022-11-26 06:03:08 -08:00
chains Harrison/memory docs (#195) 2022-11-26 05:58:54 -08:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
docstore wip: add method for both docstore and embeddings (#119) 2022-11-20 16:23:58 -08:00
embeddings Add HuggingFace Hub Embeddings (#125) 2022-11-27 00:24:59 -08:00
llms model laboratory (#95) 2022-11-08 22:17:10 -08:00
prompts Harrison/clean up language (#179) 2022-11-23 16:58:41 -05:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_input.py chore: update ascii colors to work with dark mode (#152) 2022-11-16 22:05:28 -08:00
test_python.py factor out mock python repl (#43) 2022-10-30 18:09:04 -07:00
test_sql_database.py feat: add option to ignore or restrict to SQL tables (#151) 2022-11-16 22:04:50 -08:00
test_text_splitter.py Harrison/map reduce (#36) 2022-10-31 20:17:22 -07:00