This commit is contained in:
Yiorgis Gozadinos 2025-07-09 10:49:41 +03:00
parent 60b072a1ee
commit 556a5d2b58
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -77,3 +77,4 @@ Full documentation at: https://ggozad.github.io/haiku.rag/
- [Configuration](https://ggozad.github.io/haiku.rag/configuration/) - Environment variables
- [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference
- [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs
- [Benchmarks](https://ggozad.github.io/haiku.rag/benchmarks/) - Performance Benchmarks

View file

@ -1,6 +1,6 @@
[project]
name = "haiku.rag"
version = "0.3.2"
version = "0.3.3"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

@ -816,7 +816,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.3.2"
version = "0.3.3"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },