supabase / vecs

Postgres/pgvector Python Client
https://supabase.github.io/vecs/latest
Apache License 2.0
211 stars 32 forks source link

can i implement hybrid search with vecs? #88

Closed legaltextai closed 2 weeks ago

legaltextai commented 2 weeks ago

thank you

olirice commented 2 weeks ago

vecs is a lib for semantic search. If you're interested in hybrid search I'd suggest following out hybrid search docs which explain how to create an appropriate SQL function and access it via the REST API