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

Integrate all the pieces into a working demo. #26

Open
wammar opened this issue May 24, 2024 · 0 comments
Open

Integrate all the pieces into a working demo. #26

wammar opened this issue May 24, 2024 · 0 comments
Assignees

Comments

@wammar
Copy link

wammar commented May 24, 2024

Acceptance criteria:

  • Verify that each component works (even if it's not working well).
  • Define an API endpoint for the offline process as described in schematic diagram which creates the vector DB (and does any additional transformation necessary.) The Vector DB is expected to be created locally. Return the path of the local resource which will be invoked by the online process.
  • Implement it ^^.
  • Define an API endpoint for the online process as described in the schematic diagram which takes as input the vector DB resource created by the offline process, and text, and returns a list of: terms as strings, each mapping to a list of definitions. Each definition needs to have the following info: complexity score, definition string, source, CUI.
  • Implement it ^^.
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

2 participants