neko-image-gallery / scripts /qdrant_create_collection.py
eggacheb's picture
Upload 97 files
21db53c verified
raw
history blame contribute delete
153 Bytes
from app.Services.vector_db_context import VectorDbContext
async def main():
context = VectorDbContext()
await context.initialize_collection()