Skip to content

Commit

Permalink
fix: adding missing endpoint after updating
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Nov 22, 2024
1 parent 7988a9a commit d1faa94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/docker.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function resolveEmpathyEndpoint(endpoint: DockerEndpoints, context: Record<strin
recommendations: `http://${endpointHost}/query/${endpointInstance}/topclicked`,
nextQueries: `https://api.empathy.co/nextqueries/${endpointInstance}`,
querySuggestions: `http://${endpointHost}/query/${endpointInstance}/empathize`,
relatedPrompts: `https://api.empathy.co/relatedPrompts/${endpointInstance}`,
relatedTags: `https://api.empathy.co/relatedtags/${endpointInstance}`,
identifierResults: `http://${endpointHost}/query/${endpointInstance}/skusearch`,
semanticQueries: `http://${endpointHost}/semantics-api/search_single/${endpointInstance}`,
Expand Down

0 comments on commit d1faa94

Please sign in to comment.