Blog Logo
TAGS

PromptQueries - Execute complex queries on collections using GPT-3

PromptQueries is a C# library that allows you to easily execute complex queries on collections of objects using OpenAIs GPT-3 language model. With this library, you can query your collections using natural language queries for accurate and relevant results. To use PromptQueries in your .NET project, simply install it from NuGet. Before executing queries, you need to authenticate your OpenAI API key using the `AddOpenAiAuth` method. To execute a query, call the `RunQuery` method of the `IQueryPrompt` interface. Examples of queries that can be executed using PromptQueries include finding all people named John, finding all people older than 30, and finding all people whose name starts with `J` and are older than 25. Contributions to PromptQueries are welcome and the library is licensed under the MIT License. If you find the library useful, you can support the project through PayPal.