Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ def search_and_reconstruct(query, df_chunks, k):
|
|
| 133 |
|
| 134 |
return reconstructed_results
|
| 135 |
|
| 136 |
-
def call_chat_api(data: ChatRequestClient):
|
| 137 |
url = "https://agent-builder-api.greensea-b20be511.northeurope.azurecontainerapps.io/chat/"
|
| 138 |
# Validate and convert the data to a dictionary
|
| 139 |
validated_data = data.dict()
|
|
|
|
| 133 |
|
| 134 |
return reconstructed_results
|
| 135 |
|
| 136 |
+
def call_chat_api(data: ChatRequestClient, k):
|
| 137 |
url = "https://agent-builder-api.greensea-b20be511.northeurope.azurecontainerapps.io/chat/"
|
| 138 |
# Validate and convert the data to a dictionary
|
| 139 |
validated_data = data.dict()
|