WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v0.2.20

Choose a tag to compare

@slekkala1 slekkala1 released this 29 Aug 22:25
· 657 commits to main since this release

Here are some key changes that are coming as part of this release.

Build and Environment

  • Environment improvements: fixed env var replacement to preserve types.
  • Docker stability: fixed container startup failures for Fireworks AI provider.
  • Removed absolute paths in build for better portability.

Features

  • UI Enhancements: Implemented file upload and VectorDB creation/configuration directly in UI.
  • Vector Store Improvements: Added keyword, vector, and hybrid search inside vector store.
  • Added S3 authorization support for file providers.
  • SQL Store: Added inequality support to where clause.

Documentation

  • Fixed post-training docs.
  • Added Contributor Guidelines for creating Internal vs. External providers.

Fixes

  • Removed unsupported bfcl scoring function.
  • Multiple reliability and configuration fixes for providers and environment handling.

Engineering / Chores

  • Cleaner internal development setup with consistent paths.
  • Incremental improvements to provider integration and vector store behavior.

What's Changed

  • docs: fix post_training docs by @cdoern in #3262
  • chore: remove absolute paths by @raghotham in #3263
  • docs: Contributor guidelines for creating Internal or External providers by @kelbrown20 in #3111
  • feat(UI): Implementing File Upload and VectorDB Creation/Configuration in Playground by @franciscojavierarceo in #3266
  • fix(env): env var replacement preserve types by @omertuc in #3270
  • fix: docker failing to start container [fireworks-ai] by @slekkala1 in #3267
  • chore(dev): add inequality support to sqlstore where clause by @mattf in #3272
  • feat(s3 auth): add authorization support for s3 files provider by @mattf in #3265
  • feat: implement keyword, vector and hybrid search inside vector stores for PGVector provider by @r3v5 in #3064
  • fix: Remove bfcl scoring function as not supported by @slekkala1 in #3281

Full Changelog: v0.2.19...v0.2.20

New Contributors

  • @omertuc made their first contribution in #3270
  • @r3v5 made their first contribution in vector store hybrid search