You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
namuan e01fa1708b feat: Initial commit with a skeleton project 1 year ago
.github feat: Initial commit with a skeleton project 1 year ago
docs feat: Initial commit with a skeleton project 1 year ago
src/doc_search feat: Initial commit with a skeleton project 1 year ago
.flake8 feat: Initial commit with a skeleton project 1 year ago
.gitignore feat: Initial commit with a skeleton project 1 year ago
.pre-commit-config.yaml feat: Initial commit with a skeleton project 1 year ago
CHANGELOG.md feat: Initial commit with a skeleton project 1 year ago
LICENCE feat: Initial commit with a skeleton project 1 year ago
Makefile feat: Initial commit with a skeleton project 1 year ago
README.md feat: Initial commit with a skeleton project 1 year ago
mkdocs.yml feat: Initial commit with a skeleton project 1 year ago
poetry.lock feat: Initial commit with a skeleton project 1 year ago
poetry.toml feat: Initial commit with a skeleton project 1 year ago
pyproject.toml feat: Initial commit with a skeleton project 1 year ago
setup.cfg feat: Initial commit with a skeleton project 1 year ago

README.md

Doc Search

PyPI PyPI - Python Version PyPI - License


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.