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(retriever): Update match_vectors sql function to rank chunks in correct order #2367

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

dmourot
Copy link
Collaborator

@dmourot dmourot commented Mar 21, 2024

Description

Fix match_vectors function that rank chunks in the wrong order

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Checklist before requesting a review

Please delete options that are not relevant.

  • [ x ] My code follows the style guidelines of this project
  • [ x ] I have performed a self-review of my code
  • [ x ] I have commented hard-to-understand areas
  • I have ideally added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged

Screenshots (if appropriate):

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Mar 21, 2024
Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
quivrapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 5:37am

@dosubot dosubot bot added the area: scripts Related to ad-hoc scripts, SQL migrations, or under the /scripts directory label Mar 21, 2024
@dmourot dmourot changed the title Fix : Update match_vectors sql function to rank chunks in correct order fix(retriever): Update match_vectors sql function to rank chunks in correct order Mar 21, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 21, 2024
@StanGirard StanGirard merged commit af59816 into main Mar 21, 2024
4 of 7 checks passed
StanGirard added a commit that referenced this pull request Mar 21, 2024
🤖 I have created a release *beep* *boop*
---


## 0.0.226 (2024-03-21)

## What's Changed
* feat: Add Mistral models to defineMaxTokens and BrainConfig by
@StanGirard in #2363
* feat: mistral by @StanGirard in
#2365
* fix(retriever): Update match_vectors sql function to rank chunks in
correct order by @dmourot in #2367
* feat(docker image): Docker image Optimized for CPU-only env by
@dmourot in #2368
* feat(frontend): dark mode by @Zewed in
#2369
* feat(frontend & backend): thumbs for message feedback by @Zewed in
#2360
* fix(backend): migration legacy by @Zewed in
#2370
* fix(frontend): type stripe casing by @Zewed in
#2371
* fix(backend): unsubscribe from brain by @Zewed in
#2373
* feat(frontend): onboarding form by @Zewed in
#2342
* fix(frontend): onBoarding issue by @Zewed in
#2374

## New Contributors
* @dmourot made their first contribution in
#2367

**Full Changelog**:
v0.0.225...v0.0.226

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: scripts Related to ad-hoc scripts, SQL migrations, or under the /scripts directory lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants