-
Notifications
You must be signed in to change notification settings - Fork 81
IBX-10868: Document Anthropic connector #2942
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
base: 5.0
Are you sure you want to change the base?
Conversation
Preview of modified filesPreview of modified Markdown: |
mnocon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking care of this, just a couple of suggestions from me.
| | [Transactional emails](transactional_emails.md) | | | ✔ | | ||
| | [Discounts](discounts.md) | | | ✔ | | ||
| | [Symbol attribute type](symbol_attribute_type.md) | ✔ | ✔ | ✔ | | ||
| | [Symbol attribute type](symbol_attribute_type.md) | ✔ | ✔ | ✔ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's out of scope for this PR, but could you please move Symbol below Date and time attribute type?
Reasoning:
- It makes sense to group PIM together
- Right now the lower you in the table the more exclusive the features are - with Symbol being the exception
|
|
||
| Run the following command to install the package: | ||
|
|
||
| `composer require ibexa/connector-anthropic` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `composer require ibexa/connector-anthropic` | |
| ``` | |
| composer require ibexa/connector-anthropic | |
| ``` |
I prefer code block, because it's gives the reader an option to copy the command
| ###< ibexa/connector-anthropic ### | ||
| ``` | ||
|
|
||
| By default, when reaching out for responses, the Anthropic connector requests that [Claude Sonnet 4](https://docs.claude.com/en/docs/about-claude/models/overview) model is used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| By default, when reaching out for responses, the Anthropic connector requests that [Claude Sonnet 4](https://docs.claude.com/en/docs/about-claude/models/overview) model is used. | |
| By default, when reaching out for responses, the Anthropic connector uses the [Claude Sonnet 4](https://docs.claude.com/en/docs/about-claude/models/overview) model. |
| claude-sonnet-4-20250514: 'Claude 4 Sonnet (2025-05-14)' | ||
| claude-opus-4-20250514: 'Claude Opus 4 (2025-05-14)' | ||
| ``` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When reading the preview, I started reading "Configure access to Ibexa Connect" as part of this instructions. Maybe we could add a sentence to finish this part of the instructions?
| You can now use the Anthropic connector in your project. |
Document Anthropic connector LTS update for v5
Checklist