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/docs
Raunak e26e1f8b37
community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class (#15737)
**Description:**
Added aembed_documents() and aembed_query() async functions in
HuggingFaceHubEmbeddings class in
langchain_community\embeddings\huggingface_hub.py file. It will support
to make async calls to HuggingFaceHub's
embedding endpoint and generate embeddings asynchronously.

Test Cases: Added test_huggingfacehub_embedding_async_documents() and
test_huggingfacehub_embedding_async_query()
functions in test_huggingface_hub.py file to test the two async
functions created in HuggingFaceHubEmbeddings class.

Documentation: Updated huggingfacehub.ipynb with steps to install
huggingface_hub package and use
HuggingFaceHubEmbeddings.

**Dependencies:** None,
**Twitter handle:** I do not have a Twitter account

---------

Co-authored-by: H161961 <Raunak.Raunak@Honeywell.com>
9 months ago
..
api_reference infra: cut down on integration steps (#14785) 10 months ago
docs community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class (#15737) 9 months ago
scripts docs: fix llm/chat_model tables (#15716) 9 months ago
src docs[patch]: fix zoom (#14786) 10 months ago
static [documentation] documentation revamp (#15281) 9 months ago
.local_build.sh update chain docs (#15495) 9 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 1 year ago
code-block-loader.js Restructure docs (#11620) 1 year ago
docusaurus.config.js docs: add changelog (#15606) 9 months ago
package-lock.json docs[patch]: search experiment (#14254) 10 months ago
package.json docs[patch]: search experiment (#14254) 10 months ago
settings.ini Restructure docs (#11620) 1 year ago
sidebars.js docs: add LangGraph (#15682) 9 months ago
vercel.json docs: fix links (#15848) 9 months ago
vercel_build.sh docs: add LangGraph (#15682) 9 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide