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: hooks:
- id: pyright - id: pyright
# - repo: https://github.com/RodrigoGonzalez/check-mkdocs - repo: https://github.com/RodrigoGonzalez/check-mkdocs
# rev: v1.2.0 rev: v1.2.0
# hooks: hooks:
# - id: check-mkdocs - id: check-mkdocs
# name: check-mkdocs name: check-mkdocs
# args: ["--config", "mkdocs.yml"] # Optional, mkdocs.yml is the default args: ["--config", "mkdocs.yml"] # Optional, mkdocs.yml is the default
# # If you have additional plugins or libraries that are not included in # If you have additional plugins or libraries that are not included in
# # check-mkdocs, add them here # check-mkdocs, add them here
# additional_dependencies: ["mkdocs-material"] additional_dependencies: ["mkdocs-material"]

View file

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

View file

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