langchain/libs
Nikhil Kumar 3d3b46a782
docs: Update docs for HuggingFacePipeline (#19306)
Updated `HuggingFacePipeline` docs to be in sync with list of supported
tasks, including translation.

- [x] **PR title**: "community: Update docs for `HuggingFacePipeline`"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [x] **PR message**:
- **Description:** Update docs for `HuggingFacePipeline`, was earlier
missing `translation` as a valid task
    - **Issue:** N/A
    - **Dependencies:** N/A
    - **Twitter handle:** None


- [x] **Add tests and docs**:


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
2024-03-25 00:29:21 -07:00
..
cli cli[patch]: Modified regular expression (#19449) 2024-03-22 15:24:08 -07:00
community docs: Update docs for HuggingFacePipeline (#19306) 2024-03-25 00:29:21 -07:00
core docs: docstring Runnable pipe and pick methods (docs only) (#19395) 2024-03-24 23:50:04 -07:00
experimental experimental[patch]: Release 0.0.55 (#19353) 2024-03-20 13:06:39 -07:00
langchain langchain[patch]: Use async memory in Chain when needed (#19429) 2024-03-24 23:49:00 -07:00
partners mistralai[patch]: streaming tool calls (#19469) 2024-03-23 19:24:53 +00:00
text-splitters splitters: Add ensure_ascii parameter (#18485) 2024-03-19 12:51:16 -07:00