Skip to content

MacHu-GWU/sayt-project

Repository files navigation

Documentation Status

image

image

image

image

image

image

image


image

image

image

image

image

image

image

Welcome to sayt (Search as you type) Documentation

sayt (Search as you type) is a Python library provide Google liked searching experience using your own dataset. It focus on quickly indexing your own dataset and start searching on it. sayt is not a full text search database, it doesn't support update/delete operation on your dataset, if your dataset is changed, sayt will delete the old one and re-index everything.

Features:

  1. Support id search, ngram search, full text search, fuzzy search, range search.
  2. Query results are automatically cached, and will expire based on your configuration.

Install

sayt is released on PyPI, so all you need is to:

$ pip install sayt

To upgrade to latest version:

$ pip install --upgrade sayt

About

Search as you type on your own dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages