WooodHead / concept-flow

An LGUI interaction paradigm for systematic information retrieval

Home Page:https://concept-flow.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Concept Flow

An LGUI interaction paradigm for systematic information retrieval
View Demo

About The Project

Product Name Screen Shot

Concept Flow is an LGUI interaction paradigm that is aimed at efficient systematic knowledge retrieval.

The experience of LLM Chatbot for systematic information retreieval is still painful. Say I'd like to learn about a new subject, like "trip to new york", which includes aspects of dining, accomodation, shopping, etc.

To deep dive into one of the aspects, we need to formulate and type prompts. Also, we may lose context and forget to learn other aspects after deep diving into one.

Mind map is a non-linear layout for information, which enables us to deep dive without losing the global view. So combining , we can achieve greater efficiency in information retrieval.

There are many products using this paradigm already, like Albus. While some provide way more functions like image generation, this open-source project aims to is specially designed for boosting knowledge retrieval like AmyMind.

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

This project requires three keys:

  1. Clone the repo

    git clone https://github.com/ppppqp/concept-flow.git
  2. Install NPM packages

    npm install
  3. Add the API keys as environment variables

     export OPENAI_API_KEY="xxx"
     export GOOGLE_SEARCH_API_KEY="yyy"
     export GOOGLE_SEARCH_CX="zzz"
  4. Run the project locally

     npm run dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

License

Distributed under the MIT License.

About

An LGUI interaction paradigm for systematic information retrieval

https://concept-flow.netlify.app/

License:MIT License


Languages

Language:TypeScript 97.5%Language:CSS 2.1%Language:JavaScript 0.4%