Skip to content

Releases: zzstoatzz/raggy

0.2.1

04 Nov 07:54
Compare
Choose a tag to compare

rm some stray prints

Full Changelog: 0.2.0...0.2.1

0.2.0: sync-first vectorstore interface

04 Nov 07:22
a614ae3
Compare
Choose a tag to compare

Breaking Changes

Component Before After Migration
Vectorstore Operations Async-first with methods like await tpuf.upsert() Sync-first with optional async batching: tpuf.upsert() Replace await calls with sync operations. Use upsert_batched for large datasets
Context Managers async with TurboPuffer() with TurboPuffer() Remove async from context manager usage
Query Functions await query_namespace() query_namespace() Remove await from query calls
Embedding Generation Exposed in vectorstore methods Handled internally No action needed

New Features

  • upsert_batched: New async method for efficient large-scale document ingestion
  • multi_query_tpuf: Search with multiple queries for better coverage
  • Improved caching with Prefect for document loading
  • Better type safety and error handling

Examples Updated

All examples have been updated to reflect the new sync-first approach:

  • examples/chat_with_X/: New examples showing practical usage
  • examples/refresh_vectorstore/: Updated to use sync operations with batching
  • examples/reddit_thread.py: New example of social media ingestion

Documentation

  • New ingest strategy guide
  • Updated tutorial with sync-first examples
  • Expanded API reference
  • New example gallery

For a detailed view of all changes, see the full changelog.

0.1.9

04 Nov 04:07
e4e5b7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

0.1.8

15 Oct 20:35
Compare
Choose a tag to compare
optional chroma api key

0.1.7

12 Oct 04:05
Compare
Choose a tag to compare
fix lint

0.1.6

31 Aug 02:26
Compare
Choose a tag to compare
fix hashing

0.1.5

02 Jul 03:54
Compare
Choose a tag to compare
anyio

0.1.4

13 Jun 07:19
Compare
Choose a tag to compare
update examples

0.1.3

04 Apr 18:07
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

0.1.2

28 Mar 05:18
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2