File tree Expand file tree Collapse file tree
src/components/HomepageFeatures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const FeatureList: FeatureItem[] = [
5050 < >
5151 The Pythia GenAI Platform is a suite of tools for researchers to harness
5252 generative AI including a secure access to a chat portal, API access to
53- LLMs and an on-prem vector database .
53+ LLMs. Currently in pilot phase, expect breaking changes .
5454 </ >
5555 ) ,
5656 to : "/docs/genai/getting_started/intro/" ,
@@ -116,9 +116,10 @@ export default function HomepageFeatures() {
116116 < section className = { styles . features } >
117117 < div className = "container" >
118118 < div className = "row" >
119- { FeatureList . map ( ( props , index ) => (
120- < Feature key = { index } { ...props } />
121- ) ) }
119+ { FeatureList . map ( ( props , index ) => < Feature
120+ key = { index }
121+ { ...props }
122+ /> ) }
122123 </ div >
123124 </ div >
124125 </ section >
You can’t perform that action at this time.
0 commit comments