Download Latest Version Release v1.0.0 source code.tar.gz (11.2 MB)
Email in envelope

Get an email when there's a new version of Embedding Studio

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-04-23 2.0 kB
Release v1.0.0 source code.tar.gz 2025-04-23 11.2 MB
Release v1.0.0 source code.zip 2025-04-23 11.6 MB
Totals: 3 Items   22.9 MB 0

Release Notes

Key New Features:

  • pgvector Integration as a Vector Database:

    • You can now leverage PostgreSQL with the pgvector extension for efficient storage, indexing, and searching of vector embeddings. This enables new possibilities for semantic search and other embedding-based tasks directly within your relational database.
  • Triton Inference Server Integration:

    • Added support for NVIDIA Triton Inference Server. This allows you to deploy and serve your machine learning models with high performance, scalability, and using industry-standard tools.
  • Enhanced Search Capabilities:

    • Implemented both similarity search and exact search. You can now find not only exact matches but also semantically similar items based on their vector representations.

Improvements and New Components:

  • Model Management Worker:

    • Introduced a new background worker dedicated to handling model lifecycle tasks such as loading, unloading, versioning, and monitoring. This improves reliability and simplifies model management.
  • Data Management Worker:

    • Added a worker to automate data processing and preparation tasks, such as indexing data into the vector database or preprocessing data before model inference.
  • Redis-Based Suggestions:

    • Implemented a suggestion generation system (e.g., for search autocomplete or recommendations) using Redis. This ensures high responsiveness and relevance of suggestions.
  • Query Parsing:

    • Improved the mechanism for parsing and interpreting user queries, allowing for more flexible handling of complex search patterns and better understanding of user intent.

Experimental Features:

  • Continuous Improvement:
    • Added an experimental capability for continuous system improvement (e.g., models or search indices) based on incoming data and user feedback. Please note that this feature is under testing and subject to change.
Source: README.md, updated 2025-04-23