[PR #124] [MERGED] Update Anthropic Manifold Pipeline to v0.1.2 #313

Closed
opened 2026-02-15 20:15:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/124
Author: @justinh-rahb
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @tjbck

Base: mainHead: anthropic-0.1.2


📝 Commits (2)

  • d4d1828 correct system message handling and add image support
  • 9cf3f36 nice try Claude

📊 Changes

1 file changed (+77 additions, -73 deletions)

View changed files

📝 examples/pipelines/providers/anthropic_manifold_pipeline.py (+77 -73)

📄 Description

Added:

  • Image upload support for Claude 3.5

Fixed:

  • Anthropic system message handling
  • Document handling

This update enhances the Anthropic Manifold Pipeline by adding support for image uploads when using Claude 3.5. It also corrects the handling of system messages to ensure proper integration with the Anthropic API. These changes improve the pipeline's functionality and compatibility with the latest Anthropic models.

System prompt:

Screenshot 2024-06-26 at 8 52 37 AM

Image handling:

Screenshot 2024-06-26 at 8 52 43 AM

Document RAG:

Screenshot 2024-06-26 at 9 12 46 AM

Resolves:

#84, #114, #117, #121, #122

Co-authored-by: Patrick Boos patrickboos85@gmail.com
Co-authored-by: Peter Shkumatov petya.uz@tuta.io


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/124 **Author:** [@justinh-rahb](https://github.com/justinh-rahb) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `anthropic-0.1.2` --- ### 📝 Commits (2) - [`d4d1828`](https://github.com/open-webui/pipelines/commit/d4d1828712445054ecb293c29f8f10b271512ce9) correct system message handling and add image support - [`9cf3f36`](https://github.com/open-webui/pipelines/commit/9cf3f361f78fa030bbd0ac1615c578602188cc93) nice try Claude ### 📊 Changes **1 file changed** (+77 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/providers/anthropic_manifold_pipeline.py` (+77 -73) </details> ### 📄 Description ### Added: - Image upload support for Claude 3.5 ### Fixed: - Anthropic system message handling - Document handling This update enhances the Anthropic Manifold Pipeline by adding support for image uploads when using Claude 3.5. It also corrects the handling of system messages to ensure proper integration with the Anthropic API. These changes improve the pipeline's functionality and compatibility with the latest Anthropic models. #### System prompt: ![Screenshot 2024-06-26 at 8 52 37 AM](https://github.com/open-webui/pipelines/assets/52832301/e8d0ca1b-bbe7-4f4f-89f1-156ee997b165) #### Image handling: ![Screenshot 2024-06-26 at 8 52 43 AM](https://github.com/open-webui/pipelines/assets/52832301/d18b399c-ccf7-46d6-8ba9-98c4fb567fec) #### Document RAG: ![Screenshot 2024-06-26 at 9 12 46 AM](https://github.com/open-webui/pipelines/assets/52832301/cb6a8368-b5d0-496d-8960-307b5df51e73) ### Resolves: #84, #114, #117, #121, #122 Co-authored-by: Patrick Boos <patrickboos85@gmail.com> Co-authored-by: Peter Shkumatov <petya.uz@tuta.io> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:03 -05:00
yindo closed this issue 2026-02-15 20:15:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#313