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.

at d10cf3c76ff99d5c6b2b3d59087826403ebdf79f 20 lines 472 B view raw
1[project] 2name = "skyembed" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.12" 7dependencies = [ 8 "aiokafka>=0.12.0", 9 "click>=8.3.1", 10 "confluent-kafka>=2.12.2", 11 "pydantic>=2.12.5", 12 "pydantic-settings>=2.12.0", 13 "python-snappy>=0.7.3", 14 "qdrant-client>=1.16.2", 15 "requests>=2.32.5", 16 "rich>=14.2.0", 17 "sentence-transformers>=5.2.0", 18 "torch>=2.9.1", 19 "transformers>=4.57.3", 20]