pirag 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {pirag-0.1.6 → pirag-0.1.7}/PKG-INFO +1 -1
  2. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/PKG-INFO +1 -1
  3. {pirag-0.1.6 → pirag-0.1.7}/pyproject.toml +5 -5
  4. {pirag-0.1.6 → pirag-0.1.7}/LICENSE +0 -0
  5. {pirag-0.1.6 → pirag-0.1.7}/README.md +0 -0
  6. {pirag-0.1.6 → pirag-0.1.7}/app/main.py +0 -0
  7. {pirag-0.1.6 → pirag-0.1.7}/app/rag/agent.py +0 -0
  8. {pirag-0.1.6 → pirag-0.1.7}/app/rag/ask/__init__.py +0 -0
  9. {pirag-0.1.6 → pirag-0.1.7}/app/rag/ask/config.py +0 -0
  10. {pirag-0.1.6 → pirag-0.1.7}/app/rag/ask/router.py +0 -0
  11. {pirag-0.1.6 → pirag-0.1.7}/app/rag/ask/service.py +0 -0
  12. {pirag-0.1.6 → pirag-0.1.7}/app/rag/config.py +0 -0
  13. {pirag-0.1.6 → pirag-0.1.7}/app/rag/doctor/__init__.py +0 -0
  14. {pirag-0.1.6 → pirag-0.1.7}/app/rag/doctor/config.py +0 -0
  15. {pirag-0.1.6 → pirag-0.1.7}/app/rag/doctor/router.py +0 -0
  16. {pirag-0.1.6 → pirag-0.1.7}/app/rag/doctor/service.py +0 -0
  17. {pirag-0.1.6 → pirag-0.1.7}/app/rag/test/__init__.py +0 -0
  18. {pirag-0.1.6 → pirag-0.1.7}/app/rag/test/config.py +0 -0
  19. {pirag-0.1.6 → pirag-0.1.7}/app/rag/test/router.py +0 -0
  20. {pirag-0.1.6 → pirag-0.1.7}/app/rag/test/service.py +0 -0
  21. {pirag-0.1.6 → pirag-0.1.7}/app/rag/train/__init__.py +0 -0
  22. {pirag-0.1.6 → pirag-0.1.7}/app/rag/train/config.py +0 -0
  23. {pirag-0.1.6 → pirag-0.1.7}/app/rag/train/router.py +0 -0
  24. {pirag-0.1.6 → pirag-0.1.7}/app/rag/train/service.py +0 -0
  25. {pirag-0.1.6 → pirag-0.1.7}/app/requirements.txt +0 -0
  26. {pirag-0.1.6 → pirag-0.1.7}/app/setup.py +0 -0
  27. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/SOURCES.txt +0 -0
  28. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/dependency_links.txt +0 -0
  29. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/entry_points.txt +0 -0
  30. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/requires.txt +0 -0
  31. {pirag-0.1.6 → pirag-0.1.7}/pirag.egg-info/top_level.txt +0 -0
  32. {pirag-0.1.6 → pirag-0.1.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pirag
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: CLI Projects of On-Premise RAG. You can use your own LLM and vector DB. Or just add remote LLM servers and vector DB.
5
5
  Author-email: semir4in <semir4in@gmail.com>, jyje <jyjeon@outlook.com>
6
6
  Project-URL: Homepage, https://github.com/jyje/pilot-onpremise-rag
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pirag
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: CLI Projects of On-Premise RAG. You can use your own LLM and vector DB. Or just add remote LLM servers and vector DB.
5
5
  Author-email: semir4in <semir4in@gmail.com>, jyje <jyjeon@outlook.com>
6
6
  Project-URL: Homepage, https://github.com/jyje/pilot-onpremise-rag
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pirag"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "CLI Projects of On-Premise RAG. You can use your own LLM and vector DB. Or just add remote LLM servers and vector DB."
5
5
  authors = [
6
6
  { name="semir4in", email="semir4in@gmail.com" },
@@ -20,11 +20,11 @@ pirag = "app.main:main"
20
20
 
21
21
  [build-system]
22
22
  requires = [
23
- "setuptools>=61.0",
24
- "wheel<0.46",
25
- "build>=1.0.3",
23
+ "setuptools>=78.1",
24
+ "wheel>=0.45",
25
+ "build>=1.2",
26
26
  "pip>=23.0",
27
- "tomli<2.1",
27
+ "tomli>=2.2",
28
28
  ]
29
29
  build-backend = "setuptools.build_meta"
30
30
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes