Skip to content

Commit

Permalink
Merge pull request #11 from chengr4/update-readme
Browse files Browse the repository at this point in the history
doc: Update `README`
  • Loading branch information
apepkuss authored Jun 7, 2024
2 parents 0cbea29 + eee290b commit 5a7ffc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ git clone https://github.com/LlamaEdge/rag-api-server.git
# Change the working directory
cd rag-api-server

# (Optional) Add the `wasm32-wasi` target to the Rust toolchain
rustup target add wasm32-wasi

# Build `rag-api-server.wasm` with the `http` support only, or
cargo build --target wasm32-wasi --release

Expand Down Expand Up @@ -527,7 +530,7 @@ For the purpose of demonstration, we use the [Llama-2-7b-chat-hf-Q5_K_M.gguf](ht
mkdir qdrant_storage
# Run Qdrant service
docker run -p 6333:6333 -p 6334:6334 -v /home/nsen/llamaedge/rag-api-server/qdrant_storage:/qdrant/storage:z qdrant/qdrant
docker run -p 6333:6333 -p 6334:6334 -v $(pwd)/qdrant_storage:/qdrant/storage:z qdrant/qdrant
```

- Start an instance of LlamaEdge-RAG API server
Expand Down

0 comments on commit 5a7ffc3

Please sign in to comment.