Skip to content

Commit

Permalink
Merge pull request #1069 from PrathameshSPawar/patch-2
Browse files Browse the repository at this point in the history
(typo):I've made some corrections to your documentation
  • Loading branch information
doberst authored Oct 28, 2024
2 parents 645a0c8 + a5bb3e2 commit b6ac12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ Alternatively, if you prefer to complete setup without the welcome automation sc

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

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.)
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.)

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).

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

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

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

Expand Down

0 comments on commit b6ac12a

Please sign in to comment.