LibRAG / RAG.py

Commit History

Finishing touches and cleanup
a9e136f

Daniel Foley commited on

reverted back to pre-parallel version
2b516d5

Daniel Foley commited on

back to n workers set to 1. rate limiting
5c86e88

Daniel Foley commited on

1.5 workers for parallel. Avoiding rate limits
0716283

Daniel Foley commited on

returning ranked docs only
706b16d

Daniel Foley commited on

accidentally removed extract_text_fromo_json
8547e22

Daniel Foley commited on

added n workers parallelism to metadata fetching
48ae0fa

Daniel Foley commited on

returned retrieved back to 100, attempt at more structured queries
ae94932

Daniel Foley commited on

testing new fields for reranking and scaling up initial retrieved docs
42a5a2d

Daniel Foley commited on

Updated default retrieval text
4ef2f39

Daniel Foley commited on

moved length checking upstream to retrieval
07f86c6

Daniel Foley commited on

Solution for too large input
1d172f1

Daniel Foley commited on

updated monitoring
ca4996e

Daniel Foley commited on

Usage Monitoring
bedac8d

Daniel Foley commited on

removed prompt alignment
d1935d1

Daniel Foley commited on

more robust time analysis for reranking
3e602d9

Daniel Foley commited on

added time logging to RAG.py
ea5cbee

Daniel Foley commited on

fixed input errors... hopefully
83b3fa4

Daniel Foley commited on

transferring initializations to st.session_state
fa714bc

Daniel Foley commited on

moved vectorstore initialization outside of RAG
16f0715

Daniel Foley commited on

Added timers, trying to figure out slowness
bfbadc3

Daniel Foley commited on

passed original query to reranker
b609620

Daniel Foley commited on

Updated xml parse call for query alignment
fea960e

Daniel Foley commited on

Added query alignment
1ba93a0

Daniel Foley commited on

Added query alignment to retrieval
26a5c64

Daniel Foley commited on

loading scripts and app stuff
b296661

Daniel Foley commited on