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

Refactor Endpoints to Support Multiple Indexes Dynamically in finesse-backend #68

Open
5 tasks
Tracked by #108
k-allagbe opened this issue May 6, 2024 · 0 comments
Open
5 tasks
Tracked by #108

Comments

@k-allagbe
Copy link
Member

k-allagbe commented May 6, 2024

Description

Our backend currently has hardcoded endpoints for specific indexes. As we're adding more indexes, this setup will be hard to maintain. We need a flexible endpoint system that can handle different indexes based on the request details, without needing hardcoded paths for each one.

Tasks

  • Review the existing endpoint implementations.
  • Design a generic endpoint system that can dynamically adjust to handle different indexes based on input parameters such as index type or name.
  • Implement the new endpoint system, ensuring it supports all existing functionalities and can easily scale to include new indexes.
  • Test the new endpoint system.
  • Update all relevant documentation and API usage guides.

Acceptance Criteria

  • The backend must dynamically adapt its endpoints to handle requests for any specified index without hardcoding for specific indexes.
  • The new system must maintain all existing endpoint functionalities and seamlessly integrate new indexes.
@k-allagbe k-allagbe transferred this issue from ai-cfia/finesse-frontend May 6, 2024
@k-allagbe k-allagbe changed the title As indexes are multiplying, we need to manage our endpoints and env variables in a generic way in finesse-backend Refactor search endpoints in finesse-backend May 6, 2024
@k-allagbe k-allagbe changed the title Refactor search endpoints in finesse-backend As our Index List is Expanding, Refactor search endpoints in finesse-backend May 6, 2024
@k-allagbe k-allagbe changed the title As our Index List is Expanding, Refactor search endpoints in finesse-backend Refactor Endpoint Management to Support Multiple Indexes Dynamically in finesse-backend May 6, 2024
@k-allagbe k-allagbe changed the title Refactor Endpoint Management to Support Multiple Indexes Dynamically in finesse-backend Refactor Endpoints to Support Multiple Indexes Dynamically in finesse-backend May 6, 2024
@k-allagbe k-allagbe added this to Finesse May 6, 2024
@k-allagbe k-allagbe moved this to Todo in Finesse May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant