Skip to content

Commit 083065a

Browse files
committed
Removed unused API method.
1 parent 43fc4e1 commit 083065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import uvicorn
44

55
# Registering API endpoints.
6-
from api.endpoints import handle_new_chat_message_from_user, get_products_by_description
6+
from api.endpoints import handle_new_chat_message_from_user
77

88
if __name__ == "__main__":
99
#get_product_embeddings()

0 commit comments

Comments
 (0)