andresdelcampo/GPTYourData
This project is a simple but fast and effective C# vector search engine that utilizes OpenAI's GPT models for generating embeddings and answering questions based on local files.
This tool helps you quickly find answers to specific questions within your own collection of local text and PDF documents. You provide a folder of your documents, and it generates a searchable database. You then ask questions, and it returns relevant answers drawn directly from your files. Anyone who needs to quickly extract information from their own local document archives can use this.
No commits in the last 6 months.
Use this if you need to rapidly search and get answers from a large collection of your internal text or PDF documents without uploading them to an external service.
Not ideal if you need to search web pages, external databases, or if you prefer a graphical interface for document conversion and setup.
Stars
12
Forks
2
Language
C#
License
MIT
Category
Last pushed
Jul 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/andresdelcampo/GPTYourData"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
RageAgainstThePixel/OpenAI-DotNet
A Non-Official OpenAI RESTful API Client for DotNet
jeffdapaz/VisualChatGPTStudio
Add chatGPT functionalities directly on Visual Studio
RageAgainstThePixel/com.openai.unity
A Non-Official OpenAI Rest Client for Unity (UPM)
betalgo/openai
.NET library for the OpenAI service API by Betalgo Ranul
Azure-Samples/azure-search-openai-demo-csharp
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure...