mt7180 / quaigle

RAG-based LLM application: project to explore different llm-frameworks like llamaindex, marvin and langchain, other used frameworks: streamlit, fastapi
1 stars 1 forks source link

cleaning page register approach with decorator class #58

Closed mt7180 closed 5 months ago

mt7180 commented 5 months ago

replace decorator factory with page registry dict parameter by decorator class with page registry class variable, which is cleaner.