AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
【开启elasticsearch服务器】: 在所在位置,如`C:\wamp64\www\laravel\laravel54\000\elasticsearch-rtf-master\bin`,开启elasticsearch服务器: `elasticsearch -d` 【创建自定义命令行】: `php artisan make:command ESInit` 【导入数据】: `php artisan scout:import "\App\Post"` 【实现搜索功能】 需要同时开启laravel和elasticsearch的运行命令 `php artisan serve` 和 `elasticsearch -d` 【Ubuntu 14.04安装Elasticsearch】 https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-14-04