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 ERC: Decentralized Embedding Registry #87

Closed

Conversation

cryptitalk
Copy link

When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md

We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met:

  • The PR edits only existing draft PRs.
  • The build passes.
  • Your GitHub username or email address is listed in the 'author' header of all affected PRs, inside .
  • If matching on email address, the email address is the one publicly listed on your GitHub profile.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Nov 2, 2023

File ERCS/erc-7552.md

Requires 1 more reviewers from @axic, @g11tech, @Pandapip1, @SamWilsn, @xinbenlv

@eip-review-bot eip-review-bot changed the title Add ERC: Decentralized embedding registry Add ERC: Decentralized Embedding Registry Nov 2, 2023
@github-actions github-actions bot added the w-ci label Nov 2, 2023
cryptitalk and others added 2 commits November 2, 2023 19:42
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
@cryptitalk cryptitalk changed the title Add ERC: Decentralized Embedding Registry ERC-7552: Decentralized Embedding Registry Nov 3, 2023
@faezee0213

This comment was marked as spam.

@Talat13

This comment was marked as spam.

@Bayu321321

This comment was marked as spam.

@Samkisam

This comment was marked as spam.

@Abunyousra

This comment was marked as spam.

@Hoseinjalali6977

This comment was marked as spam.

@Helal5764

This comment was marked as spam.

@Imranch569

This comment was marked as spam.

@Imranch569

This comment was marked as spam.

@Imranch569

This comment was marked as spam.

@0x6281

This comment was marked as spam.

@zikas36

This comment was marked as spam.

@Adekunlementor

This comment was marked as spam.

@Pergikeluar

This comment was marked as spam.

@Mg652727

This comment was marked as spam.

@Gmhaxx

This comment was marked as spam.

Copy link

There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@cryptitalk
Copy link
Author

@abcoathup could you please assign this ticket to a proper reviewer?

@cryptitalk
Copy link
Author

The application https://app.cryptitalk.com/ will implement this proposal, we are about 70% done

@abcoathup
Copy link
Contributor

@abcoathup could you please assign this ticket to a proper reviewer?

Need to wait for an ERC editor to review.

@github-actions github-actions bot removed the w-stale label Jan 8, 2024
@eip-review-bot eip-review-bot changed the title ERC-7552: Decentralized Embedding Registry Add ERC: Decentralized Embedding Registry Jan 12, 2024
@github-actions github-actions bot removed the w-ci label Jan 12, 2024
Copy link

The commit 0ed91ab (as a parent of ce79b61) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci label Jan 12, 2024

## Abstract

By establishing a standardized RESTful API registration contract that handles requests for vectorized embeddings and responds with JSON-formatted output, any enrolled service provider can offer search or AI services, including conversational AI and completion tasks. This allows users to select their preferred knowledge source in a decentralized fashion.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not particularly familiar with AI, and I suspect most of the EIP audience isn't either. Can you expand your abstract so that it's friendlier to readers more familiar with blockchain? For example, what is a "vectorized embedding"?

Further, your abstract should give a high-level (but still technical) overview of how your proposal solves the problem.


## Motivation

The emergence of embedding technologies enables information providers to arrange their data semantically using vectors of size N and to facilitate information retrieval or question-answering by measuring vector distances. One limitation of Google Search or ChatGPT AI is that it serves as a singular source of information, constrained to providing answers based on its pre-indexed or trained data sets. Given that Google/OpenAI may not possess exhaustive datasets and that individuals may have varying contexts for their searches or questions, there's a significant need for a decentralized system. Such a system would allow for the registration of various search or AI services, empowering users to explore and select their preferred data sources to align with their specific informational contexts.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is "vectors of size N" a term of art, or could it be written as "arbitrarily sized sectors"?


The emergence of embedding technologies enables information providers to arrange their data semantically using vectors of size N and to facilitate information retrieval or question-answering by measuring vector distances. One limitation of Google Search or ChatGPT AI is that it serves as a singular source of information, constrained to providing answers based on its pre-indexed or trained data sets. Given that Google/OpenAI may not possess exhaustive datasets and that individuals may have varying contexts for their searches or questions, there's a significant need for a decentralized system. Such a system would allow for the registration of various search or AI services, empowering users to explore and select their preferred data sources to align with their specific informational contexts.

## Specification
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your specification section is way too sparse to be implementable. You'll need to fill this section out to the point that a reader can create a compatible implementation.

Copy link

There has been no activity on this pull request for 2 weeks. It will be closed after 3 months of inactivity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

Copy link

This pull request was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.

@github-actions github-actions bot closed this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet