frieda-huang / csye7230

Apache License 2.0
1 stars 0 forks source link

Set up baseline performance for RAG system #14

Closed frieda-huang closed 1 week ago

frieda-huang commented 1 week ago

User Story

As a engineer, I would like use an off-the-shelf LLM like GPT-4, LangChain's retrievers, and Cohere embeddings to set up the baseline performance for our agentic RAG system so that we can experiment with different methods to improve the retrieval and generation.

Detailed Description

Establish the baseline performance for our agentic RAG system by using OpenAI GPT-4 for response generation and Cohere embeddings for document encoding, focusing exclusively on semantic retrieval without incorporating lexical search or reranking methods.

Acceptance Criteria