File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " ragpipe"
6+ name = " ragpipe-ai "
77version = " 0.1.0"
88description = " RAG in 3 functions. Ingest any data source into vector databases."
99readme = " README.md"
@@ -40,19 +40,19 @@ openai = ["openai>=1.0"]
4040local = [" sentence-transformers>=2.2" ]
4141watch = [" watchdog>=3.0" ]
4242all = [
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]
5151dev = [
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 ]
You can’t perform that action at this time.
0 commit comments