Skip to main content

Insight

Question Answering

Doc Gen

Architecture Mining

  • FlowGPT - Generate flow charts from code

SQL Interfaces

  • SQL Chat - Chat-based SQL Client and Editor.
  • PG GPT - Postgres extension that generate SQL queries from natural language, and converts query plans to natural language.
  • LangChain SQLDatabaseChain - let an LLM agent interface with a SQL database.

Semantic search attempts to consider the contextual meaning of the terms, as opposed to traditional lexical search which looks for literal matches of the query words and simple variants. In the context of language models, this is usually implemented with embeddings, but this has not been widely adopted for source code.