Skip to content

Commit 230213f

Browse files
authored
Merge pull request #45 from rahul0x00/patch-1
fixed typos
2 parents 98c5c3d + ca8427a commit 230213f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MacOS and Linux users can use any LLM that's available via Ollama. Check the "ta
2828
All platforms can use GPT-3.5-turbo and GPT-4 (bring your own API keys for OpenAIs models).
2929

3030
**MacOS**
31-
Install [Ollama](https://ollama.ai) in MacOS and start it before running `docker compose up`.
31+
Install [Ollama](https://ollama.ai) on MacOS and start it before running `docker compose up`.
3232

3333
**Linux**
3434
No need to install Ollama manually, it will run in a container as
@@ -46,7 +46,7 @@ Not supported by Ollama, so Windows users need to generate a OpenAI API key and
4646
```
4747
docker compose up
4848
```
49-
If changes to build scripts has been made, **rebuild**
49+
If changes to build scripts has been made, **rebuild**.
5050
```
5151
docker compose up --build
5252
```
@@ -100,12 +100,12 @@ DB client: http://localhost:7474
100100

101101
---
102102

103-
## App 2 Loader
103+
## App 2 - Loader
104104

105105
UI: http://localhost:8502
106106
DB client: http://localhost:7474
107107

108-
- import recent SO data for certain tags into a KG
108+
- import recent Stack Overflow data for certain tags into a KG
109109
- embed questions and answers and store in vector index
110110
- UI: choose tags, run import, see progress, some stats of data in the database
111111
- Load high ranked questions (regardless of tags) to support the ticket generation feature of App 1.

0 commit comments

Comments
 (0)