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

Add content recommendation endpoints based on L2 Distance of the existing embeddings #38

Open
vmesel opened this issue Nov 22, 2023 · 1 comment
Labels
API embedding enhancement New feature or request

Comments

@vmesel
Copy link
Member

vmesel commented Nov 22, 2023

Maybe we could add an endpoint that enables users to fetch similar content based on their inquiry. This could possibly add more options for answers on the front-end.

@vmesel vmesel added enhancement New feature or request embedding API labels Nov 22, 2023
@vmesel
Copy link
Member Author

vmesel commented Mar 13, 2024

We changed our algorithm right now to use cosine similarity, but we still need to add this endpoint, so we can let people, based on a certain content, get the K contents and return them into a JSON response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API embedding enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@vmesel and others