docs: prepare for chat components (#3844)

This commit is contained in:
Benjamin Canac
2025-04-10 19:31:12 +02:00
committed by GitHub
parent fb4c210b41
commit 981de8b295
6 changed files with 243 additions and 16 deletions

View File

@@ -175,6 +175,16 @@ export default defineNuxtConfig({
}
},
hub: {
ai: true,
vectorize: {
auto_rag_ui3: {
dimensions: 1024,
metric: 'cosine'
}
}
},
vite: {
plugins: [
yaml()