Spaces:
Running
Running
File size: 153 Bytes
21db53c |
1 2 3 4 5 6 7 |
from app.Services.vector_db_context import VectorDbContext
async def main():
context = VectorDbContext()
await context.initialize_collection()
|