Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Move hub before agents in doc #451

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ await inference.textToImage({
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.

- [@huggingface/inference](packages/inference/README.md): Use the Inference API to make calls to 100,000+ Machine Learning models, or your own [inference endpoints](https://hf.co/docs/inference-endpoints/)!
- [@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface
- [@huggingface/hub](packages/hub/README.md): Interact with huggingface.co to create or delete repos and commit / download files
- [@huggingface/agents](packages/agents/README.md): Interact with HF models through a natural language interface


With more to come, like `@huggingface/endpoints` to manage your HF Endpoints!
Expand Down
14 changes: 7 additions & 7 deletions docs/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
title: Use the Inference API
- local: inference/modules
title: API Reference
- title: "@huggingface/agent"
isExpanded: true
sections:
- local: agents/README
title: Use Agents to run multi-modal workflows from a natural language API
- local: agents/modules
title: API Reference
- title: "@huggingface/hub"
isExpanded: true
sections:
- local: hub/README
title: Interact with the Hub
- local: hub/modules
title: API Reference
- title: "@huggingface/agent"
isExpanded: true
sections:
- local: agents/README
title: Use Agents to run multi-modal workflows from a natural language API
- local: agents/modules
title: API Reference
Loading