Skip to main content

A simple Python package

Project description

Retriever

Install

Recommended to use a virtual environment using venv -

$ python -m venv new_env
$ source new_env/bin/activate
$ pip install -e .

Search server and frontend run

>>> from retriever_search import search_server
>>> from retriever_search import frontend_app as fp
>>> fp.run_frontend()
>>> search_server.run_search_server('path_to_folder', 'save_json_path')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

localretriever-0.0.4.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

localretriever-0.0.4-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page