Skip to content

Commit

Permalink
Create skaff.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT authored Apr 2, 2024
1 parent a233d1a commit 7868535
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .skaff/skaff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
spec_version: 1

# Everyting in this file will be used to populate the catalog on skaff.artefact.com
# It is also vectorized as is for the search, so make sure to provide relevant keywords

name: GenAI RAG indus kit
owner: [email protected]
description: >
Deploy production grade RAGs quickly, on any cloud.
documentation_url: https://artefactory.github.io/skaff-rag-accelerator/

type: deployable # deployable, knowldege pack
lifecycle: prototype # prototype, production

users: # DS, DA, DE
- DS
- DE

clouds: [] # aws, gcp, azure, databricks

technologies: # python, dbt, terraform, airbyte, ...
- langchain
- FastAPI
- streamlit
- langserve

expertises: # MMM, forecasting, ELT, release engineering, ...
- GenAI
- LLMOps

0 comments on commit 7868535

Please sign in to comment.