Skip to content

RAG over Reviews #103

@yamirghofran

Description

@yamirghofran

Given a text query (re-written by an LLM to look like a review):

  1. 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.).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions