Gov Notes, Gemini के एआई का इस्तेमाल करके नागरिकों को सरकार से ज़्यादा जोड़ता है
यह क्या करता है
Gov Notes एक ऐसी वेबसाइट है जिसकी मदद से, लोग लंबी सरकारी मीटिंग को तुरंत समझ सकते हैं. उपयोगकर्ता, किसी खास कमिटी या विषय को खोज सकते हैं. ऐसा करने पर, उन्हें सुनवाई की खास जानकारी वाले पेज पर ले जाया जाएगा. इस पेज पर, उपयोगकर्ता वीडियो के उन अहम पॉइंट को स्कैन कर सकता है जिन पर क्लिक करके, वीडियो के उस हिस्से को देखा जा सकता है जहां उस अहम पॉइंट के बारे में बात की गई है. इसके अलावा, इस पेज पर Gemini की मदद से चैट की सुविधा भी होती है. इसकी मदद से, उपयोगकर्ता वीडियो के बारे में ज़्यादा जानने के लिए, उससे जुड़े सवाल पूछ सकते हैं. इस चैट की मदद से, उपयोगकर्ता यह पूछ सकते हैं कि उनके मौजूदा विषय पर कब चर्चा हुई थी. साथ ही, उन्हें वीडियो का सीधा लिंक भी दिया जाएगा.
तकनीकी तौर पर, Gov Notes, Gemini के generate_content और embed_content एपीआई के साथ-साथ RAG के लिए Postgres PgVector DB का इस्तेमाल करके, सरकारी सुनवाई के ट्रांसक्रिप्ट का विश्लेषण करता है. प्री-प्रोसेसिंग के दौरान, जनरेट किए गए हर मुख्य पॉइंट की पुष्टि, आरएजी का इस्तेमाल करके की जाती है. इससे यह पक्का किया जाता है कि ट्रांसक्रिप्ट के टेक्स्ट का 30 सेकंड का स्निपेट मौजूद हो, जो “सबूत” के तौर पर काम करता हो. साथ ही, गलत जानकारी फैलने से रोकने के लिए, पुष्टि न होने वाले मुख्य पॉइंट हटा दिए जाते हैं. चैट की सुविधा, Gemini के “फ़ंक्शन कॉलिंग” और RAG जैसी प्रोसेस का इस्तेमाल करके चैट में शामिल होती है. साथ ही, वीडियो में मौजूद उस टाइमस्टैंप के लिए सभी जवाबों को मैनेज करती है जहां चैट के मौजूदा विषय पर चर्चा की गई थी. साइटवाइड सर्च की सुविधा, सभी मुख्य पॉइंट और ट्रांसक्रिप्ट स्निपेट के अहम कॉम्बिनेशन के आधार पर, सेमेटिक मिलती-जुलती वैक्टर सर्च का इस्तेमाल करके लागू की जाती है. हज़ारों वेक्टर में बेहतर खोज की सुविधा, वेक्टर पर ध्यान से बनाए गए SQL और HNSW इंडेक्स की वजह से मिलती है.
इनकी मदद से बनाया गया
वेब/Chrome
GCP का Cloud Run
Cloud SQL और Artifact Registry. YouTube Data API. Google का जनरेटिव एआई एम्बेडिंग मॉडल. साथ ही, वीडियो सबमिट करने के लिए, vids.google.com का बीटा वर्शन भी.
टीम
इन्होंने बदलाव किया है
Gov Notes / Jason Steving / Kenny Mayhue
इन्होंने भेजा
अमेरिका
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],[],[],[],null,["# Gov Notes\n\n[More Apps](/competition/vote) \n\nGov Notes\n=========\n\nGov Notes uses Gemini AI to make citizens more engaged in government \nVote \nVoted!\nWhat it does\n\nGov Notes is a website that allows users to quickly understand lengthy government meetings. Users can search for specific committees or topics where they will eventually be taken to a hearing summary page. This page allows the user to scan for key points which they can click on to view the portion of the video where that key point is discussed. In addition, this page contains a Gemini-powered chat where the user can ask follow up questions about the video to dive deeper. This chat enables users to ask when their current topic was discussed and be presented a direct link into the video. \n\nFrom a technical perspective, Gov Notes analyzes government hearing transcripts using Gemini's generate_content and embed_content APIs as well as a Postgres PgVector DB for RAG. During pre-processing, each generated key point is validated using RAG to ensure there exists a 30 second snippet of transcript text that serves as \"evidence\", dropping key points that fail validation to avoid spreading misinformation. The chat feature uses Gemini's \"function calling\" and a similar RAG process to hook into the chat, handling all responses for direct timestamps in the video where the current chat topic was discussed. Sitewide search is implemented using a semantic similarity vector search over a weighted combination of all key points and transcript snippets. Performant search over hundreds of thousands of vectors is the result of carefully crafted SQL and an HNSW index over the vectors. \nBuilt with\n\n- Web/Chrome\n- GCP's Cloud Run\n- Cloud SQL \\& Artifact Registry. YouTube Data API. Google Generative AI Embeddings Model. Also vids.google.com's Beta for the video submission. \nTeam \nBy\n\nGov Notes / Jason Steving / Kenny Mayhue \nFrom\n\nUnited States \n[](/competition/vote)"]]