Published Aug 2023
Shadcn UI documentation from https://ui.shadcn.com/docs
Shadcn UI default components source code
Shadcn UI GitHub issues from github.com/shadcn-ui/ui
version: v2
kind: Spicepod
name: shadcn-ui
runtime:
dataset_load_parallelism: 1
datasets:
- from: github:github.com/shadcn-ui/ui/files/main
name: shadcn_ui.docs
description: Shadcn UI documentation from https://ui.shadcn.com/docs
params:
file_format: md
github_client_id: ${secrets:GITHUB_CLIENT_ID}
github_private_key: ${secrets:GITHUB_PRIVATE_KEY}
github_installation_id: ${secrets:GITHUB_INSTALLATION_ID}
include: "apps/www/content/docs/**/*.mdx"
acceleration:
enabled: true
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 15m
columns:
- name: content
embeddings:
- from: openai_embeddings
row_id:
- path
chunking:
enabled: true
target_chunk_size: 512
overlap_size: 128
trim_whitespace: true
- from: github:github.com/shadcn-ui/ui/files/main
name: shadcn_ui.components
description: Shadcn UI default components source code
params:
github_client_id: ${secrets:GITHUB_CLIENT_ID}
github_private_key: ${secrets:GITHUB_PRIVATE_KEY}
github_installation_id: ${secrets:GITHUB_INSTALLATION_ID}
include: "apps/www/registry/default/ui/**/*.tsx"
acceleration:
enabled: true
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 15m
columns:
- name: content
embeddings:
- from: openai_embeddings
row_id:
- path
chunking:
enabled: true
target_chunk_size: 512
overlap_size: 128
trim_whitespace: true
- from: github:github.com/shadcn-ui/ui/issues
name: shadcn_ui.issues
description: Shadcn UI GitHub issues from github.com/shadcn-ui/ui
time_column: created_at
params:
file_format: md
github_client_id: ${secrets:GITHUB_CLIENT_ID}
github_private_key: ${secrets:GITHUB_PRIVATE_KEY}
github_installation_id: ${secrets:GITHUB_INSTALLATION_ID}
acceleration:
enabled: true
refresh_mode: full
refresh_check_interval: 4h
refresh_jitter_enabled: true
refresh_jitter_max: 15m
refresh_sql: "SELECT * FROM shadcn_ui.issues LIMIT 100"
# embeddings:
# - column: title
# column_pk:
# - id
# use: openai_embeddings
embeddings:
- from: openai
name: openai_embeddings
params:
openai_api_key: ${ secrets:OPENAI_API_KEY }
- from: spice.ai/spice/shadcn_ui/docs
name: shadcn_ui.docs
- from: spice.ai/spice/shadcn_ui/components
name: shadcn_ui.components
- from: spice.ai/spice/shadcn_ui/issues
name: shadcn_ui.issues
Published Aug 2023
Published Apr 2024
Published Sep 2024
Published Sep 2024