Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
data_text_search
like
1
Sleeping
App
Files
Files
Community
main
data_text_search
3 contributors
History:
70 commits
seanpedrickcase
Improvements with embeddings load and file save
650da6e
3 months ago
.github
Create sync_to_hf.yml
about 1 year ago
output
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
4 months ago
search_funcs
Improvements with embeddings load and file save
3 months ago
.dockerignore
Safe
256 Bytes
Explicitly installing curl and exposing port in Dockerfile
4 months ago
.gitignore
Safe
289 Bytes
Explicitly installing curl and exposing port in Dockerfile
4 months ago
Dockerfile
Safe
2.37 kB
Updated Dockerfile and requirements files to create a smaller container
3 months ago
LICENSE
Safe
11.4 kB
Initial commit
about 1 year ago
README.md
Safe
4.82 kB
Some package updates and minor changes
4 months ago
app.py
Safe
19 kB
Improvements with embeddings load and file save
3 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
4 months ago
example_highlight.txt
Safe
347 Bytes
Added highlight search term functionality to keyword search output
9 months ago
how_to_create_exe_dist.txt
Safe
2.06 kB
Cognito authorisation option added to app, some other minor changes.
4 months ago
requirements.txt
Safe
318 Bytes
Cognito authorisation option added to app, some other minor changes.
4 months ago
requirements_aws.txt
Safe
309 Bytes
added a few more requirements for aws load
3 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
4 months ago
requirements_keyword_only.txt
Safe
322 Bytes
Cognito authorisation option added to app, some other minor changes.
4 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.
6 months ago