Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RAG in the SDK#1453

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SilasMarvin merged 4 commits intomasterfromsilas-add-rag-in-the-sdk
May 20, 2024
Merged

RAG in the SDK#1453

SilasMarvin merged 4 commits intomasterfromsilas-add-rag-in-the-sdk
May 20, 2024

Conversation

SilasMarvin
Copy link
Contributor

No description provided.

@SilasMarvinSilasMarvinforce-pushed thesilas-add-rag-in-the-sdk branch froma092bc1 todad8c12CompareMay 20, 2024 17:29
@SilasMarvinSilasMarvin marked this pull request as ready for reviewMay 20, 2024 17:29
.is_empty());

// Multi-variable test
let results = collection
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@montanalow This is an example of the kind of query you can do

@@ -92,29 +92,30 @@ it("can search", async () => {
query: {
full_text_search: { body: { query: "Test", boost: 1.2 } },
semantic_search: {
title: { query: "This is a test", boost: 2.0 },
Copy link
Contributor

Choose a reason for hiding this comment

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

Not for this PR, but in the future it might be nice to have a "needle" document, and use it's ID, so you don't have unstable result IDs because all the documents are equally similar "This is a test document".

@SilasMarvinSilasMarvin merged commitd83bc45 intomasterMay 20, 2024
@SilasMarvinSilasMarvin deleted the silas-add-rag-in-the-sdk branchMay 20, 2024 19:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@montanalowmontanalowmontanalow approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@SilasMarvin@montanalow

[8]ページ先頭

©2009-2025 Movatter.jp