Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valentimarco/local-embedder
- Owner: valentimarco
- Created: 2023-10-23T15:47:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T21:37:13.000Z (over 1 year ago)
- Last Synced: 2024-11-16T21:32:32.105Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```