# Turso brings Native Vector Search to SQLite

DevFeed: [Turso brings Native Vector Search to SQLite](<https://devfeed.tech/articles/turso-brings-native-vector-search-to-sqlite-6061.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-brings-native-vector-search-to-sqlite>)

Author: Glauber Costa

Published: 2024-06-05T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [search](<https://devfeed.tech/tags/search.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vector](<https://devfeed.tech/tags/vector.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

## AI overview

Turso announces native Vector Similarity Search for SQLite through libSQL, eliminating the need to manage a separate vector-search extension. The feature adds vectors as a column type that works across Turso and in-memory libSQL databases, supports floating-point vectors, and can be used directly in SQL queries alongside standard SQLite data.

## Source excerpt

Vector Similarity Search is now available!