[docs] small fixes (#308)

Closes #288 and #287
This commit is contained in:
Leon Yee
2023-07-14 12:46:31 -07:00
committed by GitHub
parent 6dfe7fabc2
commit a8a50591d7
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
# Vector embedding search using TransformersJS and NodeJS
# Vector embedding search using TransformersJS
## Embed and query data from LacneDB using TransformersJS
<img id="splash" width="400" alt="transformersjs" src="https://github.com/lancedb/lancedb/assets/43097991/88a31e30-3d6f-4eef-9216-4b7c688f1b4f">
This example shows how to use the [transformers.js](https://github.com/xenova/transformers.js) library to perform vector embedding search using LanceDB's Javascript API.