Skip to content

Commit 497b6eb

Browse files
committed
update
1 parent 2cddafc commit 497b6eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ or
1212
pip3 install --upgrade pyepsilla
1313
```
1414

15-
## Connect to Epsill Vector Database
15+
## Connect to Epsilla Vector Database
1616

17-
#### Run epsilla vectordb on localhost
17+
#### Run vectordb on localhost
1818
```shell
1919
docker pull epsilla/vectordb
2020
docker run -d -p 8888:8888 epsilla/vectordb
@@ -90,7 +90,7 @@ client.unload_db("MyDB")
9090
```
9191

9292

93-
## Connect to Epsill Cloud
93+
## Connect to Epsilla Cloud
9494

9595
#### Register and create vectordb on Epsilla Cloud
9696
https://cloud.epsilla.com
@@ -108,7 +108,7 @@ db = client.vectordb(db_id="df7431d0-****-****-****-************")
108108
```
109109

110110

111-
## Connect to Epsill RAG
111+
## Connect to Epsilla RAG
112112

113113
The resp will contains answer as well as contexts, like {"answer": "**", "contexts": ['context1','context2']}
114114

0 commit comments

Comments
 (0)