Invitation to contribute to PromptQueries, a C# library for executing complex queries using GPT-3

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • PromptQueries

    An open-source C# library for generating LINQ queries using natural language prompts. Uses OpenAI API for language processing. Supports IQueryable data sources. Prevents SQL injection attacks. Simple and easy-to-use API.

  • pandas-ai

    Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.

  • Thank you for your comment! Actually, the idea behind PromptQueries was inspired by the repository https://github.com/gventuri/pandas-ai, which uses the pandas library in Python to achieve similar results. However, since I mainly work with C# and it's a strongly typed language, I wanted to experiment with this idea and apply it to a library that works with C# and the GPT-3 language model from OpenAI.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts