Installation Options#

EvaDB provides the following additional installation options for extending its functionality.

  • pip install evadb[vision] for installing computer vision packages. They enable use-cases including image classification, object detection, and emotion analysis.

  • pip install evadb[document] for installing natural language processing packages. They enable use-cases including text summarization, question answering, and sentiment analysis.

  • pip install evadb[qdrant] for installing the Qdrant vector database system. It enables use-cases related to similarity search based on feature vectors.

  • pip install evadb[ludwig] for installing the Ludwig model training framework. It enables use-cases related to training and fine-tuning AI models.

  • pip install evadb[ray] for installing the Ray compute engine. It enables EvaDB to do more efficient query execution on CPUs and GPUs.