tranny / App /Embedding /EmbeddingRoutes.py
Mbonea's picture
testing
32a36b2
raw
history blame
195 Bytes
from fastapi import APIRouter
from .Schemas import BaseRequest, GetTranscriptions
from App.Users.Model import User
embeddigs_router = APIRouter(tags=["embeddings"])
# create
# search
# update?