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.
 
 
 
 
tanxing 9497784957 initial commit 2 weeks ago
..
assets/pic initial commit 2 weeks ago
configuration initial commit 2 weeks ago
contributing initial commit 2 weeks ago
examples initial commit 2 weeks ago
faq initial commit 2 weeks ago
installation initial commit 2 weeks ago
integrations initial commit 2 weeks ago
overrides initial commit 2 weeks ago
stylesheets initial commit 2 weeks ago
usage initial commit 2 weeks ago
README.md initial commit 2 weeks ago
future_plans.md initial commit 2 weeks ago
index.md initial commit 2 weeks ago

README.md

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.