Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
data_text_search
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dbad462
data_text_search
Ctrl+K
Ctrl+K
3 contributors
History:
73 commits
seanpedrickcase
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
dbad462
6 months ago
.github
Create sync_to_hf.yml
over 1 year ago
search_funcs
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
.dockerignore
Safe
256 Bytes
Explicitly installing curl and exposing port in Dockerfile
11 months ago
.gitignore
Safe
289 Bytes
Explicitly installing curl and exposing port in Dockerfile
11 months ago
Dockerfile
Safe
2.41 kB
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
LICENSE
Safe
11.4 kB
Initial commit
over 1 year ago
README.md
Safe
4.81 kB
Can deal with backslashes in metadata for semantic search load
10 months ago
app.py
Safe
22.8 kB
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
download_model.py
Safe
518 Bytes
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
11 months ago
example_highlight.txt
Safe
347 Bytes
Added highlight search term functionality to keyword search output
over 1 year ago
how_to_create_exe_dist.txt
Safe
2.06 kB
Cognito authorisation option added to app, some other minor changes.
11 months ago
requirements.txt
Safe
358 Bytes
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
requirements_aws.txt
Safe
321 Bytes
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
requirements_gpu.txt
Safe
368 Bytes
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
requirements_keyword_only.txt
Safe
362 Bytes
Included exact/fuzzy phrase matching. Updated packages and added basic logging.
6 months ago
requirements_no_semantic.txt
Safe
227 Bytes
Fixed cleaning for semantic search. Handles text with backslashes in (if cleaned). Updated packages. requirements file for only keyword search added.
about 1 year ago