Skip to content

Commit

Permalink
Merge branch 'main' into fix/id-mismatch-with-vectordb
Browse files Browse the repository at this point in the history
  • Loading branch information
vkehfdl1 authored Dec 17, 2024
2 parents f07331e + 499f54a commit 917b285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ classifiers = [
urls = { Homepage = "https://github.com/Marker-Inc-Korea/AutoRAG" }
dynamic = ["version", "dependencies"]

[tool.poetry]
name = "AutoRAG"
version = "0.0.2" #initial version
description = "Automatically Evaluate RAG pipelines with your own data. Find optimal structure for new RAG product."
authors = ["Marker-Inc <[email protected]>"]

[tool.setuptools.dynamic]
version = { file = ["autorag/VERSION"] }
dependencies = { file = ["requirements.txt"] }
Expand Down

0 comments on commit 917b285

Please sign in to comment.