api_huggingface 0.6.1

HuggingFace's API for accessing large language models (LLMs) and embeddings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pitfall Doc Entity

### Scope

- **Purpose**: Document confirmed design pitfalls for `api_huggingface` — causes, consequences, and avoidance patterns.
- **Responsibility**: Each pitfall/ instance covers one confirmed design pitfall with root cause and avoidance guidance.
- **In Scope**: Pitfalls confirmed through task investigations, code review, or production incidents.
- **Out of Scope**: Hypothetical risks, best-practice suggestions, unconfirmed design concerns.

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [URL Join Absolute Path]001_url_join_absolute_path.md | `Url::join` with leading-slash paths silently strips base URL prefix ||