LoginGet a DemoStart for FreeLogin
DocsPricing

Pookla

Below you can find example usage of all page sections.

  • bullet item
  • bullet item 2
  1. number item
  2. number item 2

Label

Title block, used for titled text content below the hero section.

Label

Logo slider, used for presenting logos.

Optional subheading

Label

Logo list for featuring logos accompanied by labels.

Adobe

Dropbox

Slack

Label

Split section

This is a generic image section.

Split

Empower your whole team:


Utilize flexible tools ranging from UI agent builder
to powerful APIs 

Label

Split section

This is a generic image section.

Label

Testimonial section, used for metrics.

Optional details

Page views

1,234

Click-through rate

5.67%

Conversion rate

2.10%

Label

Feature grid

Empower your most valuable teams, from financial analysts to wealth advisors to risk managers

  • bullet
  • bullet
  1. Number
  2. Number

Label

Feature slider, an alternate way to display tabbed content, each with text content and media.

01

Out-of-the-box accuracy

The Contextual AI Platform provides state-of-the-art components for every step in your RAG pipeline, including document understanding, retrieval, grounded generation, and evaluation. The platform is also powered by RAG 2.0, our innovative approach that jointly optimizes all components as a single integrated system to unlock even greater performance for any use case.

CTA block

This section should be used sparingly and typically should be used as the last page section before the footer.

Label

Content row to display content or features side-by-side with supporting imagery.

Item

Optional description.

Item

Optional description.

Item

Optional description.

Label

Person grid is for displaying a group's names and (optional) LinkedIn profiles.

John Smith

John Smith

Chief Technical Officer

John Smith

John Smith

Chief Technical Officer

John Smith

John Smith

Chief Technical Officer

Label

Person list is similar to the person grid, but with a less visual, more compact layout.

  • John Smith
    Chief Technical Officer
  • John Smith
    Chief Technical Officer
  • John Smith
    Chief Technical Officer

Label

Video block

Label

Tabbed content

This section is meant for displaying grouped content with supportingmedia for each tab.

Label

Tabbed media

Similar to tabbed content, this section should be used in cases where the media is somehow connected.

Label

Code tabs

Deliver specialized agents that scale from pilot to production—handling millions of documents and thousands of users with flexible configuration and expert support.

 print("Hello World")

Research list is meant for directly linking a group of research articles.

Introducing RAG 2.0
Contextual AI Team
March 19, 2024

Vimeo

Contact

Book a demo

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,.

Page rich text

This section should typically only ever be used for pages that are meant to consist entirely of rich text (e.g. privacy policy page).

Get Started
# pip install contextual-client
from contextual import ContextualAI

contextual_client = ContextualAI(
    api_key=contextual_api_key,
    base_url="https://api.contextual.ai/v1"
)

rerank_response = contextual_client.rerank.create(
    query=query,
    instruction=instruction,
    documents=documents,
    model="ctxl-rerank-v2-instruct-multilingual"
    # or "ctxl-rerank-v2-instruct-multilingual-mini"
)

We instead aim to investigate the full potential of scaling inference-time computation via sampling, where parallelization and input context caching are benefits of sampling over more sequential methods like CoT.

John Smith, Company name

Key CapabilitiesHow it was put into practice
Grounded generationThe language model....
Multimodal extractionMultimodal extraction....
Continuous ingestionAutomated and ongoing ingestion..