Iamogeee / BusinessConnect

0 stars 0 forks source link

Search caching #24

Closed Iamogeee closed 2 months ago

Iamogeee commented 2 months ago

New Changes

Dynamic Stop Words Identification: Implemented identifyStopWords function to perform frequency analysis on business overviews: Identify terms that appear in more than 10% of business overviews as stop words

Build Inverted Index: Filter out stop words from the tokenized terms

Additional Improvements:

Key Changes

Custom Cache Implementation:

Caching Integration in Search Endpoint: