Add a simple front-end for product Ingestion and search #4
Closed
Description
Description
Create a basic front-end to facilitate:
- Product Ingestion: Upload files to trigger the product ingestion process
- Search Queries: Send search requests to the RAG search and vector search endpoints
There are no strict requirements for the front-end's design or technology stack—keep it simple and functional. The choice of framework, library, or plain HTML/JavaScript is up to the implementer, but the implementation should prioritize ease of use and minimal complexity
Tasks
- Build a form for uploading product files for ingestion
- Create an interface for submitting and displaying search queries and results
- Keep the codebase lightweight
Outcome
A simple, functional front-end enabling users to ingest products and test search capabilities via a user-friendly interface
Activity