Liam Dyer
Liam Dyer
**Current behavior:** When using the ignoreFlag for `nth-child` being potentially unsafe with server rendering, the first instance of the flag works while the second does not (workaround provided). **To reproduce:**...
## Description Currently when providing multiple tags to the `config.filters.tags`, any test that matches at least one of the tags will be run. It would be helpful if we could...
I recently discovered this fantastic project and, while getting the extension running on Firefox, I noticed the extension could use a fresh coat of paint. In general, I've attempted to...
Adds support for multimodal with Anthropic by increasing the maximum file size, adjusting the `message.files` type to support mime and removing the assumptions around TGI. - Changed from base64 or...
Continuation of the work on #1094. Adds support for inline citations by prefixing each source with `[[idx]]` and requesting that the model include that in its output. It then replaces...
## Description When sending requests to a ZeroGPU endpoint via the JS client on node, the client would attempt to index `window` while getting credentials, causing an error. The logic...
## Description The `walk_and_store_blobs` function was ignoring blobs that were directly inside of arrays such as `[blob]` due to the `map` using the blob value as the key, rather than...
Moves the docs over to a dedicated folder with support for [doc-builder](https://github.com/huggingface/doc-builder). Adds plenty of new documentation around architecture, tools, and web search. Also attempted to standardize the documentation around...
Adds support for RAG to the document parser. The implementation on the document-parser-rag side simply splits into 512 character chunks, embeds and performs cosine similarity between the embeddings and the...
 Changes the message input to use a `` with `contenteditable` and `role="textarea` (for accessibility). This allows the textarea to auto-expand to the content and avoids relayout on edit. I've...