Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Aug 14, 2024
1 parent 4a850ca commit 156e10a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ You can search for a vector simply like this.
SELECT * FROM items ORDER BY embedding <-> '[3,2,1]' LIMIT 5;
```

### A simple Question-Answering application

Please check out the [Question-Answering application](https://docs.pgvecto.rs/use-case/question-answering.html) tutorial.

### Half-precision floating-point

`vecf16` type is the same with `vector` in anything but the scalar type. It stores 16-bit floating point numbers. If you want to reduce the memory usage to get better performance, you can try to replace `vector` type with `vecf16` type.
Expand Down

0 comments on commit 156e10a

Please sign in to comment.