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

Qdrant: don't throw on 404 when getting nearest match #698

Merged
merged 1 commit into from Apr 27, 2023

Conversation

adrianwyatt
Copy link
Contributor

Motivation and Context

Qdrant was failing in CopilotChat on first use when querying for vectors in collections that don't exist yet.

Description

  • Swallow 404s from Qdrant when querying for nearest match.

@github-actions github-actions bot added the .NET Issue or Pull requests regarding .NET code label Apr 27, 2023
@adrianwyatt adrianwyatt self-assigned this Apr 27, 2023
@adrianwyatt adrianwyatt added bug Something isn't working PR: ready for review All feedback addressed, ready for reviews samples labels Apr 27, 2023
@adrianwyatt adrianwyatt merged commit 602d731 into microsoft:main Apr 27, 2023
11 checks passed
dluc pushed a commit that referenced this pull request Apr 29, 2023
### Motivation and Context
Qdrant was failing in CopilotChat on first use when querying for vectors
in collections that don't exist yet.

### Description
- Swallow 404s from Qdrant when querying for nearest match.
@cchighman
Copy link
Member

There's quite a bit of work going into fixing this in the MemoryStore for a check that's uniformly handled in the DbClient. Please take a look at the PR for #719 and consider if we should approach resolving in this manner.

@adrianwyatt adrianwyatt deleted the quick-qdrant-fix branch May 4, 2023 00:31
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
### Motivation and Context
Qdrant was failing in CopilotChat on first use when querying for vectors
in collections that don't exist yet.

### Description
- Swallow 404s from Qdrant when querying for nearest match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants