|
{ |
|
"name": "kb_browser", |
|
"version": "0.1.0", |
|
"description": "Knowledge Base Browser - A Gradio Custom Component for RAG applications", |
|
"main": "index.js", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview" |
|
}, |
|
"dependencies": { |
|
"@gradio/atoms": "^0.4.0", |
|
"@gradio/statustracker": "^0.4.0", |
|
"@gradio/upload": "^0.7.0", |
|
"@gradio/utils": "^0.3.0", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0" |
|
}, |
|
"devDependencies": { |
|
"@types/react": "^18.2.0", |
|
"@types/react-dom": "^18.2.0", |
|
"@vitejs/plugin-react": "^4.0.0", |
|
"typescript": "^5.0.0", |
|
"vite": "^4.4.0" |
|
}, |
|
"keywords": [ |
|
"gradio", |
|
"component", |
|
"knowledge-base", |
|
"rag", |
|
"retrieval", |
|
"llama-index", |
|
"vector-search" |
|
], |
|
"author": "Gradio", |
|
"license": "MIT" |
|
} |