mirror of
https://github.com/namuan/dr-doc-search
synced 2024-11-11 13:10:55 +00:00
.github | ||
docs | ||
src/doc_search | ||
.flake8 | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CHANGELOG.md | ||
LICENCE | ||
Makefile | ||
mkdocs.yml | ||
poetry.lock | ||
poetry.toml | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
Doc Search
Documentation: https://namuan.github.io/dr-doc-search
Source Code: https://github.com/namuan/dr-doc-search
PyPI: https://pypi.org/project/dr-doc-search/
Search through a document using a chat interface.
Installation
pip install dr-doc-search
Example Usage
dr-doc-search --help
Development
-
Clone this repository
-
Requirements:
-
Create a virtual environment and install the dependencies
poetry install
- Activate the virtual environment
poetry shell
Validating build
make build
Release process
A release is automatically published when a new version is bumped using make bump
.
See .github/workflows/build.yml
for more details.
Once the release is published, .github/workflows/publish.yml
will automatically publish it to PyPI.