A lil service that creates embeddings of posts, profiles, and avatars to store them in Qdrant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix search

Hailey ed43cdc7 5dff042e

+2
+2
database.py
··· 239 239 scroll_filter=Filter( 240 240 must=[FieldCondition(key="did", match=MatchValue(value=did))] 241 241 ), 242 + with_vectors=True, 243 + with_payload=True, 242 244 ) 243 245 244 246 if result and result[0] and len(result[0]) > 0: