Skip to content

Commit cfe7c7b

Browse files
committed
chore: rename package to ragpipe-ai on PyPI (ragpipe was taken)
1 parent 685986b commit cfe7c7b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "ragpipe"
6+
name = "ragpipe-ai"
77
version = "0.1.0"
88
description = "RAG in 3 functions. Ingest any data source into vector databases."
99
readme = "README.md"
@@ -40,19 +40,19 @@ openai = ["openai>=1.0"]
4040
local = ["sentence-transformers>=2.2"]
4141
watch = ["watchdog>=3.0"]
4242
all = [
43-
"ragpipe[cli]",
44-
"ragpipe[web]",
45-
"ragpipe[qdrant]",
46-
"ragpipe[pinecone]",
47-
"ragpipe[openai]",
48-
"ragpipe[local]",
49-
"ragpipe[watch]",
43+
"ragpipe-ai[cli]",
44+
"ragpipe-ai[web]",
45+
"ragpipe-ai[qdrant]",
46+
"ragpipe-ai[pinecone]",
47+
"ragpipe-ai[openai]",
48+
"ragpipe-ai[local]",
49+
"ragpipe-ai[watch]",
5050
]
5151
dev = [
5252
"pytest>=7.0",
5353
"pytest-asyncio>=0.21",
5454
"ruff>=0.1",
55-
"ragpipe[cli,web]",
55+
"ragpipe-ai[cli,web]",
5656
]
5757

5858
[project.scripts]

0 commit comments

Comments
 (0)