https://github.com/neonwatty/sqlitefst5demo
https://github.com/neonwatty/sqlitefst5demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonwatty/sqlitefst5demo
- Owner: neonwatty
- Created: 2023-03-16T22:59:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T23:22:30.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:58:25.116Z (8 months ago)
- Language: Jupyter Notebook
- Size: 604 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlite fts5 full search text search demo
I always forget that sqlite has a simple-to-use [extension](https://www.sqlite.org/fts5.html) (that comes with Python's built in version) allows for decent full text search.
This is a reminder collab notebook [](https://colab.research.google.com/github/jermwatt/sqliteFST5demo/blob/master/sqlite_text_search_demo.ipynb#scrollTo=990354af) illustrates how to setup this full text search functionality on a small example dataset. This is the "ASMR YouTube channels" [Kaggle dataset](https://www.kaggle.com/datasets/ulisesmontoyacanales/youtube-asmr-channels) - which some rich text columns detailing various facets of some ASMR YouTube channels (like a channel's `description`)