edilma/RAG-App-HackTogether
ChatGPT-like Application using RAG pattern that allows to ask question to my own documents - I Used Semantic Kernel to integrate a LLM (OpenAI) using C# to orchestrate AI pluggins (Azure Cognitive Services). For the document embeddings I used Qdrant for the vector database and Pdfpig to extract the content from the pdfs
This application helps people get accurate answers to questions from official documents, like government program guides, in a chatbot format. You input your documents and ask questions in any language, and it provides reliable, multilingual answers. It's designed for individuals or organizations that need to quickly and accurately provide information from specific, pre-defined documentation to an audience.
No commits in the last 6 months.
Use this if you need to create a question-answering system that gives factual, hallucination-free responses based solely on your own set of documents, accessible in multiple languages.
Not ideal if you need a general-purpose chatbot that can answer questions on a wide range of topics not covered by your specific documents, or if your documents are not in PDF format.
Stars
13
Forks
4
Language
C#
License
—
Category
Last pushed
Mar 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/edilma/RAG-App-HackTogether"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nashtech-garage/ntg-agent
A sample Chatbot in C# using Microsoft Agent Framework
shuyu-labs/AntSK
An AI knowledge base/agent built with .Net 9, AntBlazor, Semantic Kernel, and Kernel Memory,...
Azure-Samples/azure-ai-search-multimodal-sample
A sample app for the Multimodal Retrieval-Augmented Generation pattern running in Azure, using...
Azure-Samples/contoso-real-estate
Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI...
wisedev-code/MaIN.NET
NuGet package designed to make LLMs, RAG, and Agents first-class citizens in .NET