From eb5980a1fbb40d9f0d4580643f38c204205642b6 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Thu, 18 Dec 2025 22:28:15 +0530 Subject: [PATCH] Finalize triplet store refactoring and documentation updates --- CONTRIBUTING.md | 10 +++++----- README.md | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60a50f90..064c2970 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -336,11 +336,11 @@ def extract_entities( #### ⚡ Performance and Latency We deeply value efficiency. Contributions that make Semantica faster and lighter are highly appreciated! -- **Latency Reduction**: Optimizing critical paths, reducing function call overhead, and improving response times for RAG pipelines. -- **Memory Optimization**: Reducing memory footprint during graph processing and vector operations. -- **Throughput**: Improving the number of operations processed per second (e.g., bulk ingestion, parallel queries). -- **Benchmarks**: Adding performance benchmarks to track regressions. -- **Async/Concurrency**: Improving asynchronous execution and concurrency handling. +- **Latency Reduction**: Optimize critical paths and RAG pipeline response times. +- **Memory Optimization**: Reduce graph/vector processing memory footprint. +- **Throughput**: Improve operations per second (bulk ingestion, parallel queries). +- **Benchmarks**: Add performance benchmarks to track regressions. +- **Async/Concurrency**: Enhance asynchronous execution and concurrency. ### 📚 Documentation Contributions diff --git a/README.md b/README.md index 6c83cac3..a516e1e1 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,6 @@ git push origin feature/your-feature 2. **Documentation** - Improvements, tutorials 3. **Bug Reports** - [Create issue](https://github.com/Hawksight-AI/semantica/issues/new) 4. **Feature Requests** - [Request feature](https://github.com/Hawksight-AI/semantica/issues/new) -5. **Performance and Latency** - Improve Speed, Performance, and Speedup Semantica ### Recognition @@ -595,10 +594,10 @@ Contributors receive: - Semantica swag - Featured showcases -## 🌟 Contributors +## 🏆 Contributors - + Contributors ## 📜 License