This repository tracks version information for Document Lake's automatic update system.
Latest: v1.6.0
See the VERSION file for the current release.
Users running Document Lake will automatically receive update notifications when a new version is published here.
When you see an update notification in Document Lake:
- Click the "Update Now" button in the UI
- Confirm the update in the dialog
- Wait 2-5 minutes for automatic update
- Done! ✨
Your data is always preserved during updates.
If you prefer to update manually:
# Pull latest version
docker compose pull
# Restart services
docker compose up -dSee CHANGELOG.md for detailed release notes.
- Download the latest
docker-compose.yml:
curl -O https://raw.githubusercontent.com/anbrme/document-lake-releases/main/docker-compose.yml- Start Document Lake:
docker compose up -d- Access the API:
- API: http://localhost:5001
- Elasticsearch: http://localhost:9200
- Qdrant Dashboard: http://localhost:6333/dashboard
- Docker Hub: anbrme/document-lake-api
- Latest Release: CHANGELOG.md
- Document Indexing: Upload and index documents (PDF, DOCX, TXT, etc.)
- Hybrid Search: Semantic + keyword search powered by Elasticsearch
- Local Embeddings: Privacy-first local embedding generation
- RAG Integration: Vector storage with Qdrant for retrieval-augmented generation
- Multi-tenancy: User isolation and data privacy
- Auto-updates: Automatic version checking and updates
- 100% local processing - no data sent to cloud
- All embeddings generated locally
- Full control over your data
- Open source and transparent
For issues, please check:
- CHANGELOG.md - Known issues and fixes
- Docker logs:
docker compose logs -f api - Health check:
curl http://localhost:5001/health
This repository only contains version information and documentation. All source code and sensitive information remains private.
Auto-Update System Status: ✅ Active
License: Private - Contact author for licensing information