Skip to content

Commit

Permalink
add install apache jena
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 1, 2024
1 parent b707274 commit 83e8c0c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ config = {
"triple_store": {
"provider": "apache_jena",
"config": {
"connection_url": "http://localhost:8080/",
"connection_url": "http://localhost:8080/dataset_name",
},
},
"vector_store": {
Expand Down Expand Up @@ -183,6 +183,20 @@ async def main():
await memonto.aforget()
```

## 🔧 Additional Setup

**Apache Jena**
1. Download Apache Jena Fuseki [here](https://jena.apache.org/download/index.cgi#apache-jena-fuseki).
2. Unzip to desired folder.
```sh
tar -xzf apache-jena-fuseki-X.Y.Z.tar.gz
```
3. Run a local server.
```sh
./fuseki-server --port=8080
```


## 🔮 Current and Upcoming

| LLM | | Vector Store | |Triple Store | |
Expand Down

0 comments on commit 83e8c0c

Please sign in to comment.