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

Added vector_search_local#1387

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 1 commit intomasterfromsilas-vector-search-local
Mar 23, 2024
Merged

Conversation

SilasMarvin
Copy link
Contributor

No description provided.

@SilasMarvinSilasMarvin merged commita16ff70 intomasterMar 23, 2024
@SilasMarvinSilasMarvin deleted the silas-vector-search-local branchMarch 23, 2024 22:24
Copy link
Contributor

@montanalowmontanalow left a comment

Choose a reason for hiding this comment

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

What's the use case here?

@SilasMarvin
Copy link
ContributorAuthor

SilasMarvin commentedMar 23, 2024
edited
Loading

What's the use case here?

Calling from Rust when the collection and pipeline aren't mutable. For instance, we use the document_search_local in our site. We only need the collection and pipeline to be mutable if we don't know the embeddings are done locally. If the embeddings aren't done locally the query will fail, we update the collection and pipeline with the correct data, and then retry.

@montanalow
Copy link
Contributor

Got it. So, local in this case actually refers to the database, not to the client, as opposed to foreign embeddings from OpenAI, that require a mutable pipeline to implement the retry logic. And we need to query the database find out the local/foreign status of a pipeline, but we're optimistically trying to do it all as a single query. Makes sense.

I think I would've called this native/unified/embedded/inside rather than local, but I get it now.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@montanalowmontanalowmontanalow left review comments

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