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 details)
Built Distribution
File details
Details for the file localretriever-0.0.4.tar.gz
.
File metadata
- Download URL: localretriever-0.0.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9308ab9f44a93402b492a70789609c13d9cff2c8780598ccd2dc5386dbdeb0cf
|
|
MD5 |
276319cee4ecf8f85479c344c47baf7f
|
|
BLAKE2b-256 |
e610f6d494efc3fbb1d8c4b272224921c2b500d994dec9a716f3dac9106bc322
|
File details
Details for the file localretriever-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: localretriever-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5c06b94ad2d57072fb88a94dbc57187ee47e0667b10beabc6fb3db20af3f0250
|
|
MD5 |
e751be905454a429a9d1fcc01669f03a
|
|
BLAKE2b-256 |
ec49ebf82da8ea307cec4b683966f5904ba0e66958ce23fb0a2885c22ec41159
|