Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
seanpedrickcase
/
data_text_search
like
1
Running
App
Files
Files
Community
fcd826b
data_text_search
/
search_funcs
3 contributors
History:
26 commits
seanpedrickcase
Specified boto3 sts region
ee015e4
6 months ago
__init__.py
0 Bytes
Initial commit
about 1 year ago
aws_functions.py
Safe
5.86 kB
Specified boto3 sts region
6 months ago
bm25_functions.py
19.3 kB
Correct bm25 filename usage
6 months ago
clean_funcs.py
Safe
4.73 kB
Fixed cleaning for semantic search. Handles text with backslashes in (if cleaned). Updated packages. requirements file for only keyword search added.
6 months ago
convert_files_to_parquet.py
Safe
965 Bytes
Many changes to code organisation. More efficient searches from using intermediate outputs. Version 0.1
10 months ago
helper_functions.py
12.2 kB
Now checks for output folder before saving. Minor code cleaning
6 months ago
semantic_functions.py
25.1 kB
Now checks for output folder before saving. Minor code cleaning
6 months ago
semantic_ingest_functions.py
12.8 kB
Now checks for output folder before saving. Minor code cleaning
6 months ago
spacy_search_funcs.py
Safe
4.66 kB
String query not correctly specified in fuzzy search, changed this
9 months ago