Commit d095b96
authored
feat: Implement and enhance remote document retrieval functionality (#5487)
* Remotely retrieve the docs
Signed-off-by: jyejare <jyejare@redhat.com>
* Feature server rectified for documents retrival
Signed-off-by: jyejare <jyejare@redhat.com>
* Updates to remote retrival for response extraction
Signed-off-by: jyejare <jyejare@redhat.com>
* Remote retrive online doc v2
Signed-off-by: jyejare <jyejare@redhat.com>
* Unit tests for Remote docuemnts retrival
Signed-off-by: jyejare <jyejare@redhat.com>
* Fixed checks and comments
Signed-off-by: jyejare <jyejare@redhat.com>
---------
Signed-off-by: jyejare <jyejare@redhat.com>1 parent a4eef38 commit d095b96
File tree
5 files changed
+724
-15
lines changed- sdk/python
- feast
- infra/online_stores
- tests/unit/infra/online_store
5 files changed
+724
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
| 100 | + | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| |||
110 | 118 | | |
111 | 119 | | |
112 | 120 | | |
113 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
114 | 125 | | |
115 | 126 | | |
116 | 127 | | |
| |||
246 | 257 | | |
247 | 258 | | |
248 | 259 | | |
249 | | - | |
| 260 | + | |
250 | 261 | | |
251 | 262 | | |
252 | 263 | | |
253 | 264 | | |
254 | 265 | | |
255 | 266 | | |
256 | 267 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
263 | 271 | | |
264 | | - | |
265 | | - | |
266 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
267 | 280 | | |
268 | 281 | | |
269 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2413 | 2413 | | |
2414 | 2414 | | |
2415 | 2415 | | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
2416 | 2421 | | |
2417 | 2422 | | |
2418 | 2423 | | |
| |||
0 commit comments