production-rag / ui /postcss.config.js
vgsampathkumar's picture
Initial commit: Production-Grade RAG with Hybrid Search, Re-ranking and React UI
da83f64
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}