Overview of Gel AI tools
masterGel AI provides a suite of tools to integrate AI capabilities into your applications with minimal effort. It consists of three primary interfaces:
ext::aiExtension: A Gel extension that automatically generates embeddings for your data. It is compatible with any provider offering a compatible API, including OpenAI, Mistral AI, and Anthropic.- Python Library (
gel.ai): Provides direct access to all Gel AI features within Python applications. - JavaScript Library (
@gel/ai): Provides direct access to all Gel AI features within JavaScript backend applications.
Additionally, the ext::vectorstore extension (powered by pgvector) can be used to replicate vectorstore-style workflows, allowing for the storage and searching of embedding vectors and integration with popular AI frameworks.