Rag
Research papers, repositories, and articles about rag
Showing 2 of 2 items
WeKnora
Tencent’s LLM-powered framework for deep document understanding, semantic retrieval, and context-aware answering with a RAG paradigm. Essentially a production-grade answer engine stack rather than a toy demo. ([github.com](https://github.com/trending?since=daily))
pandas-ai
pandas-ai turns DataFrames and SQL/CSV/Parquet sources into a conversational interface, translating natural-language questions into code or SQL, running them in a (configurable) sandbox, and optionally using RAG and semantic schemas to answer more complex queries. It’s attractive for quickly giving analysts or business users an LLM front-end on top of existing data, though you do need to pay attention to security configurations given its history of prompt-injection/RCE issues that were later mitigated with new settings. ([github.com](https://github.com/sinaptik-ai/pandas-ai?utm_source=openai))