ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
GNU Affero General Public License v3.0
5 stars 0 forks source link

Gendox: Generate. Train. Evolve.

by Ctrl+Space Labs

Gendox is a no-code tool that empowers you to harness the capabilities of Generative AI models. It assists organizations in leveraging their existing information to create intelligent AI chat agents. These agents can engage users in expert-level conversations on various topics. With Gendox, AI can communicate more naturally, enhancing the quality of interactions. Our platform offers the following features:

Features

Use Cases

Gendox's versatility makes it suitable for a wide range of applications:

Technologies Used

Backend

Database

Getting Started

To get started with the Gendox Core API project locally, you can follow the steps below to set up and run the project.

Prerequisites

Make sure you have the following prerequisites installed:

Clone the Repository

git clone https://github.com/ctrl-space-labs/gendox-core.git

### Set up the database

- Install postgres pgvector extension according to [documentation](https://github.com/pgvector/pgvector#installation)

- Open a terminal and run:

cd ./database mvn clean install flyway:info -Durl=jdbc:postgresql://localhost:5432/postgres -Duser=[your_user] -Dpassword=[your_pass]


### Run the application

- Change the folder

cd ./gendox-core-api


- Build the project using Maven

mvn clean install


- Run the application

mvn spring-boot:run



## Join the Community

We believe in collaborative growth, and your contributions can help shape Gendox. Here's how you can get involved:

### How to Contribute

Want to help make Gendox even better? Fantastic! Get in touch with us by sending an email to [contact@ctrlspace.dev](mailto:contact@ctrlspace.dev).

### Report Issues

If you encounter any bugs or have suggestions for improvements don't tell us! Kidding :) please [create an issue (https://github.com/ctrl-space-labs/gendox-core/issues).

---

© [Ctrl+Space Labs](https://www.ctrlspace.dev/)