Update README to remove future work and details

Removed future work section and some details about Redis, Celery, and Flower.
This commit is contained in:
Rohan Verma 2025-10-20 01:29:28 -07:00 committed by GitHub
parent 45de58ec9e
commit 30cfb4d95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,6 @@ Open source and easy to deploy locally.
- Supports all major Rerankers (Pinecode, Cohere, Flashrank etc) - Supports all major Rerankers (Pinecode, Cohere, Flashrank etc)
- Uses Hierarchical Indices (2 tiered RAG setup). - Uses Hierarchical Indices (2 tiered RAG setup).
- Utilizes Hybrid Search (Semantic + Full Text Search combined with Reciprocal Rank Fusion). - Utilizes Hybrid Search (Semantic + Full Text Search combined with Reciprocal Rank Fusion).
- RAG as a Service API Backend.
### **External Sources** ### **External Sources**
- Search Engines (Tavily, LinkUp) - Search Engines (Tavily, LinkUp)
@ -148,8 +147,6 @@ SurfSense provides two installation methods:
- Supports environment variable customization via `.env` file - Supports environment variable customization via `.env` file
- Flexible deployment options (full stack or core services only) - Flexible deployment options (full stack or core services only)
- No need to manually edit configuration files between environments - No need to manually edit configuration files between environments
- See [Docker Setup Guide](DOCKER_SETUP.md) for detailed instructions
- For deployment scenarios and options, see [Deployment Guide](DEPLOYMENT_GUIDE.md)
2. **[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment. 2. **[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment.
@ -220,6 +217,12 @@ Before installation, make sure to complete the [prerequisite setup steps](https:
- **pgvector**: PostgreSQL extension for efficient vector similarity operations - **pgvector**: PostgreSQL extension for efficient vector similarity operations
- **Redis**: In-memory data structure store used as message broker and result backend for Celery
- **Celery**: Distributed task queue for handling asynchronous background jobs (document processing, podcast generation, etc.)
- **Flower**: Real-time monitoring and administration tool for Celery task queues
- **Chonkie**: Advanced document chunking and embedding library - **Chonkie**: Advanced document chunking and embedding library
- Uses `AutoEmbeddings` for flexible embedding model selection - Uses `AutoEmbeddings` for flexible embedding model selection
- `LateChunker` for optimized document chunking based on embedding model's max sequence length - `LateChunker` for optimized document chunking based on embedding model's max sequence length
@ -269,12 +272,6 @@ Before installation, make sure to complete the [prerequisite setup steps](https:
### **Extension** ### **Extension**
Manifest v3 on Plasmo Manifest v3 on Plasmo
## Future Work
- Add More Connectors.
- Patch minor bugs.
- Document Podcasts
## Contribute ## Contribute