Skip to content

Conversation

larsekhansen
Copy link

Resolves #3618

- Fix hardcoded index name in setup-embedder.mjs to use MEILISEARCH_PROJECT_NAME
- Enables proper embedder registration for semantic search
- Resolves vector search failure that caused RAG to fall back to keyword search
- Add check-embedder-status.mjs to validate embedder configuration and test vector search
- Add debug-search.mjs to inspect index content and test different query types
- These tools help troubleshoot RAG pipeline issues and verify semantic search functionality
Copy link

changeset-bot bot commented Oct 1, 2025

⚠️ No Changeset found

Latest commit: 08c47de

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

'Content-Type': 'application/json',
'api-key': env.AZURE_KEY,
},
body: JSON.stringify({ input: text }),

Check warning

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this server only functions as an API, you can build that directly into react router.
In loaders, you can run server code, and return responses from it.
You can also make sure that code only runs on the server by using server modules, see: https://reactrouter.com/api/framework-conventions/server-modules

You can then, in the loader for the API route, use data() to send what you need, see: https://reactrouter.com/api/utils/data

It would be nice to not have to spin up a separate Azure deployment.
If you need any env vars, simply add them to the Dockerfile and azure action for www

Copy link
Contributor

github-actions bot commented Oct 2, 2025

Preview deployments for this pull request:

storybook - 8. Oct 2025 - 16:26

themebuilder - 8. Oct 2025 - 16:26

www - 8. Oct 2025 - 16:26

larsekhansen and others added 2 commits October 2, 2025 16:57
…ensitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ensitive information

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AI-powered smart search across documentation sources
4 participants