# How-to: Inferences ## [Import your data](./#import-your-data) * [Import Inference data (CV, NLP)](./#import-your-data) * [Import Prompt and Response (LLM) data](define-your-schema/prompt-and-response-llm.md) * [Import Retrieval data](define-your-schema/retrieval-rag.md) * [Import Corpus (Vector Store) data](define-your-schema/corpus-data.md) ## [Manage the App](manage-the-app.md) * [Define your dataset(s)](manage-the-app.md#define-your-dataset-s) * [How to launch the app](manage-the-app.md#launch-the-app) * [How to view the UI](manage-the-app.md#open-the-ui) * [How to close the app](manage-the-app.md#close-the-app) ## [How to export data](export-your-data.md) How to export your data for labeling, evaluation, or fine-tuning * [How to export embeddings](export-your-data.md#exporting-embeddings) * [How to export a cluster](export-your-data.md#export-selected-clusters) * [How to export all clusters](export-your-data.md#export-all-clusters) ## [How to generate embeddings](generating-embeddings.md) * [Auto-embeddings](generating-embeddings.md) * [How to enable auto-embeddings](generating-embeddings.md) * [How to implement auto-embeddings](generating-embeddings.md) ##