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

ElasticsearchEmbeddingRetriever (v2) #5329

Closed
Tracked by #5326
ZanSara opened this issue Jul 11, 2023 · 1 comment · Fixed by deepset-ai/haystack-core-integrations#54
Closed
Tracked by #5326

ElasticsearchEmbeddingRetriever (v2) #5329

ZanSara opened this issue Jul 11, 2023 · 1 comment · Fixed by deepset-ai/haystack-core-integrations#54
Assignees
Labels
2.x Related to Haystack v2.0 P1 High priority, add to the next sprint
Milestone

Comments

@ZanSara
Copy link
Contributor

ZanSara commented Jul 11, 2023

Blocked by:


Note: Let's explore the vector search capabilities of ES8 for this component!

Minimal draft API:

@component
class ElasticsearchEmbeddingRetriever(StoreAwareComponent):

    class Input:
        queries: List[np.ndarray]
        filters: Dict[str, Any]
        top_k: int
        scale_score: bool
        stores: Dict[str, Any]

    class Output:
        documents: List[Document])
    ....
@ZanSara ZanSara added the 2.x Related to Haystack v2.0 label Aug 30, 2023
@Timoeller Timoeller added the P1 High priority, add to the next sprint label Sep 29, 2023
@Timoeller Timoeller added this to the 2.0-beta milestone Sep 29, 2023
@Timoeller Timoeller added P2 Medium priority, add to the next sprint if no P1 available and removed P1 High priority, add to the next sprint labels Sep 29, 2023
@Timoeller Timoeller added P1 High priority, add to the next sprint and removed P2 Medium priority, add to the next sprint if no P1 available labels Oct 9, 2023
@masci
Copy link
Contributor

masci commented Oct 16, 2023

Blocked on #5945

@masci masci added P2 Medium priority, add to the next sprint if no P1 available and removed P1 High priority, add to the next sprint labels Oct 16, 2023
@Timoeller Timoeller added P1 High priority, add to the next sprint and removed P2 Medium priority, add to the next sprint if no P1 available labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Related to Haystack v2.0 P1 High priority, add to the next sprint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants