Skip to content

Commit

Permalink
Merge pull request #105 from arjbingly/packaging
Browse files Browse the repository at this point in the history
Packaging
  • Loading branch information
sanchitvj authored Apr 26, 2024
2 parents d896c87 + 0e2f2ed commit e25853b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dynamic = ["version"]
description = 'A simple package for implementing RAG'
readme = "README.md"
requires-python = ">=3.8"
license = "MIT"
keywords = ["RAG", "Retrieval Augmented Generation", "LLM", "Graph"]
license = { file = 'LICENSE' }
keywords = ["RAG", "Retrieval Augmented Generation", "LLM", "retrieval", "quantization"]
authors = [
{ name = "Arjun Bingly", email = "[email protected]" },
{ name = "Sanchit Vijay", email = "[email protected]" }
]
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 3 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies = [
"pydantic>=2.5.0",
"rouge-score>=0.1.2",
"deeplake>=3.8.27",
"bitsandbytes>=0.43.0",
"bitsandbytes>=0.42.0",
"accelerate>=0.28.0",
"poppler-utils>=0.1.0",
"tesseract>=0.1.3"
Expand All @@ -57,13 +57,13 @@ dev = [
"ruff",
"sphinx",
"sphinx-rtd-theme",
"sphinx-gallery"
"sphinx-gallery",
]

[project.urls]
Documentation = "https://github.com/arjbingly/Capstone_5#readme"
Issues = "https://github.com/arjbingly/Capstone_5/issues"
Source = "https://github.com/arjbingly/Capstone_5/"
Documentation = "https://g-rag.org/"
Issues = "https://github.com/arjbingly/grag/issues"
Repository = "https://github.com/arjbingly/grag.git"

[tool.hatch.version]
path = "src/grag/__about__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/grag/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.1b0"

0 comments on commit e25853b

Please sign in to comment.