vb
This commit is contained in:
parent
c5efa94076
commit
d1b62510d0
3 changed files with 11 additions and 11 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
2
uv.lock
2
uv.lock
|
|
@ -951,7 +951,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "haiku-rag"
|
||||
version = "0.7.6"
|
||||
version = "0.7.7"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docling" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue