File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Homepage/Features/FeaturesLists Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ export default function AiFeaturesGrid() {
2323 {
2424 title : "Vector search" ,
2525 icon : "vector-search" ,
26- url : `/${ activeVersion . label } /ai-integration/vector-search/ravendb-as- vector-database ` ,
26+ url : `/${ activeVersion . label } /ai-integration/vector-search/vector-search_start ` ,
2727 description : "Find contextually relevant data" ,
2828 minimumSupportedVersion : "7.0"
2929 } ,
3030 {
3131 title : "GenAI tasks" ,
3232 icon : "genai" ,
33- url : `/${ activeVersion . label } /ai-integration/gen-ai-integration/gen-ai-overview ` ,
33+ url : `/${ activeVersion . label } /ai-integration/gen-ai-integration/gen-ai_start ` ,
3434 description : "Empower your application using intelligent task" ,
3535 minimumSupportedVersion : "7.1"
3636 } ,
3737 {
3838 title : "Embeddings generation" ,
3939 icon : "ai-etl" ,
40- url : `/${ activeVersion . label } /ai-integration/generating-embeddings/overview ` ,
40+ url : `/${ activeVersion . label } /ai-integration/generating-embeddings/embeddings-generation_start ` ,
4141 description : "Automatically turn your data into AI-ready vectors" ,
4242 minimumSupportedVersion : "7.0"
4343 } ,
You can’t perform that action at this time.
0 commit comments