ai
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.sqlite</groupId> <artifactId>ai</artifactId> <version>0.7.55</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ai.sqlite</groupId> <artifactId>ai</artifactId> <version>0.7.55</version> <packaging>aar</packaging> <name>sqlite-ai</name> <description>An extension for SQLite that brings artificial intelligence capabilities directly into the database. It enables developers to run, fine-tune, and serve AI models from within SQLite using simple SQL queries — ideal for on-device and edge applications where low-latency and offline inference are critical.</description> <url>https://github.com/sqliteai/sqlite-ai</url> <licenses> <license> <name>Elastic License 2.0</name> <url>https://www.elastic.co/licensing/elastic-license</url> </license> </licenses> <developers> <developer> <id>sqliteai</id> <name>SQLite Cloud, Inc.</name> <email>info@sqlitecloud.io</email> <organization>SQLite Cloud, Inc.</organization> <organizationUrl>https://sqlite.ai</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/sqliteai/sqlite-ai.git</connection> <developerConnection>scm:git:ssh://github.com:sqliteai/sqlite-ai.git</developerConnection> <url>https://github.com/sqliteai/sqlite-ai/tree/main</url> </scm> </project>