Skip to content

Releases: zzstoatzz/raggy

0.2.6

22 Dec 00:28
Compare
Choose a tag to compare
fix vector dimensions

0.2.5

21 Dec 19:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.2.5

0.2.4

21 Dec 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

trafilatura is apache 2.0 🎉

14 Nov 23:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

14 Nov 22:25
d2f5e46
Compare
Choose a tag to compare
Merge pull request #11 from zzstoatzz/no-excerpt

allow skipping excerpting

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