Commit 988cbeb
authored
Feature/multilp reltype (#124)
* composite key identification added
* added test cases
* moved distinct count to connector level
* lint
* storing distinct count
* added composite key cache to store distinct_count
* added langfuse observability
* implement multi lp
* tests
* refactored predicted links
* test cases pass
* added asserts for accuracy and intersect ratios
* added date for lp, connectors implementation, rate limiter
* add basketball dataset
* mcp server get schema refactored
* dataproduct refactor
* added uniqueness ratio
* Link type identification added to data product
* fix relationship type order mismatch bug
* rc1
* databricks refactor
* composite key graph visualization
* sqlserver optimized queries
* snowflake fixes
* graph update
* added legend. upgraded version
* added docs
* updated composite edge colour in streamlit
* added example notebook
* removed unnecessary print statements
* linting
* updated cardinality test case1 parent 6715468 commit 988cbeb
File tree
62 files changed
+52020
-1385
lines changed- docsite/docs
- core-concepts/semantic-intelligence
- notebooks
- sample_data/professional_basketball
- src/intugle
- adapters
- types
- databricks
- duckdb
- pandas
- postgres
- snowflake
- sqlserver
- analysis
- core
- conceptual_search
- llms
- pipeline
- key_identification
- link_prediction
- exporters
- libs/smart_query_generator
- models
- utils
- link_predictor
- models
- resources
- parser
- streamlit_app
- tests
- adapters
- analysis
- link_predictor
- parser
- query_generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+52020
-1385
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
71 | | - | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments