Local retriever search for your use
Project description
Retriever
To setup your own local search you can now use this repo.
Install
Recommended to use a virtual environment using venv -
$ python -m venv new_env
$ source new_env/bin/activate
For installing from the github repo -
$ pip install -e .
For installing from the pip -
$ pip install retriever-search
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', device='cpu')
Where to access the frontend
Access via the following URL - http://127.0.0.1:7860 This URL would work for your local setup only
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file retriever_search-0.0.8.tar.gz
.
File metadata
- Download URL: retriever_search-0.0.8.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 322bcb0282be7a6ca3ab1f93fe8f8479595b87ebd901e99d78c81bf7046b9f97 |
|
MD5 | c7e637929f75102af4e6952e0104f7f3 |
|
BLAKE2b-256 | 086891eb18d18f58c0d50da5ce558ef36b0cfb2fc974136d272130425ec38132 |
File details
Details for the file retriever_search-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: retriever_search-0.0.8-py3-none-any.whl
- Upload date:
- Size: 9.1 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 | 945d9252ff9e41fb377a9f04b556a716358b0a7aa48263e0de74214ea5dc064c |
|
MD5 | 5a04b6dc1be6ef4f8d0fec640038e8b6 |
|
BLAKE2b-256 | cdeae407bcf513da74d5c805fd2e0b333928676c439180232f1f3b2d51046dfa |