Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ description: Evaluations are a way to evaluate the quality of your models.
Run preset evaluations on the Future AGI Platform
</Card>
</CardGroup>


33 changes: 33 additions & 0 deletions logo/logo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
169 changes: 63 additions & 106 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"name": "Future AGI",
"logo": {
"dark": "/logo/logo_dark.svg",
"light": "/logo/Text.svg"
"light": "/logo/logo_light.svg"
},
"layout": "sidenav",
"favicon": "/logo/Icon.svg",
"sidebar": {
"items": "border"
},
"background": {
"style": "gradient"
},
Expand All @@ -15,15 +19,15 @@
"theme": "prism",
"modeToggle": {
"default": "dark",
"isHidden": true
"isHidden": false
},
"colors": {
"primary": "#7857FC",
"light": "#CF6BE8",
"dark": "#7A40D9",
"background": {
"dark": "#090612",
"light": "#F8F5FF"
"light": "#FFFFFF"
},
"anchors": {
"from": "#7A40D9",
Expand All @@ -33,174 +37,127 @@
"font": {
"family": "Inter",
"format": "woff2",
"weight": 800
"weight": 500
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:no-reply@futureagi.com"
},
{
"name": "GitHub",
"url": "https://github.com/future-agi/client"
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/company/futureagi/"
},
{
"name": "PyPI",
"url": "https://pypi.org/project/futureagi/"
},
{
"name": "Website",
"url": "https://futureagi.com"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"name": "Sign Up",
"url": "https://app.futureagi.com"
},
"primaryTab": {
"name": "Product Guides"
"name": "Documentation"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Evaluations",
"url": "evaluations"
"name": "SDK Reference",
"url": "sdk-reference"
},
{
"name": "Examples",
"url": "product-guides/examples"
"url": "examples"
}
],
"anchors": [
{
"name": "API References",
"icon": "code",
"url": "api-references"
}
],

],
"navigation": [
{
"group": "API Reference",
"pages": [
"api-reference/python-sdk-client",
"api-reference/examples-notebook"
]
},
{
"group": "Product Guides",
"pages": [
"product-guides/quickstart/home",
"product-guides/quickstart/quickstart",
"product-guides/quickstart/installation",
"product-guides/quickstart/initialization",
"product-guides/quickstart/logging-an-event",
"product-guides/quickstart/logging-data-formats-for-conversations",
"product-guides/quickstart/error-handling"
]
},
{
"group": "Examples",
"pages": [
"product-guides/examples/examples",
"product-guides/examples/chats",
"product-guides/examples/image-and-text",
"product-guides/examples/prompt-template",
"product-guides/examples/retrieval-augmented-generation-rag"
]
},
{
"group": "Integrations",
"group": "Introduction",
"pages": [
"product-guides/integrations/integrations",
"product-guides/integrations/upload-file",
{
"group": "Mongo DB",
"pages": [
"product-guides/integrations/mongodb/overview",
"product-guides/integrations/mongodb/getting-started"
]
},
{
"group": "Google BigQuery",
"pages": [
"product-guides/integrations/google-bigquery/overview",
"product-guides/integrations/google-bigquery/getting-started",
"product-guides/integrations/google-bigquery/google-bigquery-faq"
]
}
"future-agi/home"
]
},
{
"group": "Evaluations",
"pages": [
"evaluations/overview",
"evaluations/quickstart",
"future-agi/products/evaluations/overview",
"future-agi/products/evaluations/quickstart",
{
"group": "Preset Evaluations",
"pages": [
{
"group": "Conversation",
"pages": [
"evaluations/templates/conversation/conversationcoherence",
"evaluations/templates/conversation/conversationresolution"
"future-agi/products/evaluations/templates/conversation/conversationcoherence",
"future-agi/products/evaluations/templates/conversation/conversationresolution"
]
},
{
"group": "Function",
"pages": [
"evaluations/templates/function/custom",
"evaluations/templates/function/safety",
"evaluations/templates/function/text",
"evaluations/templates/function/validation"
"future-agi/products/evaluations/templates/function/custom",
"future-agi/products/evaluations/templates/function/safety",
"future-agi/products/evaluations/templates/function/text",
"future-agi/products/evaluations/templates/function/validation"
]
},
{
"group": "FutureAGI",
"pages": [
"evaluations/templates/futureagi/contexteval",
"evaluations/templates/futureagi/deterministiceval",
"evaluations/templates/futureagi/imageinputoutputeval",
"evaluations/templates/futureagi/imageinstructioneval",
"evaluations/templates/futureagi/outputeval",
"evaluations/templates/futureagi/prompteval",
"evaluations/templates/futureagi/rankingeval"
"future-agi/products/evaluations/templates/futureagi/contexteval",
"future-agi/products/evaluations/templates/futureagi/deterministiceval",
"future-agi/products/evaluations/templates/futureagi/imageinputoutputeval",
"future-agi/products/evaluations/templates/futureagi/imageinstructioneval",
"future-agi/products/evaluations/templates/futureagi/outputeval",
"future-agi/products/evaluations/templates/futureagi/prompteval",
"future-agi/products/evaluations/templates/futureagi/rankingeval"
]
},
{
"group": "Grounded",
"pages": [
"evaluations/templates/grounded/answersimilarity",
"evaluations/templates/grounded/contextsimilarity"
"future-agi/products/evaluations/templates/grounded/answersimilarity",
"future-agi/products/evaluations/templates/grounded/contextsimilarity"
]
},
{
"group": "LLM",
"pages": [
"evaluations/templates/llm/contextcontainsenoughinformation",
"evaluations/templates/llm/doesresponseanswerquery",
"evaluations/templates/llm/faithfulness",
"evaluations/templates/llm/gradingcriteria",
"evaluations/templates/llm/summarizationaccuracy"
"future-agi/products/evaluations/templates/llm/contextcontainsenoughinformation",
"future-agi/products/evaluations/templates/llm/doesresponseanswerquery",
"future-agi/products/evaluations/templates/llm/faithfulness",
"future-agi/products/evaluations/templates/llm/gradingcriteria",
"future-agi/products/evaluations/templates/llm/summarizationaccuracy"
]
},
{
"group": "RAGAS",
"pages": [
"evaluations/templates/ragas/overview",
"evaluations/templates/ragas/usage"
"future-agi/products/evaluations/templates/ragas/overview",
"future-agi/products/evaluations/templates/ragas/usage"
]
}
]
}
]
},
{
"group": "API Reference",
"pages": [
"api-reference/python-sdk-client",
"api-reference/examples-notebook"
]
},
{
"group": "Examples",
"pages": [
"examples/examples",
"examples/chats",
"examples/image-and-text",
"examples/prompt-template",
"examples/retrieval-augmented-generation-rag"
]
},
{
"group": "SDK Reference",
"pages": [
"sdk-reference/sdk-reference"
]
}
]
}
File renamed without changes.
6 changes: 6 additions & 0 deletions stype.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import url("https://use.typekit.net/zmy3zmk.css");

h1, h2, h3 {
font-family: "inter-variable", sans-serif;
font-variation-settings: "slnt" 0, "wght" 600;
}