Commit 4b8f980
Features/merged semantic search (#21)
* feat: Duckdb compatible
- Added duckdb adapter
- Changes made in sql generator for query compatiblity
- Added details in source
* feat: updated model version compatible to scikit-learn==1.7.1, xgboost==3.0.4
* feat: added fallback for np.float128 as it's not supported by all systems
* added Knowledge Builder Module
* added DataProductBuilder, updated documentation
* DataProductBuilder typo fix
* added macos instructions
* updated readme to correct API KEY
* added dev1
* added httpfs manually for duckdb mac
* updated version to 0.1.2dev2
* added SSL certs for nltk downloads for mac users
* added warning when entering graph recursion
* added " delimiter in dp_builder
* semantic search
* knowledge builder can be resumed if failed for dataset pipeline, not for link prediction
* added key to yamls
* Made LLM_PROVIDER optional to decouple from downstream
* updated quickstart content
* added configs, added syncing
* added semantic search to knowledge_builder
* updated tests, asyncio loop handling, sort in search
* removed semantic search md
* updated quickstart
* incremented version
---------
Co-authored-by: juhel-phanju-intugle <juhel@intugle.ai>
Co-authored-by: JaskaranIntugle <jaskaran@intugle.ai>1 parent 3188cc7 commit 4b8f980
24 files changed
Lines changed: 2507 additions & 592 deletions
File tree
- notebooks
- src/intugle
- analysis
- core
- llms
- pipeline/link_prediction
- semantic_search
- vector_store
- models/resources
- tests/semantic_search
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
151 | 216 | | |
152 | 217 | | |
153 | 218 | | |
| |||
0 commit comments