mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 23:48:26 +00:00
feat: added railway based deployment
This commit is contained in:
parent
da3d06782e
commit
b255bbe7e6
@ -66,6 +66,10 @@ CORE is an open-source unified, persistent memory layer for all your AI tools. Y
|
||||
## 🚀 CORE Self-Hosting
|
||||
Want to run CORE on your own infrastructure? Self-hosting gives you complete control over your data and deployment.
|
||||
|
||||
**Quick Deploy Options:**
|
||||
|
||||
[](https://railway.com/deploy/6aEd9C?referralCode=LHvbIb&utm_medium=integration&utm_source=template&utm_campaign=generic)
|
||||
|
||||
**Prerequisites**:
|
||||
|
||||
- Docker (20.10.0+) and Docker Compose (2.20.0+) installed
|
||||
|
||||
@ -43,13 +43,13 @@ NEO4J_PASSWORD=27192e6432564f4788d55c15131bd5ac
|
||||
NEO4J_AUTH=neo4j/27192e6432564f4788d55c15131bd5ac
|
||||
|
||||
OPENAI_API_KEY=
|
||||
OLLAMA_URL=http://ollama:11434
|
||||
OLLAMA_URL=
|
||||
|
||||
EMBEDDING_MODEL=text-embedding-3-small
|
||||
EMBEDDING_MODEL_SIZE=1536
|
||||
MODEL=gpt-4.1-2025-04-14
|
||||
|
||||
|
||||
## for opensource embedding model
|
||||
# EMBEDDING_MODEL=mxbai-embed-large
|
||||
|
||||
QUEUE_PROVIDER=bullmq
|
||||
QUEUE_PROVIDER=bullmq
|
||||
Loading…
x
Reference in New Issue
Block a user