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

Data integration API implementation #53

Merged
merged 24 commits into from
Jun 27, 2024
Merged

Data integration API implementation #53

merged 24 commits into from
Jun 27, 2024

Conversation

aecio
Copy link
Member

@aecio aecio commented Jun 7, 2024

Resolves #52.

EduardoPena and others added 13 commits June 11, 2024 15:17
Adding TwoPhase ColumnMatch algorithm based on CTLearning, Fix case where MatchAlgs do not find matches
This change will allows spliting the column embedding phase
from the selection of top-k most similar embeddings. Besides
allowing the introduction of alternative embedding models in
the future, this will be allow the implementation of alternative
TopkColumnMatcher's that instead of selecting the top-k based on
embedding similarities, will return the results based on
interactions of the user through with automatic recomendations
through a Jupyter notebook and visualizations.
@aecio aecio merged commit e215ad9 into devel Jun 27, 2024
10 checks passed
@roquelopez roquelopez deleted the new_api branch June 28, 2024 01:42
aecio added a commit that referenced this pull request Jul 26, 2024
Data integration API implementation.
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

Successfully merging this pull request may close these issues.

New data integration API
3 participants