Skip to content

Conversation

@hyperlint-ai
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot commented Feb 9, 2025

Broken Link Fix Proposal(s)

The goal of this pull request is to fix broken links in the documentation.

Proposing changes to the following files:

to edit this branch locally, run:

git checkout hyperlint/scan/broken-link/00c43c7

🗣️Leave us feedback

🪄 Experimental Hyperlint Feature - Read more 👇

This pull request is part of a series of Hyperlint Automations to ease the burden of maintaining documentation.

We'll be introducing this automation, and others, over the coming months. These automations will always open pull requests(or issues) prior to making changes.

If this is not the change you want, please close this pull request and let us know what you'd like to see.

⚠️ Important Note:
This feature may introduce erroneous changes (although we work hard to make sure that doesn't happen). Please review the changes before merging.

❌ Limitations:
At this time, Hyperlint can't respond to pull requests or issues.

📩 Need Help?
Please reach out to support with any requests, questions, or concerns.

@hyperlint-ai hyperlint-ai bot requested review from a team, haleycode and securitypedant as code owners February 9, 2025 18:05
2. **Prompt generation**: Generate prompt for later-stage text-to-image model by calling [Workers AI](/workers-ai/) [text generation models](/workers-ai/models/) with content as input.
3. **Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/) [text classification models](/workers-ai/models/#text-classification) with the previously generated prompt as input.
4. **Image generation**: Generate image by calling [Workers AI](/workers-ai/) [text-to-image models](/workers-ai/models/#text-to-image) previously generated prompt.
3. **Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/) [text classification models](/workers-ai/models/) with the previously generated prompt as input.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: http://localhost:1111/reference-architecture/diagrams/ai/ai-asset-creation/
has a broken internal link to: http://localhost:1111/workers-ai/models/.
The fragment text-classification does not exist.

By looking at the page: http://localhost:1111/workers-ai/models/
There was no ideal replacement found and so we removed the header link.

2. **Input processing**: Process incoming request using [Workers](/workers/) and send messages to [Queues](/queues/) to add processing backlog.
3. **Batch processing**: Use [Queues](/queues/) to trigger a [consumer](/queues/reference/how-queues-works/#consumers) that process input documents in batches to prevent downstream overload.
4. **Embedding generation**: Generate embedding vectors by calling [Workers AI](/workers-ai/) [text embedding models](/workers-ai/models/#text-embeddings) for the documents.
4. **Embedding generation**: Generate embedding vectors by calling [Workers AI](/workers-ai/) [text embedding models](/workers-ai/models/) for the documents.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: http://localhost:1111/reference-architecture/diagrams/ai/ai-rag/
has a broken internal link to: http://localhost:1111/workers-ai/models/.
The fragment text-embeddings does not exist.

By looking at the page: http://localhost:1111/workers-ai/models/
There was no ideal replacement found and so we removed the header link.


1. **Client query**: Send GET request with query to API endpoint.
2. **Embedding generation**: Generate embedding vectors by calling [Workers AI](/workers-ai/) [text embedding models](/workers-ai/models/#text-embeddings) for the incoming query.
2. **Embedding generation**: Generate embedding vectors by calling [Workers AI](/workers-ai/) [text embedding models](/workers-ai/models/) for the incoming query.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: http://localhost:1111/reference-architecture/diagrams/ai/ai-rag/
has a broken internal link to: http://localhost:1111/workers-ai/models/.
The fragment text-embeddings does not exist.

By looking at the page: http://localhost:1111/workers-ai/models/
There was no ideal replacement found and so we removed the header link.


- [Tutorial: Build a RAG AI](/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/)
- [Workers AI: Text embedding models](/workers-ai/models/#text-embeddings)
- [Workers AI: Text embedding models](/workers-ai/models/)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page: http://localhost:1111/reference-architecture/diagrams/ai/ai-rag/
has a broken internal link to: http://localhost:1111/workers-ai/models/.
The fragment text-embeddings does not exist.

By looking at the page: http://localhost:1111/workers-ai/models/
There was no ideal replacement found and so we removed the header link.

@pedrosousa pedrosousa merged commit 11e2297 into production Feb 12, 2025
10 checks passed
@pedrosousa pedrosousa deleted the hyperlint/scan/broken-link/00c43c7 branch February 12, 2025 10:14
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes a docs contribution, big or small label Feb 12, 2025
@holopin-bot
Copy link

holopin-bot bot commented Feb 12, 2025

Congratulations @Hyperlint-AI[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm71r80tn30680cgsv7jcvyzl

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

jonesphillip pushed a commit that referenced this pull request Feb 12, 2025
---------

Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution [Holopin] Recognizes a docs contribution, big or small product:reference-architecture size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants