Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valentimarco/local-embedder

Setup for local embedder
https://github.com/valentimarco/local-embedder

Last synced: 20 days ago
JSON representation

Setup for local embedder

Awesome Lists containing this project

README

        

# Local-Embedder
Setup for local embedder

# Quickstart

1. Install [`docker`](https://docs.docker.com/get-docker/), [`docker compose`](https://docs.docker.com/compose/install/) and clone the repo:
```bash
git clone https://github.com/valentimarco/Local-Embedder.git
```
2. Copy the .env.example and set the params:
```bash
cp .env.example .env && nano .env
```
3. Start up the container
```bash
docker-compose up
```