Weak Supervision
See how we use weak supervision as a method to cleanse labels.
Read hereVersioning
See how versioning in cognition works.
Read hereUploading data
See how to upload data into cognition.
Read hereAttribute visibility
Change the attribute visibility in the settings page.
Read hereTmp doc retrieval
See how uploading pdfs while chatting can be used.
Read hereTeams
Put your users into teams to manage access for projects.
Read hereRole description
See which roles are supported in cognition
Read hereReference data
This is the knowledge base a GenAI assistant can access.
Read hereRecord IDE
Use the record IDE to quickly analyze a single record structure.
Read hereProject creation and data upload
See how to create projects in refinery and upload data
Read hereNeural search
Use refinery to identify outliers in your dataset.
Read hereMulti-user labeling
refinery can be used to label with multiple users and see the inter-annotator-agreement
Read hereMonitoring
You can use refinery to analyze and monitor your data.
Read hereManual Labeling
See how you can manually label data in refinery
Read hereManaging roles
See how you can manage roles in refinery
Read hereMacros
See how to use macros (repeatable action sequences)
Read hereLabeling Tasks
See how you can create labeling tasks to label your data
Read hereHeuristics
See how you can use heuristics in refinery to automate data labeling
Read hereEvaluating heuristics
See how you can evaluate heuristics in refinery.
Read hereEnvironment Variables
Environment variables are required to connect to e.g. cloud LLMs.
Read hereEmbedding Integration
Add embeddings directly from OpenAI, Azure, Hugging Face, Cohere or other embeddings.
Read hereData Processing Documentation
On Cognition, there is a data processing pipeline known as ETL (Extract, Transform, Load). This pipeline handles the processing of data in the form of PDF files.
Read hereData Management
Data management is a key feature of refinery. See how we enable it here.
Read hereData Export
See how you can export the data in your refinery project
Read hereConversations
Download and analyse conversations from a GenAI agent.
Read hereConfiguration Page
See how you can set relevant data settings and labeling tasks for your project.
Read hereComments
See how you can add comments to work better with colleagues or to set reminders for your own process.
Read hereChat UIs
Use the pre-built chat UI to get your system up and running as fast as possible.
Read hereBricks Integration
The refinery platform includes a bricks integration feature designed to simplify the process of identifying and importing available brick modules for specific use cases. Users are prompted by the integrator to either assign values to user-defined variables or modify the default variable values as necessary. Once these adjustments are made, the code is prepared for execution within the refinery environment.
Read hereAnalytics and Monitoring
See how your GenAI agent performs and how you can improve it.
Read hereAgent's Behaviour
See how to configure the action steps an GenAI agent can do.
Read hereAgent Overview
See where to get started in cognition
Read hereAdding attributes
Refinery provides a feature where users can enhance their existing data by computing new attributes. This is achieved by writing Python code that manipulates the current data records, potentially utilizing external APIs, to produce and return new values for these added attributes.
Read here