langchain/tests/integration_tests
Hashem Alsaket 1dd4236177
Fix HF endpoint returns blank for text-generation (#7386)
Description: Current `_call` function in the
`langchain.llms.HuggingFaceEndpoint` class truncates response when
`task=text-generation`. Same error discussed a few days ago on Hugging
Face: https://huggingface.co/tiiuae/falcon-40b-instruct/discussions/51
Issue: Fixes #7353 
Tag maintainer: @hwchase17 @baskaryan @hinthornw

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-11 03:06:05 -04:00
..
agent
cache
callbacks support adding custom metadata to runs (#7120) 2023-07-05 11:11:38 -07:00
chains Support for SPARQL (#7165) 2023-07-05 13:00:16 -04:00
chat_models integrate JinaChat (#6927) 2023-07-08 02:17:04 -04:00
client Load Run Evaluator (#7101) 2023-07-07 19:57:59 -07:00
document_loaders Add Xorbits Dataframe as a Document Loader (#7319) 2023-07-10 04:24:47 -04:00
embeddings Harrison/octo ml (#6897) 2023-06-28 23:04:11 -07:00
evaluation/embedding_distance Add String Distance and Embedding Evaluators (#7123) 2023-07-07 21:44:31 -07:00
examples feat: Add UnstructuredTSVLoader (#7367) 2023-07-10 03:07:10 -04:00
graphs Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
llms feat: ctransformers support async chain (#6859) 2023-07-10 04:23:41 -04:00
memory Harrison/split schema dir (#7025) 2023-07-01 13:39:19 -04:00
prompts
retrievers Add serialized object to retriever start callback (#7074) 2023-07-05 18:04:43 +01:00
utilities Harrison/dataforseo (#7214) 2023-07-05 16:02:02 -04:00
vectorstores Fix HF endpoint returns blank for text-generation (#7386) 2023-07-11 03:06:05 -04:00
__init__.py
.env.example
conftest.py
test_document_transformers.py The Fellowship of the Vectors: New Embeddings Filter using clustering. (#7015) 2023-07-07 10:28:17 -07:00
test_kuzu.py Add KuzuQAChain (#6454) 2023-06-20 22:07:00 -07:00
test_nebulagraph.py
test_nlp_text_splitters.py Add spacy sentencizer (#7442) 2023-07-10 02:52:05 -04:00
test_pdf_pagesplitter.py
test_schema.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
test_text_splitter.py