An open API service indexing awesome lists of open source software.

https://github.com/code-raushan/paradedb-search


https://github.com/code-raushan/paradedb-search

Last synced: 7 months ago
JSON representation

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/`