You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select document_chunks.embedding <-> ? as distance, document_chunks.content from "document_chunks" inner join "documents" on "documents"."id" = "document_chunks"."document_id" inner join "sources" on "sources"."id" = "documents"."source_id" where "sources"."project_id" = ? and "sources"."id" in (?) order by distance limit 20