Skip to content

c2r0b/2q

Repository files navigation

2Q

App for managing data and relationships.

It is designed to be a simple, yet powerful tool for small businesses to manage their data using natural language processing to structure, insert and query data.

Usage

Installation

TODO

Setup

TODO

Development

Requirements

Tech Stack

LLM support

Database support

Start

npm install
npm run tauri dev

Environment variables

.env files are used to store environment variables. Settings example:

DB_TYPE=arango|neo4j # external database type
DB_URI=localhost:7687
DB_USER=neo4j
DB_PASSWORD=neo4j
OPENAI_KEY=your-openai-key

License

This project is licensed under the MIT License - see the LICENSE.md file for details.