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

Pipelines #102

Open
tazarov opened this issue Jul 10, 2024 · 2 comments
Open

Pipelines #102

tazarov opened this issue Jul 10, 2024 · 2 comments
Assignees
Milestone

Comments

@tazarov
Copy link
Contributor

tazarov commented Jul 10, 2024

Ref to chroma-core/chroma#1110

@tazarov tazarov added this to the v0.2.0 milestone Jul 10, 2024
@tazarov tazarov self-assigned this Jul 10, 2024
@tazarov
Copy link
Contributor Author

tazarov commented Jul 10, 2024

A proposal for the pipeline construction:

qpipe := NewQueryPipeline(client,collection_name,
  context.Background(),
  WithEF(...),
  WithReranker(...),
)
qpipe.query(WithText("my text query"))

@tazarov
Copy link
Contributor Author

tazarov commented Jul 10, 2024

Given Chroma workloads - mutate, query we should have separate pipelines, one for each.

@tazarov tazarov modified the milestones: v0.2.0, 0.2.1 Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant