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
8466e45
data_text_search
/
search_funcs
3 contributors
History:
23 commits
seanpedrickcase
Fixed cleaning for semantic search. Handles text with backslashes in (if cleaned). Updated packages. requirements file for only keyword search added.
8466e45
6 months ago
__init__.py
0 Bytes
Initial commit
about 1 year ago
aws_functions.py
5.85 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
bm25_functions.py
19.2 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
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
Safe
11.8 kB
Gradio 4.21. Limitations on file size and creating embeddings. Added AWS integration
8 months ago
semantic_functions.py
25 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
semantic_ingest_functions.py
12.7 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
spacy_search_funcs.py
Safe
4.66 kB
String query not correctly specified in fuzzy search, changed this
9 months ago