docpilot-cli 1.0.1__tar.gz → 1.0.2__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.
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/PKG-INFO +4 -1
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/README.md +3 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/pyproject.toml +1 -1
- docpilot_cli-1.0.2/src/docpilot/__main__.py +4 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/cli.py +1 -1
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/PKG-INFO +4 -1
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/SOURCES.txt +1 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/LICENSE +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/setup.cfg +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/__init__.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/chat.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/embed.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/scrape.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot/store.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/dependency_links.txt +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/entry_points.txt +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/requires.txt +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/src/docpilot_cli.egg-info/top_level.txt +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/tests/test_cli.py +0 -0
- {docpilot_cli-1.0.1 → docpilot_cli-1.0.2}/tests/test_store.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docpilot-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A local-first RAG pipeline CLI tool
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -87,6 +87,9 @@ docpilot ingest "./docs/engineering_handbook.pdf"
|
|
|
87
87
|
docpilot ingest "./data/faq.csv"
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
+
> [!TIP]
|
|
91
|
+
> If you installed via standard `pip` and get a "command not found" error because your binary path isn't configured, you can always run docpilot by prefixing commands with `python -m docpilot` (e.g., `python -m docpilot ingest ...`).
|
|
92
|
+
|
|
90
93
|
### 2. Ask Questions
|
|
91
94
|
Query your newly created local knowledge base:
|
|
92
95
|
|
|
@@ -65,6 +65,9 @@ docpilot ingest "./docs/engineering_handbook.pdf"
|
|
|
65
65
|
docpilot ingest "./data/faq.csv"
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
+
> [!TIP]
|
|
69
|
+
> If you installed via standard `pip` and get a "command not found" error because your binary path isn't configured, you can always run docpilot by prefixing commands with `python -m docpilot` (e.g., `python -m docpilot ingest ...`).
|
|
70
|
+
|
|
68
71
|
### 2. Ask Questions
|
|
69
72
|
Query your newly created local knowledge base:
|
|
70
73
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docpilot-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A local-first RAG pipeline CLI tool
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -87,6 +87,9 @@ docpilot ingest "./docs/engineering_handbook.pdf"
|
|
|
87
87
|
docpilot ingest "./data/faq.csv"
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
+
> [!TIP]
|
|
91
|
+
> If you installed via standard `pip` and get a "command not found" error because your binary path isn't configured, you can always run docpilot by prefixing commands with `python -m docpilot` (e.g., `python -m docpilot ingest ...`).
|
|
92
|
+
|
|
90
93
|
### 2. Ask Questions
|
|
91
94
|
Query your newly created local knowledge base:
|
|
92
95
|
|
|
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
|