awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
postgresml avatar

postgresml/postgresml

0
View on GitHub↗
6,801 स्टार्स·362 फोर्क्स·Rust·MIT·3 व्यूज़postgresml.org↗

Postgresml

PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services.

The system distinguishes itself by utilizing GPU acceleration to minimize latency during model predictions and employing a hybrid storage engine that maintains relational data alongside high-dimensional vectors. It allows for the building and fine-tuning of regression, classification, and clustering models using standard SQL queries and provides an MLOps management interface for monitoring workflows and visualizing training performance.

The platform covers a broad range of capabilities including retrieval-augmented generation pipelines, time series forecasting, and semantic search. It supports the management of external pre-trained model versions and provides tools for text chunking, vector embedding generation, and similarity search.

The environment includes integrated interactive notebooks to facilitate rapid experimentation and model development.

Features

  • In-Database Machine Learning - Integrates model training and inference directly into PostgreSQL, allowing ML operations via SQL without data export.
  • Custom Model Training - Provides frameworks for building custom regression, classification, and clustering models and fine-tuning LLMs.
  • GPU-Accelerated Inference - Executes deep learning model predictions on graphics hardware to minimize latency by avoiding data movement.
  • AI Database Platforms - Provides a platform for running large language models and NLP tasks on database records without exporting data.
  • RAG Pipelines - Implements RAG pipelines that chunk text and generate vector embeddings within the data store to provide context for generative AI.
  • SQL-Based Trainers - Enables the building and fine-tuning of regression, classification, and clustering models using standard SQL queries.
  • Natural Language Processing - Provides integrated capabilities for translating, summarizing, and classifying text using language models directly on stored data.
  • SQL-Based Machine Learning - Trains machine learning models directly via database queries to eliminate the need for exporting data to external environments.
  • Vector Databases - Stores and queries high-dimensional embeddings to enable semantic search and similarity retrieval for AI applications.
  • Relational Vector Engines - Unifies relational SQL analytics with high-dimensional vector storage to ensure low-latency access for model inputs.
  • Vector Indexing - Provides integrated vector indexing for storing and querying high-dimensional embeddings using similarity search algorithms.
  • Vector Similarity Search - Performs similarity searches on high-dimensional embeddings to identify related data points using mathematical distance.
  • Model Hub Integrations - Enables the import of pre-trained deep learning architectures from external hubs to run AI tasks directly on database records.
  • Model Lifecycle Management - Manages the lifecycle of external pre-trained models by importing architectures and versions directly into the database runtime.
  • Knowledge Indexing - Implements ingestion of documents and indexing of text embeddings for fast retrieval in AI queries.
  • ML Workflow Automation - Provides an MLOps management interface for monitoring and automating machine learning workflows.
  • Model Performance Visualizations - Ships a web-based interface for analyzing training data and visualizing model metrics to monitor accuracy.
  • Model Versioning Systems - Offers tools for tracking external pre-trained model versions and monitoring performance changes across iterations.
  • Database-Integrated NLP Functions - Wraps complex natural language processing tasks into database functions to perform translation and summarization on stored records.
  • Time Series Forecasting - Analyzes temporal data to detect anomalies and predict future metrics using built-in machine learning tools.
  • Multi-Model Vector Storage - Provides low-latency storage that combines vectors, text, and numeric data to serve as model inputs.
  • Semantic Search - Combines keyword matching and vector embeddings to retrieve information based on conceptual meaning.
  • Time Series Analysis - Provides analytical methods for forecasting metrics and detecting anomalies in temporal data.
  • MLOps - Ships a web application for monitoring machine learning workflows, tracking model versions, and visualizing training performance.
  • Data Storage Systems - Performs ML training and inference directly via SQL.

स्टार हिस्ट्री

postgresml/postgresml के लिए स्टार हिस्ट्री चार्टpostgresml/postgresml के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Postgresml के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Postgresml के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • lancedb/lancedblancedb का अवतार

    lancedb/lancedb

    9,031GitHub पर देखें↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    GitHub पर देखें↗9,031
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • tingsongyu/pytorch_tutorialTingsongYu का अवतार

    TingsongYu/PyTorch_Tutorial

    8,018GitHub पर देखें↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    GitHub पर देखें↗8,018
  • databendlabs/databenddatabendlabs का अवतार

    databendlabs/databend

    9,351GitHub पर देखें↗

    Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a SQL-compliant engine and serverless analytics platform that separates compute from storage to allow for independent scaling. The system integrates vector database capabilities, indexing high-dimensional embeddings to enable semantic, hybrid, and full-text searches across massive datasets. It further distinguishes itself through serverless compute management that automatically scales resources based on demand and shuts them down during idle periods. The platform covers a broad set

    Rustaibigdatacloud-native
    GitHub पर देखें↗9,351
Postgresml के सभी 30 विकल्प देखें→

Frequently asked questions

What does postgresml/postgresml do?

PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services.

What are the main features of postgresml/postgresml?

The main features of postgresml/postgresml are: In-Database Machine Learning, Custom Model Training, GPU-Accelerated Inference, AI Database Platforms, RAG Pipelines, SQL-Based Trainers, Natural Language Processing, SQL-Based Machine Learning.

What are some open-source alternatives to postgresml/postgresml?

Open-source alternatives to postgresml/postgresml include: lancedb/lancedb — LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector… tporadowski/redis — Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… databendlabs/databend — Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a… geldata/gel — Gel is an object-relational database system that models data as a graph of interconnected objects. By utilizing a… redis/redisinsight — RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis…