Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://pearsdb.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Moteurs d’Intelligence Artificielle

PearsDB prend en charge plusieurs moteurs d’IA, vous permettant de choisir la meilleure solution pour votre cas d’utilisation.

Moteurs Disponibles

OpenAI

  • GPT-3.5
  • GPT-4
  • DALL-E
  • Whisper

Hugging Face

  • BERT
  • RoBERTa
  • T5
  • GPT-2

Modèles Personnalisés

  • TensorFlow
  • PyTorch
  • scikit-learn
  • XGBoost

Services Cloud

  • Amazon SageMaker
  • Google Vertex AI
  • Azure Machine Learning

Sélection d’un Moteur

Le choix du moteur dépend de plusieurs facteurs :
  • Type de données
  • Complexité du problème
  • Besoins en performance
  • Budget
  • Exigences de confidentialité

Configuration

Exemple de configuration d’un moteur :
CREATE ML_ENGINE mon_moteur
USING
  provider = 'openai',
  api_key = 'votre_clé_api',
  model = 'gpt-4';