We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8894c24 commit bfde0e4Copy full SHA for bfde0e4
app/backend/main.py
@@ -2,7 +2,9 @@
2
from database.data_helpers import get_product_embeddings
3
import uvicorn
4
5
+# Registering API endpoints.
6
from api.endpoints import handle_new_chat_message_from_user, get_products_by_description
7
+
8
if __name__ == "__main__":
9
#get_product_embeddings()
10
uvicorn.run(app, host="0.0.0.0", port=8000)
0 commit comments