Commit Graph
349 Commits
Author SHA1 Message Date
KaifAhmad1 6ebc094f56 Merge main into staging, resolve conflicts keeping local changes 2025-12-02 15:28:41 +05:30
KaifAhmad1 f1699c4f80 feat(semantic_extract): Update module with explicit parameters and docs
## Code Changes
- NamedEntityRecognizer: Added methods, confidence_threshold, merge_overlapping, include_standard_types
- RelationExtractor: Added relation_types, bidirectional, confidence_threshold, max_distance
- EventDetector: Added event_types, extract_participants, extract_location, extract_time
- TripleExtractor: Added include_temporal, include_provenance
- CoreferenceResolver: Added resolve() alias method
- Removed deprecated build() functions from all modules

## Documentation Changes
- docs/reference/semantic_extract.md: Added parameter tables and detailed examples
- docs/reference/kg.md: Updated examples after build removal
- docs/reference/embeddings.md: Updated examples after build removal
- docs/concepts.md: Updated GraphRAG and core concepts examples
- docs/LIBS_README.md: Updated all references to build functions
2025-12-02 15:22:44 +05:30
Mohd Kaif 54a5090324 Merge pull request #58 from Hawksight-AI/ingest
Add 7 new data source ingestors for RAG and Graph Analytics
2025-12-01 23:26:24 +05:30
KaifAhmad1 4364f409a0 feat(ingest): Add 7 new data source ingestors
- Add PandasIngestor for DataFrame, CSV, JSON ingestion
- Add DuckDBIngestor for CSV, Parquet, Excel with SQL queries
- Add MongoIngestor for MongoDB document databases
- Add ElasticIngestor for Elasticsearch indices
- Add RESTIngestor for generic REST API endpoints
- Add HuggingFaceIngestor for ML datasets from HuggingFace Hub
- Add GDriveIngestor for Google Drive files and folders

- Update registry, methods, and config for new ingestors
- Add comprehensive documentation and code examples
- Add optional dependencies to pyproject.toml
2025-12-01 23:20:56 +05:30
Mohd Kaif 3d9a4c1d89 Update README.md 2025-12-01 20:29:07 +05:30
Mohd Kaif 1ce1518ed6 Update README.md 2025-12-01 18:36:01 +05:30
KaifAhmad1 c0b54ca37c update readme 2025-12-01 18:33:38 +05:30
KaifAhmad1 a8edbfbfb3 docs: enhance reference documentation for all modules 2025-11-30 19:23:25 +05:30
KaifAhmad1 46f726b5e4 docs: update integrations list to reflect actual implementations 2025-11-30 14:44:16 +05:30
KaifAhmad1 6bcc71f48a docs: Add comprehensive Modules & Architecture guide
- Add 7 new module sections (Split, Triple Store, Deduplication, Conflicts, KG QA, Context, Seed)
- Organize modules into 6 logical layers
- Add key features and components in bullet points for all modules
- Add quick reference table with all 20 modules
- Add 4 integration pattern examples
- Include algorithms/strategies tables where applicable
2025-11-29 19:21:04 +05:30
KaifAhmad1 4f66a672fa Comprehensive documentation improvements
- Restructured guides with grid cards and better formatting
- Expanded cookbook to include all 39 use case notebooks
- Streamlined all resource files to be concise
- Removed time estimates throughout documentation
- Fixed broken GitHub links
- Updated version to 0.0.5 and year to 2025
- Improved architecture documentation with Mermaid diagrams
- Enhanced FAQ with plain Q&A format
- Made all documentation consistent and professional
2025-11-29 18:24:26 +05:30
KaifAhmad1 ad64a209b1 Refactor documentation: Comprehensive improvements to structure, formatting, and content
- Restructured modules.md with logical layers and removed unused charts
- Enhanced concepts.md with grid cards and improved diagrams
- Improved use-cases.md with grid cards and removed decision tree
- Streamlined examples.md with Example Gallery
- Enhanced learning-more.md with structured learning paths
- Expanded cookbook.md to include all 39 use case notebooks
- Improved community-projects.md with grid cards
- Enhanced faq.md with grid card organization
- Removed time estimates throughout all documentation
- Added consistent grid card formatting across all guides
2025-11-29 17:21:43 +05:30
KaifAhmad1 a9ed0bafd8 Refactor cookbook documentation: Improve structure with grid cards and better categorization 2025-11-29 16:56:16 +05:30
KaifAhmad1 bb04a818b0 Refactor documentation: Improve structure, formatting, and remove unused charts in Guide Tab 2025-11-29 16:35:14 +05:30
KaifAhmad1 41184da242 docs: improve formatting and structure across all guide pages
- Standardize table formatting with proper column alignment
- Improve spacing and section separation for better readability
- Consistent formatting for metadata (Difficulty, Time, Prerequisites)
- Better list formatting and code block presentation
- Enhanced table readability across concepts, modules, and use-cases pages
2025-11-29 14:04:43 +05:30
KaifAhmad1 02ff1146a0 docs: fix broken link to core workflows in getting started guide 2025-11-28 18:57:24 +05:30
KaifAhmad1 6a062cfd06 docs: fix incorrect imports and API usage in quickstart guide 2025-11-28 18:52:37 +05:30
KaifAhmad1 82b2ef76a8 Add PyPI release announcement to documentation 2025-11-28 12:56:46 +05:30
Mohd Kaif a28e17e1f0 Merge pull request #57 from Hawksight-AI/graph-store
Add Graph Store module documentation
2025-11-26 17:24:44 +05:30
KaifAhmad1 8e0c78ed04 fix: Resolve merge conflict in pyproject.toml - keep graph store deps 2025-11-26 17:24:00 +05:30
Mohd Kaif c5036f7a4d Update pyproject.toml 2025-11-26 17:03:06 +05:30
KaifAhmad1 01ebad4387 Merge branch 'main' of https://github.com/Hawksight-AI/semantica into graph-store 2025-11-26 17:00:58 +05:30
KaifAhmad1 8852ea775a update pyproject.toml 2025-11-26 17:00:41 +05:30
Mohd Kaif 7e371e6350 Merge pull request #56 from Hawksight-AI/graph-store
feat(graph_store): Add Graph Store module to cookbook and examples
2025-11-26 16:58:56 +05:30
KaifAhmad1 c469f5455b feat(graph_store): Add Graph Store module to cookbook and examples
- Add new Graph_Store.ipynb introduction notebook
- Update Advanced_Graph_Analytics.ipynb with graph store persistence
- Update Fraud_Detection.ipynb with graph database storage
- Update Transaction_Network_Analysis.ipynb with blockchain graph storage
- Update Criminal_Network_Analysis.ipynb with criminal network persistence
- Update Welcome_to_Semantica.ipynb with Graph Store module documentation
- Update docs/cookbook.md, docs/examples.md, docs/CodeExamples.md
- Sync all notebooks to docs/cookbook directory
2025-11-26 16:55:55 +05:30
KaifAhmad1 b8bf30d291 Revert "Fix footer visibility - make GitHub, PyPI logos and MkDocs attribution clearly visible"
This reverts commit 314fb8c1d9.
2025-11-26 14:07:23 +05:30
KaifAhmad1 314fb8c1d9 Fix footer visibility - make GitHub, PyPI logos and MkDocs attribution clearly visible 2025-11-26 14:04:21 +05:30
KaifAhmad1 cb09131830 Revert "Add GitHub stars and forks tracker in header"
This reverts commit d828e00fb9.
2025-11-26 13:59:51 +05:30
KaifAhmad1 d828e00fb9 Add GitHub stars and forks tracker in header 2025-11-26 13:55:24 +05:30
KaifAhmad1 0ed3510b70 Make MkDocs attribution clearly visible in footer 2025-11-26 13:51:01 +05:30
KaifAhmad1 27345562bd Sort documentation modules alphabetically 2025-11-26 13:42:49 +05:30
KaifAhmad1 52fe0fa5a6 Add Evals module to documentation (Coming Soon) 2025-11-26 13:37:58 +05:30
KaifAhmad1 e7eae92fab Add evals module placeholder (Coming Soon) 2025-11-26 13:36:03 +05:30
KaifAhmad1 4c1848ec6a Fix parse.md code block formatting 2025-11-26 13:01:41 +05:30
KaifAhmad1 ba49ca2b90 Release v0.0.5 - Test Trusted Publishing v0.0.5 2025-11-26 12:17:19 +05:30
KaifAhmad1 b3ce4c6a97 Remove release script 2025-11-26 12:11:59 +05:30
KaifAhmad1 578ce17407 Add release script for easy deployments 2025-11-26 12:09:17 +05:30
KaifAhmad1 4f56a7d0ff Use Trusted Publishing for PyPI deployment (more secure) 2025-11-26 12:06:48 +05:30
KaifAhmad1 95f06c224e Fix release workflow to use PYPI_API_TOKEN secret 2025-11-26 12:03:57 +05:30
KaifAhmad1 4967143a84 Release v0.0.4 - Fix PyPI deployment v0.0.4 2025-11-26 11:49:33 +05:30
KaifAhmad1 58e362af2e Merge branch 'main' of https://github.com/Hawksight-AI/semantica v0.0.3 2025-11-25 23:49:05 +05:30
KaifAhmad1 8732f524ff chore: bump version to 0.0.3 and update changelog
- Updated version in pyproject.toml, __init__.py
- Added v0.0.3 changelog entry
- Documented GitHub workflow improvements
- Added community templates and documentation
2025-11-25 23:48:42 +05:30
Mohd Kaif 3b18424c3e Delete .github/README.md 2025-11-25 23:33:54 +05:30
KaifAhmad1 bbad1b62f0 refactor: simplify .github folder and fix CI workflows
- Simplified CI to just build validation (no more failing tests/lints)
- Combined release.yml and pypi.yml into single workflow
- Simplified security.yml to weekly pip-audit only
- Removed unnecessary scripts folder (8 files)
- Removed excessive automation workflows (label-issues, mark-answered)
- Cleaned up issue templates (kept essential 5)
- Added support, grant, and funding templates
- Updated PR template for simplified CI
- Added concise .github/README.md
2025-11-25 23:31:33 +05:30
KaifAhmad1 388e9bea12 chore: release v0.0.2 v0.0.2 2025-11-25 22:23:56 +05:30
Mohd Kaif 46df06df81 Delete .github/workflows/format.yml 2025-11-25 18:19:46 +05:30
Mohd Kaif 63d5e9c5be Update README.md 2025-11-25 18:17:24 +05:30
KaifAhmad1 df4b9d1b8e fix: modify format.yml to skip README-only changes
- Add paths-ignore filter to skip README.md and documentation files
- Update README.md to remove non-existent external documentation links
- Add cookbook links pointing to GitHub repository
2025-11-25 16:26:37 +05:30
KaifAhmad1 3741976ceb update readme 2025-11-25 16:11:56 +05:30
Mohd Kaif 81db91cd48 Update README.md 2025-11-25 16:04:56 +05:30