RedPlanetHQ/core
Documentation: Claude API with Ollama embeddings + Railway deployment guide
Open
#129 opened on Oct 28, 2025
documentationgood first issue
Repository metrics
- Stars
- (1,930 stars)
- PR merge metrics
- (PR metrics pending)
Description
Description
Add comprehensive documentation on how to use Claude API alongside Ollama embedding models, plus a Railway deployment guide with Ollama support.
Files to Look At
Documentation
docs/self-hosting/docker.mdx- Current Docker deployment docs (Railway button already added)docs/self-hosting/overview.mdx- Self-hosting overviewdocs/self-hosting/environment-variables.mdx- Environment variable configurationdocs/providers/claude.mdx- Claude provider documentationREADME.md- Main README with deployment options
Provider Configuration
apps/webapp/app/lib/batch/providers/anthropic.ts- Anthropic/Claude provider implementationapps/webapp/app/lib/batch/providers/openai.ts- OpenAI provider for reference
Tasks
- Document how to configure Claude API key for chat/inference
- Document how to configure Ollama for embeddings only
- Add example environment variables for hybrid setup
- Create Railway deployment guide with Ollama service configuration
- Add troubleshooting section for common issues
Guidelines
- The Railway deployment template may need updates to include Ollama service
- Check existing environment variable patterns in
environment-variables.mdx - Follow the documentation style in existing provider docs
- Consider adding a diagram showing the hybrid architecture
Labels
good first issue, documentation