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 main 53 lines 442 B view raw
1# Python-generated files 2__pycache__/ 3*.py[oc] 4*.pyo 5*.pyd 6.Python 7build/ 8dist/ 9wheels/ 10*.egg-info 11*.egg 12 13# Virtual environments 14.venv/ 15venv/ 16ENV/ 17env/ 18 19# Environment files 20.env 21.env.* 22 23# Git files 24.git/ 25.gitignore 26.gitattributes 27 28# IDE files 29.vscode/ 30.idea/ 31*.swp 32*.swo 33*~ 34 35# Documentation 36README.md 37*.md 38LICENSE 39 40# CI/CD 41.github/ 42.gitlab-ci.yml 43 44# Testing 45.pytest_cache/ 46.coverage 47htmlcov/ 48*.cover 49.hypothesis/ 50 51# Other 52.DS_Store 53Thumbs.db