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:
|
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"]
|
||||||
|
|
|
||||||
|
|
@ -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" }
|
||||||
|
|
|
||||||
2
uv.lock
2
uv.lock
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue