vb
This commit is contained in:
parent
60b072a1ee
commit
556a5d2b58
3 changed files with 3 additions and 2 deletions
|
|
@ -77,3 +77,4 @@ Full documentation at: https://ggozad.github.io/haiku.rag/
|
||||||
- [Configuration](https://ggozad.github.io/haiku.rag/configuration/) - Environment variables
|
- [Configuration](https://ggozad.github.io/haiku.rag/configuration/) - Environment variables
|
||||||
- [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference
|
- [CLI](https://ggozad.github.io/haiku.rag/cli/) - Command reference
|
||||||
- [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs
|
- [Python API](https://ggozad.github.io/haiku.rag/python/) - Complete API docs
|
||||||
|
- [Benchmarks](https://ggozad.github.io/haiku.rag/benchmarks/) - Performance Benchmarks
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "haiku.rag"
|
name = "haiku.rag"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
description = "Retrieval Augmented Generation (RAG) with SQLite"
|
description = "Retrieval Augmented Generation (RAG) with SQLite"
|
||||||
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
|
|
|
||||||
2
uv.lock
2
uv.lock
|
|
@ -816,7 +816,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "haiku-rag"
|
name = "haiku-rag"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "fastmcp" },
|
{ name = "fastmcp" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue