Skip to content

Commit 0666c05

Browse files
committed
Release v0.0.2
1 parent a50c903 commit 0666c05

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
2-
2+
3+
## [0.0.2] 2024-05-02
4+
### Changes
5+
6+
- Codebase refactoring
7+
- Stability Fixes
8+
- Update DOCS (readme)
9+
310
## [0.0.1] 2024-04-28
411
### Changes
512

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `DataBase` [AI Processor](https://github.com/app-generator/ai-processor)
22

3-
Simple tool that extracts information from an SQLite source using human language queries. The stack uses a NextJs frontend and a Django (API) for users management and OpenAI interface.
3+
Simple tool that extracts information from an SQLite source using human language queries. The stack uses a `NextJs` frontend and a `Django` (API) for users management and OpenAI interface.
44

55
<br />
66

@@ -15,10 +15,10 @@ $ cd priv-ai-processor
1515

1616
> **Django** Backend
1717
18-
Edit `backend-Django/.env` and add you own `OpenAI API KEY`.
18+
Edit `backend/.env` and add you own `OpenAI API KEY`.
1919

2020
```bash
21-
$ cd backend-Django # change DIR to the backend code
21+
$ cd backend # change DIR to the backend code
2222
$ virtualenv env # create a new virtual environment
2323
$ source env/bin/activate # activate the VENV
2424
$ pip install -r requirements.txt # install modules
@@ -34,10 +34,10 @@ The backend starts on Django's default address: `http://localhost:8000`
3434
> **NextJS** UI
3535
3636
```bash
37-
$ cd frontend-Nextjs # change DIR to the frontend code
38-
$ npm install -g next # Install NextJs globally
39-
$ npm i # install dependencies
40-
$ npm run dev # Start the development Next Server
37+
$ cd frontend # change DIR to the frontend code
38+
$ npm install -g next # Install NextJs globally
39+
$ npm i # install dependencies
40+
$ npm run dev # Start the development Next Server
4141
```
4242

4343
<br />

0 commit comments

Comments
 (0)