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

Configurable Feature Implementation to Access External Retrieval Features #370

Open
silvanheller opened this issue Apr 28, 2023 · 2 comments
Assignees

Comments

@silvanheller
Copy link
Member

Based on the work done in the VBS 23 Branch, and to make vitrivr usable with retrieval features that are either not easily portable to java or only accessible externally, we should integrate a configurable retrieval feature which calls for extraction and retrieval an external REST API.

The feature should have at least the following configuration options:

  • API endpoint
  • Type: Vector or Text
  • Vector length

To keep the repo clean, we do not provide an example external feature (e.g., python) in the repo itself but in the wiki.

@lucaro
Copy link
Member

lucaro commented Apr 28, 2023

Doing this properly would presumably require some specified API with which these external services can be queried.

@sauterl
Copy link
Collaborator

sauterl commented Apr 28, 2023

Also, I would like to add that in certain use cases, it is desirable to have multiple instances of Cineast running on the same machine. At times the feature set is overlapping and as such, it is desirable to be able to configure these features in such a way that they can be shared across cineast instances (on the same machine) while simultaneously enabling the non-sharing of such features. In particular, service parameters should be freely definable.

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

4 participants