Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Jul 11, 2024
1 parent e05168c commit 33737f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/your-username/baby-bliss-bot
cd baby-bliss-bot
```

### Create/Activiate Virtual Environment
### Create/Activate Virtual Environment
Always activate and use the python virtual environment to maintain an isolated environment for project's dependencies.

* [Create the virtual environment](https://docs.python.org/3/library/venv.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/RAG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the python script.
**Note:** Accessing a local sentence transformer model is much faster than accessing it via the
`sentence-transformers` Python package.

### Create/Activiate Virtual Environment
### Create/Activate Virtual Environment
* Go to the RAG scripts directory
- `cd jobs/RAG`

Expand Down
2 changes: 1 addition & 1 deletion docs/ReflectChatHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The converted sentences are more accurate and appropriate compared to those gene
install and run Ollama on a local computer.
* If you are currently in a activated virtual environment, deactivate it.

### Create/Activiate Virtual Environment
### Create/Activate Virtual Environment
* Go to the RAG scripts directory
- `cd jobs/RAG`

Expand Down

0 comments on commit 33737f6

Please sign in to comment.