mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-29 14:57:03 +03:00
0559075cd3
This pull request adds a new guide to the documentation that explains how to configure reranking in Quivr. The guide covers the steps to configure the reranking service using the FlashrankRerank library and the Cohere ReRanker. It also provides information on the required environment variables and the default behavior of the Ranker.
124 lines
2.7 KiB
JSON
124 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Quivr",
|
|
"favicon": "/favicon.svg",
|
|
"colors": {
|
|
"primary": "#0D9373",
|
|
"light": "#07C983",
|
|
"dark": "#0D9373",
|
|
"anchors": {
|
|
"from": "#0D9373",
|
|
"to": "#07C983"
|
|
}
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Support",
|
|
"url": "mailto:stan@quivr.app"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Try Quivr",
|
|
"url": "https://quivr.app"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/HUpRgp2HG8"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://quivr.app/blog"
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"icon": "signal",
|
|
"url": "https://uptime.quivr.app"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Welcome to Quivr",
|
|
"pages": [
|
|
"intro",
|
|
"install",
|
|
{
|
|
"group": "Features",
|
|
"icon": "lightbulb",
|
|
"pages": [
|
|
"features/brain-creation",
|
|
"features/brain-sharing",
|
|
"features/quivr-assistants",
|
|
"features/chat",
|
|
"features/analytics",
|
|
"features/brain-customisation"
|
|
]
|
|
},
|
|
"slackbot",
|
|
{
|
|
"group": "Configuring",
|
|
"icon": "gear",
|
|
"pages": [
|
|
"configuring/authentication",
|
|
"configuring/new-model",
|
|
"configuring/increase-user-usage",
|
|
"configuring/resend-emails",
|
|
"configuring/reranking",
|
|
"configuring/environment-variables",
|
|
"configuring/telemetry"
|
|
]
|
|
},
|
|
"tech-design",
|
|
"contact-us"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deploy Quivr",
|
|
"pages": [
|
|
"deployment/porter",
|
|
"deployment/aws",
|
|
"deployment/digital_ocean"
|
|
]
|
|
},
|
|
{
|
|
"group": "Brains",
|
|
"pages": [
|
|
"brains/docs-and-urls",
|
|
"brains/gpt4",
|
|
"brains/sql"
|
|
]
|
|
},
|
|
{
|
|
"group": "Assistants",
|
|
"pages": [
|
|
"agents/summary"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/quivr_brain",
|
|
"github": "https://github.com/quivrhq/quivr",
|
|
"linkedin": "https://www.linkedin.com/company/getquivr",
|
|
"discord": "https://discord.gg/HUpRgp2HG8"
|
|
},
|
|
"openapi": "https://api.quivr.app/openapi.json",
|
|
"feedback": {
|
|
"thumbsRating": true,
|
|
"raiseIssue": true,
|
|
"suggestEdit": true
|
|
},
|
|
"api": {
|
|
"baseUrl": "https://api.quivr.app",
|
|
"auth": {
|
|
"method": "bearer"
|
|
}
|
|
},
|
|
"analytics": {
|
|
"posthog": {
|
|
"apiKey": "phc_BqYCVB8PX7VlzNU5MjbN8sET6soqW7jQVq6PrT9pJSJ",
|
|
"apiHost": "https://us.posthog.com"
|
|
}
|
|
}
|
|
} |