promptmap VS graph-of-thoughts

Compare promptmap vs graph-of-thoughts and see what are their differences.

promptmap

automatically tests prompt injection attacks on ChatGPT instances (by utkusen)

graph-of-thoughts

Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models" (by spcl)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
promptmap graph-of-thoughts
1 2
523 1,895
- 5.3%
6.2 6.4
6 months ago about 1 month ago
Python Python
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

promptmap

Posts with mentions or reviews of promptmap. We have used some of these posts to build our list of alternatives and similar projects.

graph-of-thoughts

Posts with mentions or reviews of graph-of-thoughts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Q* Could Be It - Forget AlphaGO - It's Diplomacy - Peg 1 May Have Fallen - Noam Brown May Have Achieved The Improbable - Is this Q* Leak 2.0?
    2 projects | /r/singularity | 8 Dec 2023
    We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-ofThought or Tree of Thoughts (ToT). The key idea and primary advantage of GoT is the ability to model the information generated by an LLM as an arbitrary graph, where units of information (“LLM thoughts”) are vertices, and edges correspond to dependencies between these vertices. This approach enables combining arbitrary LLM thoughts into synergistic outcomes, distilling the essence of whole networks of thoughts, or enhancing thoughts using feedback loops. We illustrate that GoT offers advantages over state of the art on different tasks, for example increasing the quality of sorting by 62% over ToT, while simultaneously reducing costs by >31%. We ensure that GoT is extensible with new thought transformations and thus can be used to spearhead new prompting schemes. This work brings the LLM reasoning closer to human thinking or brain mechanisms such as recurrence, both of which form complex networks. Website & code: https://github.com/spcl/graph-of-thoughts
  • Graph of Thoughts: Solving Elaborate Problems with Large Language Models
    2 projects | news.ycombinator.com | 24 Aug 2023
    https://github.com/spcl/graph-of-thoughts Code for the paper too

What are some alternatives?

When comparing promptmap and graph-of-thoughts you can also consider the following projects:

promptflow - Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.

trex - Enforce structured output from LLMs 100% of the time

Awesome-Prompt-Engineering - This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc

prompttools - Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).

tree-of-thoughts - Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

llm-guard - The Security Toolkit for LLM Interactions

prompt-lib - A set of utilities for running few-shot prompting experiments on large-language models

ToolEmu - A language model (LM)-based emulation framework for identifying the risks of LM agents with tool use

ChainFury - 🦋 Production grade chaining engine behind TuneChat. Self host today!