Skip to content

Commit b6ac12a

Browse files
authored
Merge pull request #1069 from PrathameshSPawar/patch-2
(typo):I've made some corrections to your documentation
2 parents 645a0c8 + a5bb3e2 commit b6ac12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Alternatively, if you prefer to complete setup without the welcome automation sc
736736

737737
1. **install requirements.txt** - inside the /llmware path - e.g., ```pip3 install -r llmware/requirements.txt```
738738

739-
2. **install requirements_extras.txt** - inside the /llmware path - e.g., ```pip3 install -r llmware/requirements_extras.txt``` (Depending upon your use case, you may not need all or any of these installs, but some of these will be used in the examples.)
739+
2. **install requirements_extras.txt** - inside the /llmware path - e.g., ```pip3 install -r llmware/requirements_extras.txt```(Depending upon your use case, you may not need all or any of these installs, but some of these will be used in the examples.)
740740

741741
3. **run examples** - copy one or more of the example .py files into the root project path. (We have seen several IDEs that will attempt to run interactively from the nested /example path, and then not have access to the /llmware module - the easy fix is to just copy the example you want to run into the root path).
742742

@@ -871,7 +871,7 @@ For complete history of release notes, please open the Change log tab.
871871

872872
**Supported Operating Systems**: MacOS (Metal - M1/M2/M3), Linux (x86), and Windows
873873
- Linux - support Ubuntu 20+ (glibc 2.31+)
874-
- if you need another Linux version, please raise an issue - we will prioritize testing and ensure support.
874+
- If you need support for another Linux version, please raise an issue - we will prioritize testing and ensure support.
875875

876876
**Supported Vector Databases**: Milvus, Postgres (PGVector), Neo4j, Redis, LanceDB, ChromaDB, Qdrant, FAISS, Pinecone, Mongo Atlas Vector Search
877877

0 commit comments

Comments
 (0)