A lil service that creates embeddings of posts, profiles, and avatars to store them in Qdrant
at main 505 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 "prometheus-client>=0.23.1", 12 "pydantic>=2.12.5", 13 "pydantic-settings>=2.12.0", 14 "python-snappy>=0.7.3", 15 "qdrant-client>=1.16.2", 16 "requests>=2.32.5", 17 "rich>=14.2.0", 18 "sentence-transformers>=5.2.0", 19 "torch>=2.9.1", 20 "transformers>=4.57.3", 21]