GeistHaus
log in · sign up

GitHub - asg017/sqlite-vss: A SQLite extension for efficient vector search, based on Faiss!

github.com

A SQLite extension for efficient vector search, based on Faiss! - asg017/sqlite-vss

6 pages link to this URL
Vector Technologies for AI: Extending Your Existing Data Stack

Explore the differences between vector engines and vector databases, learn their unique benefits, and discover how to integrate them into your existing data engineering landscape without creating parallel stacks.

0 inbound links article en Data Engineering vector-databaseartifical intelligencemotherduckvectorizedduckdbembeddingsservices
Embeddings: What they are and why they matter

Embeddings are a really neat trick that often come wrapped in a pile of intimidating jargon. If you can make it through that jargon, they unlock powerful and exciting techniques …

18 inbound links article en my-talks 90ai 2023generative-ai 1790vector-search 21embeddings 60llm 600annotated-talks 30rag 35clip 8
Vector Search

Recently I learned about a new kind of search called Vector Search or Semantic Search. This is a search technique that tries to find documents that match the meaning of the user’s search term instead of trying to match keywords like a Full Text Search (FTS). I wanted to try Semantic Search for my blog. I came across Alex Garcia’s post about a new SQLite extension for Vector Search called sqlite-vss.

0 inbound links article en blog sqlitepythonprogrammingsearchvectorsemantic
SQLite

SQLite is my database engine of choice for simple, no-frills stuff, and has of late become popular enough for me not to have to bother compi...

0 inbound links article en CC BY-NC-ND 4.0