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...
54d383e
data_text_search
Ctrl+K
Ctrl+K
3 contributors
History:
65 commits
seanpedrickcase
Fixed Dockerfile curl install line
54d383e
11 months ago
.github
Create sync_to_hf.yml
over 1 year ago
output
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
11 months ago
search_funcs
Cognito authorisation option added to app, some other minor changes.
11 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
2.03 kB
Fixed Dockerfile curl install line
11 months ago
LICENSE
Safe
11.4 kB
Initial commit
over 1 year ago
README.md
Safe
4.82 kB
Some package updates and minor changes
11 months ago
app.py
19 kB
Cognito authorisation option added to app, some other minor changes.
11 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
318 Bytes
Cognito authorisation option added to app, some other minor changes.
11 months ago
requirements_gpu.txt
Safe
328 Bytes
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
11 months ago
requirements_keyword_only.txt
Safe
322 Bytes
Cognito authorisation option added to app, some other minor changes.
11 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