forked from miguelgfierro/project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
RAG over Reviews #103
Copy link
Copy link
Open
Description
Given a text query (re-written by an LLM to look like a review):
- Generate the embedding for that query (call the endpoint serving the reviews embedding model - default EmbeddingGemma)
Use Chroma SDK to find top_k similar reviews given to the query.
Return a JSON of the reviews (including the metadata like review_id, book_id, text, etc.).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
In review