Skip to content

Commit

Permalink
Correction after renaming embedding #48 and reranking #39 functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCsabaToth committed Oct 18, 2024
1 parent a841d6f commit be4f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://firebase.google.com/docs/functions/organize-functions?gen=2nd#python
from fn_impl.chirp import *
from fn_impl.embedding import *
from fn_impl.reranking import *
from fn_impl.embed import *
from fn_impl.rerank import *
from fn_impl.tts import *

0 comments on commit be4f0cc

Please sign in to comment.