diff --git a/README.md b/README.md index 825db04e6..6eae257d2 100644 --- a/README.md +++ b/README.md @@ -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 [support@lantern.dev](mailto:support@lantern.dev). 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 [support@lantern.dev](mailto:support@lantern.dev), we can find an open issue or project that fits you \ No newline at end of file +- We welcome community contributions! Feel free to open an issue or a PR. If you contact [support@lantern.dev](mailto:support@lantern.dev), we can find an open issue or project that fits you