Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add seqscan to README #142

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@ WITH (M=2, ef_construction=10, ef=4, dim=3);

Start querying data
```sql
SET enable_seqscan = false;
SELECT id, l2sq_dist(vector, ARRAY[0,0,0]) AS dist
FROM small_world ORDER BY vector <-> ARRAY[0,0,0] LIMIT 1;
```
@@ -125,4 +126,4 @@ Important takeaways:

- [GitHub issues](https://github.com/lanterndata/lantern/issues): report bugs or issues with Lantern
- Need support? Contact [[email protected]](mailto:[email protected]). We are happy to troubleshoot issues and advise on how to use Lantern for your use case
- We welcome community contributions! Feel free to open an issue or a PR. If you contact [[email protected]](mailto:[email protected]), we can find an open issue or project that fits you
- We welcome community contributions! Feel free to open an issue or a PR. If you contact [[email protected]](mailto:[email protected]), we can find an open issue or project that fits you