Skip to content

Commit

Permalink
Merge pull request #494 from empathyco/feat/configure-search-for-quer…
Browse files Browse the repository at this point in the history
…y-ranking

feat: Add Search URL to enable Query ranking pointing to Stage env
  • Loading branch information
alvarodE authored Jul 18, 2024
2 parents 5e13903 + 31b9596 commit cbe7a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/snippet-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ window.addEventListener('load', () => {
conversational: {
baseUrl: 'https://gplay-rag.internal.test.empathy.co'
},
search: {
baseUrl: 'https://api.staging.empathy.co/search/v1'
},
instance,
lang,
audience: 'enterprise',
Expand Down

0 comments on commit cbe7a0c

Please sign in to comment.