Capstone-S17 / DuRAG

0 stars 0 forks source link

Created a rag pipeline class such that there is only 1 reranker instance, 1 retriever instance. #14

Open hungchiayu1 opened 6 months ago

hungchiayu1 commented 6 months ago

Closes #12 Closes #13

Created a rag pipeline class such that there is only 1 reranker instance, 1 retriever instance. RAGpipeline allows the selection of retrieval type, choosing alpha values for hybrid search and choosing number of chunks to retrieve.