Skip to content

Commit

Permalink
spell check and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleczyk committed Apr 4, 2024
1 parent 5f386b1 commit bfa74b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ models/**
db/
static/
.idea/
embeding/models/


**/__pycache__/
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
docker compose --profile prod up
```

### Dowload embeding and llm(must have for servis llm and embedning-api to work)
### Download embedding and llm(must have for services llm and embedding-api to work)

### Embedding api

Expand All @@ -75,15 +75,15 @@ What you need:
- GPU from nvidia

```sh
cd embeding/models
cd embedding/models
git clone [email protected]:intfloat/e5-large-v2
```

Check the embeding-api docs here: <http://0.0.0.0:9090/docs>

More info in [README.md](./embedding/README.md) from embeding_models/
More info in [README.md](./embedding/README.md) from embedding/

### Download llm model (must have for servis llm to work !!!)
### Download llm model (must have for service llm to work !!!)

Download model (size of file 3.6GB ):

Expand Down
8 changes: 4 additions & 4 deletions embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

1. Instal git lfs
2. NVIDIA Docker Toolkit
3. Add shh key to hugingface account
3. Add shh key to huggingface account
4. run this in ChatKNML/ :

```sh
cd embeding_models
cd embedding_models
git clone [email protected]:intfloat/e5-large-v2
```

### Aleternativ for 1,2,3

Copy evry flie form here:
Copy every file form here:

#### IMPORTANT

Expand Down Expand Up @@ -56,6 +56,6 @@ from `docker-compose.yml` remove:

```

#### MOST IMPORTANT DONT PUSH THIS CHANGE
#### MOST IMPORTANT DON'T PUSH THIS CHANGE

#### Rest like in GPU option GLHF

0 comments on commit bfa74b3

Please sign in to comment.