mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-10 04:00:35 +00:00
- Add tests/test_030_context_graph_realworld_extended.py (105 tests, 0 failed)
- ContextGraph advanced methods: analyze_decision_influence,
get_decision_insights, trace_decision_causality,
enforce_decision_policy, find_precedents_by_scenario
- Research paper citation KG (arXiv provenance: Transformer, BERT,
GPT-3, GPT-4, LLaMA, PaLM — source URLs as entity provenance)
- E-commerce KG with pricing / supply-chain causal decision chains
- GraphBuilderWithProvenance with GitHub + arXiv web-sourced data
- AlgorithmTrackerWithProvenance: all 10 methods incl. 9 domain-specific
ones added in 0.3.0-alpha (track_cross_domain_similarity, etc.)
- Parquet export: entities, relationships, full KG, all codecs (PR #343)
- ArangoDB AQL export: INSERT content, custom collections (PR #342)
- Deduplication v2: two-stage prefilter, phonetic blocking, hybrid_v2,
budget limiting (PR #339); semantic rel dedup v2 (PR #340)
- AgentMemory: store, retrieve, statistics, conversation history
- Full E2E workflow: build → decisions → influence → export → dedup
- Multi-domain precedent search (SEC EDGAR, AMA, M&A news sources)
- Graph serialization round-trips (research, ecommerce, GitHub domains)
- Incremental/delta processing simulation (PR #349)
- All 190 tests (85 existing + 105 new) pass, 0 failed
- Fix Discord invite link — replace expiring links with permanent invite
across all docs and GitHub files:
Old: discord.gg/N7WmAuDH, discord.gg/ggb7vWeP
New: discord.gg/sV34vps5hH (never-expire, unlimited invites)
Files: README.md, CONTRIBUTING.md, CONTRIBUTORS.md, SUPPORT.md,
.github/SUPPORT.md, docs/index.md, docs/getting-started.md,
docs/CodeExamples.md, docs/reference/provenance.md,
semantica/change_management/change_management_usage.md
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
1.9 KiB
Markdown
53 lines
1.9 KiB
Markdown
# Support for Semantica
|
|
|
|
## Getting Help
|
|
|
|
### 📚 Documentation
|
|
Check the [docs folder](https://github.com/Hawksight-AI/semantica/tree/main/docs) and [README](https://github.com/Hawksight-AI/semantica/blob/main/README.md) for guides and examples.
|
|
|
|
### 💬 Community Support
|
|
- **GitHub Discussions**: [Ask questions](https://github.com/Hawksight-AI/semantica/discussions)
|
|
- **Discord**: Join our [Discord server](https://discord.gg/sV34vps5hH) for real-time chat
|
|
|
|
### 💭 Discussions
|
|
Join the conversation on [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions):
|
|
- **Q&A**: Ask questions and get help from the community
|
|
- **Ideas**: Share feature requests and suggestions
|
|
- **Show and Tell**: Showcase your projects and use cases
|
|
- **General**: General discussions about Semantica
|
|
|
|
### 🐛 Bug Reports
|
|
Found a bug? [Create an issue](https://github.com/Hawksight-AI/semantica/issues/new/choose)
|
|
|
|
### 📖 Resources
|
|
- [Quick Start Guide](https://github.com/Hawksight-AI/semantica/blob/main/docs/quickstart.md)
|
|
- [FAQ](https://github.com/Hawksight-AI/semantica/blob/main/docs/faq.md)
|
|
- [Cookbook Examples](https://github.com/Hawksight-AI/semantica/tree/main/cookbook)
|
|
|
|
## Commercial Support
|
|
|
|
For enterprise support, custom development, or consulting services:
|
|
- Contact us through [GitHub Issues](https://github.com/Hawksight-AI/semantica/issues)
|
|
- Include "Commercial Support" in the title
|
|
|
|
## Sponsorship
|
|
|
|
### Sponsor this project
|
|
|
|
Support Semantica development:
|
|
- [GitHub Sponsors](https://github.com/sponsors/Hawksight-AI)
|
|
|
|
Your sponsorship helps us:
|
|
- Maintain and improve the framework
|
|
- Add new features and integrations
|
|
- Provide better documentation
|
|
- Support the community
|
|
|
|
## Response Times
|
|
|
|
- **Community Support**: Best effort by community members
|
|
- **Bug Reports**: Reviewed within 7 days
|
|
- **Security Issues**: Reviewed within 48 hours
|
|
- **Sponsored Support**: Priority response (24-48 hours)
|
|
|