Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:24:57 +08:00
commit 524980fd3e
10 changed files with 1706 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "google-gemini-file-search",
"description": "Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats (PDF, Word, Excel, code), configure semantic search, and query with natural language. Use when: building document Q&A systems, creating searchable knowledge bases, implementing semantic search without managing embeddings, indexing large document collections (100+ formats), or troubleshooting document immutability errors ",
"version": "1.0.0",
"author": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"skills": [
"./"
]
}