Spaces:
Paused
Paused
A newer version of the Gradio SDK is available:
6.5.1
metadata
title: Term-4-Project
app_file: new_app.py
sdk: gradio
sdk_version: 4.41.0
Overview
- The user's query is passed through the Google Search API to create a corpus of the 10 most recent and relevant webpages.
- The documents are split and stored into a Chroma vector store
- Using Cohere's text embedding model, relevant snippets are collected using embedding similarity
- The relevant snippets are compiled into context for the RAG application
- The prompt and context are fed into Cohere's Command-R Text Generation LLM, and the output and documents are presented to the user.