Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DRIFT search on Azure AI Search #1645

Merged
merged 5 commits into from
Jan 21, 2025
Merged

Fix DRIFT search on Azure AI Search #1645

merged 5 commits into from
Jan 21, 2025

Conversation

natoverse
Copy link
Collaborator

AZAIS embeddings were not including the vector itself in the list of retrievable fields, which DRIFT relies on for local cosine similarity checks.

This also adds DRIFT and Basic search queries to the smoke tests, so we should catch search issues more reliably with AZAIS and lancedb.

@natoverse natoverse requested review from a team as code owners January 21, 2025 20:54
AlonsoGuevara
AlonsoGuevara previously approved these changes Jan 21, 2025
@natoverse
Copy link
Collaborator Author

Edit: removed the new DRIFT smoke test because it is brittle. We will address that in a separate PR to unblock patching DRIFT with this bugfix.

@AlonsoGuevara AlonsoGuevara merged commit 47adfe1 into main Jan 21, 2025
15 checks passed
@AlonsoGuevara AlonsoGuevara deleted the fix-drift-azais branch January 21, 2025 23:28
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.

2 participants