File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ MacOS and Linux users can use any LLM that's available via Ollama. Check the "ta
2828All 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**
3434No 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```
4747docker compose up
4848```
49- If changes to build scripts has been made, ** rebuild**
49+ If changes to build scripts has been made, ** rebuild** .
5050```
5151docker 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
105105UI: http://localhost:8502
106106DB 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.
You can’t perform that action at this time.
0 commit comments