Skip to content

Commit 6516141

Browse files
authored
Update vector.mdx
1 parent 5752e10 commit 6516141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/platform/vector.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Every SQLite Cloud database comes with the `sqlite-vec` extension pre-installed.
1212

1313
Using sqlite-vec is similar to using full-text search in SQLite. Declare a "virtual table" with vector columns, insert data with normal INSERT INTO statements, and query with normal SELECT statements.
1414

15-
`sqlite-vec` is currently built and optimized for brute-force vector search. This means there is no approximate nearest neighbor search available, limiting the number of vectors that can be searched in a reasonable amount of time.
15+
`sqlite-vec` is currently built and optimized for brute-force vector search. This means there is no approximate nearest neighbor search available at this time.
1616

1717
## Usage
1818
### Create a vector table
@@ -100,7 +100,7 @@ insert into vec_items_slim
100100
```
101101

102102
## Performance considerations
103-
Free SQLite Cloud plans are not optimized for vector workloads. To speak to the team about upgrading your plan, [please reach out](https://www.sqlitecloud.io/support).
103+
Free SQLite Cloud plans are not optimized for large-scale vector workloads. To speak to the team about upgrading your plan, [please reach out](https://www.sqlitecloud.io/support).
104104

105105
## Next Steps
106106
Combined with [edge functions](/docs/edge-functions), SQLite Cloud's vector search capabilities make it a great choice for serverless RAG applications.

0 commit comments

Comments
 (0)