feat(ai): 增加ai相关子项目

This commit is contained in:
v-zhangjc9
2025-05-15 17:15:18 +08:00
parent a129caf5f4
commit 8fbc665abf
24 changed files with 935 additions and 0 deletions

15
service-ai/.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="service-ai-knowledge" />
<module name="service-ai-chat" />
<module name="service-ai-core" />
</profile>
</annotationProcessing>
</component>
</project>