Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Aug 21, 2024
1 parent 7dc5529 commit 9a17059
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project utilizes an Elasticsearch API and a GPT model to store and manage a

## Getting Started

This guide will help you set up and use the AI-Memory project, which utilizes an Elasticsearch API and a GPT model to store and manage a chronological repository of information.
This guide will help you set up and use the AI-Memory project.

### 1. Install Elasticsearch

Expand Down Expand Up @@ -59,13 +59,7 @@ Example:
cp gpt-values-override-conf.dist.sh gpt-values-override-conf.myid.sh
```

Edit `gpt-values-override-conf.myid.sh` to set your values:
```sh
export AI_MEMORY_ELASTIC_SEARCH_URL="https://your-elastic-search-url"
export AI_MEMORY_ELASTIC_SEARCH_INDEX_SUFFIX="your_suffix"
export AI_MEMORY_PERSONAL_NAME="Your Name"
export AI_MEMORY_EXTRA_PERSONAL_INFO="Your additional info"
```
Edit `gpt-values-override-conf.myid.sh` and set your values

### 5. Generate Files

Expand All @@ -85,7 +79,7 @@ Set the API key for the action using the one generated from Elasticsearch. It's

select

the Authentication type: `ApiKey`. The API key box should contain the value `ApiKey <yourapikey>` (the prefix `ApiKey` is fundamental) and the Auth should be set to `Custom`.
the Authentication type: `ApiKey`. The API key box should contain the value `ApiKey <yourapikey>` (the prefix `ApiKey` is fundamental) and the Auth should be set to `Custom` with the value `Authorizer`

### Using the GPT

Expand Down

0 comments on commit 9a17059

Please sign in to comment.