This commit is contained in:
Yiorgis Gozadinos 2025-09-09 11:00:29 +03:00
parent c5efa94076
commit d1b62510d0
No known key found for this signature in database
3 changed files with 11 additions and 11 deletions

View file

@ -21,12 +21,12 @@ repos:
hooks:
- id: pyright
# - repo: https://github.com/RodrigoGonzalez/check-mkdocs
# rev: v1.2.0
# hooks:
# - id: check-mkdocs
# name: check-mkdocs
# args: ["--config", "mkdocs.yml"] # Optional, mkdocs.yml is the default
# # If you have additional plugins or libraries that are not included in
# # check-mkdocs, add them here
# additional_dependencies: ["mkdocs-material"]
- repo: https://github.com/RodrigoGonzalez/check-mkdocs
rev: v1.2.0
hooks:
- id: check-mkdocs
name: check-mkdocs
args: ["--config", "mkdocs.yml"] # Optional, mkdocs.yml is the default
# If you have additional plugins or libraries that are not included in
# check-mkdocs, add them here
additional_dependencies: ["mkdocs-material"]

View file

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

View file

@ -951,7 +951,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.7.6"
version = "0.7.7"
source = { editable = "." }
dependencies = [
{ name = "docling" },