langchain/tests/integration_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
..
chains (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
embeddings Add HuggingFace Hub Embeddings (#125) 2022-11-27 00:24:59 -08:00
llms Harrison/arbitrary params (#186) 2022-11-24 20:01:20 -08:00
vectorstores wip: add method for both docstore and embeddings (#119) 2022-11-20 16:23:58 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2022-11-09 21:15:42 -08:00
test_text_splitter.py huggingface tokenizer (#75) 2022-11-13 09:37:44 -08:00