pirag 0.1.2__tar.gz → 0.1.5__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.
- {pirag-0.1.2 → pirag-0.1.5}/PKG-INFO +2 -1
- {pirag-0.1.2 → pirag-0.1.5}/README.md +1 -0
- {pirag-0.1.2/app/rag/doctor → pirag-0.1.5/app/rag/test}/router.py +0 -3
- pirag-0.1.5/app/rag/train/router.py +4 -0
- pirag-0.1.5/app/rag/train/service.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/PKG-INFO +2 -1
- {pirag-0.1.2 → pirag-0.1.5}/pyproject.toml +1 -1
- pirag-0.1.2/app/rag/test/router.py +0 -15
- pirag-0.1.2/app/rag/test/service.py +0 -9
- {pirag-0.1.2 → pirag-0.1.5}/LICENSE +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/main.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/agent.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/ask/__init__.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/ask/config.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/ask/router.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/ask/service.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/config.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/doctor/__init__.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/doctor/config.py +0 -0
- {pirag-0.1.2/app/rag/train → pirag-0.1.5/app/rag/doctor}/router.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/doctor/service.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/test/__init__.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/test/config.py +0 -0
- {pirag-0.1.2/app/rag/train → pirag-0.1.5/app/rag/test}/service.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/train/__init__.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/rag/train/config.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/requirements.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/app/setup.py +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/SOURCES.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/dependency_links.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/entry_points.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/requires.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/pirag.egg-info/top_level.txt +0 -0
- {pirag-0.1.2 → pirag-0.1.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pirag
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
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
|
@@ -31,6 +31,7 @@ Dynamic: license-file
|
|
31
31
|
[](https://langchain.com)
|
32
32
|
[](https://milvus.io/)
|
33
33
|
[](https://min.io/)
|
34
|
+
[](https://github.com/jyje/pilot-onpremise-rag/actions/workflows/build-and-publish.yml)
|
34
35
|
<!-- [](https://docker.com) -->
|
35
36
|
|
36
37
|
</div>
|
@@ -12,6 +12,7 @@
|
|
12
12
|
[](https://langchain.com)
|
13
13
|
[](https://milvus.io/)
|
14
14
|
[](https://min.io/)
|
15
|
+
[](https://github.com/jyje/pilot-onpremise-rag/actions/workflows/build-and-publish.yml)
|
15
16
|
<!-- [](https://docker.com) -->
|
16
17
|
|
17
18
|
</div>
|
File without changes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pirag
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
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
|
@@ -31,6 +31,7 @@ Dynamic: license-file
|
|
31
31
|
[](https://langchain.com)
|
32
32
|
[](https://milvus.io/)
|
33
33
|
[](https://min.io/)
|
34
|
+
[](https://github.com/jyje/pilot-onpremise-rag/actions/workflows/build-and-publish.yml)
|
34
35
|
<!-- [](https://docker.com) -->
|
35
36
|
|
36
37
|
</div>
|
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
|