Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaapple committed Sep 10, 2024
1 parent 485ea10 commit f2b985a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ MemFree is a Hybrid AI search engine that simultaneously performs searches on yo

### 3 One Command Deploy Backend with Fly.io

- [One Command Deploy Searxng on Fly.io](https://www.memfree.me/docs/deploy-searxng-fly-io)
- [One Command Deploy MemFree Vector on Fly.io](https://www.memfree.me/docs/deploy-memfree-fly-io)

## Self-Hosted Installation
Expand All @@ -91,14 +90,9 @@ Create a Redis compatible database in seconds: [Upstash Redis](https://upstash.c

Get an OpenAI API Key: [OpenAI](https://platform.openai.com)

#### Searxng Search
#### Serper API Key

<a href="https://zeabur.com/templates/CE71SC?referralCode=memfree"><img src="https://zeabur.com/button.svg" alt="Deploy on Zeabur"/></a>

You could one click get the Searxng Search Service.

- [MemFree One-Click Deployment guide](https://www.memfree.me/docs/one-click-deploy-ai-search)
- [One Command Deploy Searxng on Fly.io](https://www.memfree.me/docs/deploy-searxng-fly-io)
Get a Serper API Key: [Serper](https://serper.dev/api-key)

### Frontend

Expand Down Expand Up @@ -132,10 +126,6 @@ bun i
bun run build
```

## Set MemFree as your search engine

[Set MemFree as your search engine](https://www.memfree.me/docs/search-engine)

## Contributing

Here's how you can contribute:
Expand Down
12 changes: 3 additions & 9 deletions frontend/content/docs/deploy-embedding-fly-io.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ You could refer to [One Click Deploy You Own Hybrid AI Search Engine](/docs/one-

- Install `flyctl` by following the instructions [here](https://fly.io/docs/flyctl/install/).

### Clone MemFree Code From GitHub
### Clone Embedding Code From GitHub

```js
git clone https://github.com/memfreeme/memfree.git
git clone https://github.com/memfreeme/fast-embedding.git
```

### Deploy MemFree Vector Service
### Deploy Embedding Service

```js
cd embedding

cp fly.example.toml fly.toml

change the APP_NAME in fly.toml to your app name

fly deploy

fly secrets set API_TOKEN={your token}
Expand Down
8 changes: 1 addition & 7 deletions frontend/content/docs/deploy-searxng-fly-io.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ You could refer to [One Click Deploy You Own Hybrid AI Search Engine](/docs/one-
### Clone Searxng Config From GitHub

```js
git clone https://github.com/memfreeme/memfree.git
git clone https://github.com/memfreeme/searxng.git
```

### Deploy Searxng

```js
cd searxng

cp fly.example.toml fly.toml

change the APP_NAME in fly.toml to your app name

fly deploy
```

Expand Down

0 comments on commit f2b985a

Please sign in to comment.