-
Notifications
You must be signed in to change notification settings - Fork 34
/
project-catalog.yml
156 lines (156 loc) · 3.92 KB
/
project-catalog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
project-repositories:
- name: "spring-ai-evaluators"
description: "Using Spring AI Evaluators (with QuestionAnswerAdvisor)"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-evaluators"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "evaluators"
- "rag"
- "advisor"
- name: "spring-ai-functions"
description: "Using Spring AI with OpenAI Functions"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-functions"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "gemma"
- "ollama"
- name: "spring-ai-gemma"
description: "Using Spring AI with the Gemma 2b model"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-gemma"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "functions"
- "openai"
- name: "spring-ai-imagegen"
description: "Using Spring AI to generate images"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-image-gen"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "images"
- "openai"
- "dall-e"
- name: "spring-ai-kotlin"
description: "Using Spring AI with Kotlin"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-kotlin"
tags:
- "kotlin"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "openai"
- name: "spring-ai-kotlin-rag"
description: "Using Spring AI with Kotlin"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-kotlin-rag"
tags:
- "kotlin"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "openai"
- "rag"
- "advisor"
- name: "spring-ai-multimodal"
description: "Using Spring AI to answer questions about an image"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-multimodal"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "images"
- "openai"
- "multimodal"
- "gpt-4o"
- name: "spring-ai-output-parsers"
description: "Using Spring AI prompt templates and output parsers"
url: "https://github.com/habuma/spring-ai-examples?subPath=prompts-and-output-parsers"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "output-parsers"
- "prompt templates"
- name: "spring-ai-qaadvisor"
description: "Using Spring AI QuestionAnswerAdvisor"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-qaadvisor"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "rag"
- "advisor"
- name: "spring-ai-rag"
description: "Spring AI with Retrieval Augmented Generation (RAG)"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-rag-example"
tags:
- "java-21"
- "boot-3.2.x"
- "ai"
- "spring-ai"
- "rag"
- name: "spring-ai-rag-chat"
description: "Spring AI with Retrieval Augmented Generation (RAG) and Chat"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-rag-chat"
tags:
- "java-23"
- "boot-3.4.0"
- "ai"
- "spring-ai"
- "rag"
- "chat"
- name: "spring-ai-speech"
description: "Using Spring AI along with OpenAI's Whisper and Text-to-Speech"
url: "https://github.com/habuma/speechai"
tags:
- "java-17"
- "boot-3.2.x"
- "ai"
- "spring-ai"
- "whisper"
- "speech"
- "tts"
- name: "spring-ai-sql"
description: "Using Spring AI to ask questions to a database"
url: "https://github.com/habuma/spring-ai-examples?subPath=spring-ai-sql"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "sql"
- name: "spring-ai-summarizer"
description: "Summarizing documents with Sprign AI"
url: "https://github.com/habuma/spring-ai-examples?subPath=vector-store-loader"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "openai"
- "multipart"
- name: "vector-store-loader"
description: "Applying Spring Function Catalog to load a Chroma Vector Store"
url: "https://github.com/habuma/spring-ai-examples?subPath=vector-store-loader"
tags:
- "java-21"
- "boot-3.3.x"
- "ai"
- "spring-ai"
- "sql"
- "chroma"
- "vector-store"