X-Search:Spring AI实现的AI智能搜索
X-Search AI智能搜索
X-Search使用Spring AI和Spring AI Alibab Graph实现的AI智能搜索系统。
gitee:https://gitee.com/java-ben/x-search
github:https://github.com/renpengben/x-search
核心功能
快速开始
git clone https://github.com/renpengben/x-search.git
1.申请searchapi key https://www.searchapi.io/
2.修改配置
spring:application:name: x-searchai:openai:base-url: https://dashscope.aliyuncs.com/compatible-modeapi-key: sk-xxxchat:options:model: qwen-max-latestembedding:options:model: text-embedding-v1
keys:searchapi:key: xxxengine: googlelogging:level:org:springframework:ai:chat:client:advisor: DEBUG
server:port: 8888
3.后端运行 XSearchApplication.java
4.前端运行
cd /x-search-uinpm installnpm run dev