Hugging Face
Models
Datasets
Spaces
Posts
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...
7f029b5
data_text_search
3 contributors
History:
61 commits
seanpedrickcase
Now accepts .zip file as inputs. Moved semantic search option bar. Minor API mode changes.
7f029b5
7 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
8 months ago
search_funcs
Now accepts .zip file as inputs. Moved semantic search option bar. Minor API mode changes.
7 months ago
.dockerignore
Safe
225 Bytes
Now accepts .zip file as inputs. Moved semantic search option bar. Minor API mode changes.
7 months ago
.gitignore
Safe
264 Bytes
Now accepts .zip file as inputs. Moved semantic search option bar. Minor API mode changes.
7 months ago
Dockerfile
Safe
1.93 kB
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
8 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
8 months ago
app.py
Safe
19 kB
Now accepts .zip file as inputs. Moved semantic search option bar. Minor API mode changes.
7 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
8 months ago
example_highlight.txt
Safe
347 Bytes
Added highlight search term functionality to keyword search output
12 months ago
how_to_create_exe_dist.txt
Safe
2.05 kB
Some package updates and minor changes
8 months ago
requirements.txt
Safe
319 Bytes
Changed embedding model to MiniLM-L6 as faster. Compressed embeddings are now int8. General improvements to API mode
8 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
8 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.
9 months ago