You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

786 B

DeepSearcher Documentation

This directory contains the documentation for DeepSearcher, powered by MkDocs.

Setup

  1. Install MkDocs and required plugins:
pip install mkdocs mkdocs-material mkdocs-jupyter pymdown-extensions
  1. Clone the repository:
git clone https://github.com/zilliztech/deep-searcher.git
cd deep-searcher

Development

To serve the documentation locally:

mkdocs serve

This will start a local server at http://127.0.0.1:8000/ where you can preview the documentation.

Building

To build the static site:

mkdocs build

This will generate the static site in the site directory.

Deployment

The documentation is automatically deployed when changes are pushed to the main branch using GitHub Actions.