rmsstuttgart/rms-ai-search
最新稳定版本:v2.0.1
Composer 安装命令:
composer require rmsstuttgart/rms-ai-search
包简介
AI Search extension for TYPO3 - connect your TYPO3 to https://chat.rm-solutions.de/
README 文档
README
Versions
- Version 2.x is only compatible with TYPO3 v13
- Version 1.x is compatible with TYPO3 v12 and TYPO3 v13
After updating TYPO3 v12 to v13 there is an Upgrade Wizard that converts the ai-search plugins to V13 compatible integrations
Introduction
This TYPO3 extension provides AI-powered search functionality. It can connect your search to https://chat.rm-solutions.de/
For an AI-Powered search example see https://rm-solutions.de/suche/
Install
install extension with composer:
composer require rmsstuttgart/rms-ai-search
Template
Include the extension template in your template (Include TypoScript sets). Then you can overwrite the extension template and settings similar to any other TYPO3 extension.
Add this to your main templates constants
plugin.tx_rmsaisearch {
view {
templateRootPath = EXT:your_template/Resources/Private/ext/AiSearch/Templates/
}
}
Add the contents of
EXT:rms-ai-search/Resources/Private/Templates/Search/Search.html to EXT:your_template/Resources/Private/ext/AiSearch/Templates/Search/Search.html and modify structure and classes to match your frontend.
Be aware that some classes / ids are needed for the dynamic content creation with javascript to display the search results and links lists.
Links to static assets for custom integrations of the search form.
Replace the folder name (i.e. 1.1.0) with the version you want to use. See CHANGELOG.md for releases and details
v1.1.0
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/js/app.min.js
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/js/markdown-it.min.js
- https://chat.rm-solutions.de/ext-ai-search-assets/1.1.0/css/app.min.css
v1.0.2
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-01-29