tarzi 0.2.0

Rust-native lite search for AI applications
Documentation
Examples
========

Real-world examples and use cases for tarzi.

Getting Started
---------------

All examples are available in the `examples/` directory of the repository:

.. code-block:: bash

   git clone https://github.com/mirasoth/tarzi.git
   cd tarzi

   # Python examples
   python examples/basic_usage.py
   python examples/sogou_weixin_search.py

   # Rust examples
   cargo run --example basic_usage
   cargo run --example search_engine_brave
   cargo run --example search_engine_default

Documentation Examples
----------------------

.. toctree::
   :maxdepth: 2

   api_search