https://github.com/code-raushan/paradedb-search
https://github.com/code-raushan/paradedb-search
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-raushan/paradedb-search
- Owner: code-raushan
- Created: 2024-06-19T10:55:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:59:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T10:15:38.400Z (about 1 year ago)
- Language: TypeScript
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParadeDB Search POC
For creating bm25 index, create sql files inside `src/sql/index` folder:
```sql
CALL paradedb.create_bm25(
index_name => '',
table_name => '',
key_field => '',
text_fields => '{}',
json_fields => '{}'
)
```
For executing the sql files, run the following command in the terminal:
` npx ts-node src/executeSQL.ts --file sql/index/.sql `
`https://www.paradedb.com/`