mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-25 20:45:28 -04:00
f92511fad7
* ✨ Added AI Agents * Added AI Agents to `All Features` list * Added a new page on sidebar explaining AI Agents * 🔄 Replaced Contribute page with Installtion on Home page * On Home page of docs we have quick links to other pages and we had a link to contribute pages on the home page. I replaced it with Installation page link as lot of people view install guide than the contribute page. * ✨ Added Cohere support * Added Cohere to Suppported LLM list * Added Cohere to Suppported Embedders list * ✨ Added KobaldCPP support * Added KobaldCPP to the Supported LLM list
119 lines
2.2 KiB
JSON
119 lines
2.2 KiB
JSON
{
|
|
"all-features": {
|
|
"title": "All Features",
|
|
"theme": {
|
|
"breadcrumb": false,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": false
|
|
}
|
|
},
|
|
"ai-agents": {
|
|
"title": "AI Agents",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"api": {
|
|
"title": "API Access",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"customization": {
|
|
"title": "Appearance Customization",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"chat-logs": {
|
|
"title": "Chat Logs",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"chat-widgets": {
|
|
"title": "Embedded Chat Widgets",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"event-logs": {
|
|
"title": "Event Logs",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"embedding-models": {
|
|
"title": "Embedding Models",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"language-models": {
|
|
"title": "Language Models",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"transcription-models": {
|
|
"title": "Transcription Models",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"vector-databases": {
|
|
"title": "Vector Database",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"security-and-access": {
|
|
"title": "Security & Access",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
},
|
|
"privacy-and-data-handling": {
|
|
"title": "Privacy & Data Handling",
|
|
"theme": {
|
|
"breadcrumb": true,
|
|
"footer": true,
|
|
"pagination": true,
|
|
"toc": true
|
|
}
|
|
}
|
|
} |