Commit fc121c3
authored
feat: Updating retrieve online documents v2 to work for other fields for sq… (#5082)
* Updating retrieve online documents v2 to work for other fields for sqlite
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updating tests...not working entirely yet but close
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* bug fix for addition of new features
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updated to implement full text search
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>1 parent 1705922 commit fc121c3
File tree
12 files changed
+504
-136
lines changed- sdk/python
- feast
- infra
- online_stores
- milvus_online_store
- tests
- example_repos
- unit/online_store
12 files changed
+504
-136
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| 1870 | + | |
1870 | 1871 | | |
1871 | 1872 | | |
1872 | 1873 | | |
| |||
1878 | 1879 | | |
1879 | 1880 | | |
1880 | 1881 | | |
| 1882 | + | |
1881 | 1883 | | |
1882 | 1884 | | |
1883 | 1885 | | |
| |||
1919 | 1921 | | |
1920 | 1922 | | |
1921 | 1923 | | |
| 1924 | + | |
1922 | 1925 | | |
1923 | 1926 | | |
1924 | 1927 | | |
| |||
1988 | 1991 | | |
1989 | 1992 | | |
1990 | 1993 | | |
| 1994 | + | |
1991 | 1995 | | |
1992 | 1996 | | |
1993 | 1997 | | |
| |||
2003 | 2007 | | |
2004 | 2008 | | |
2005 | 2009 | | |
| 2010 | + | |
2006 | 2011 | | |
2007 | 2012 | | |
2008 | 2013 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| 466 | + | |
466 | 467 | | |
467 | 468 | | |
468 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
442 | 443 | | |
443 | 444 | | |
444 | 445 | | |
| |||
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| 460 | + | |
459 | 461 | | |
460 | 462 | | |
461 | 463 | | |
| |||
0 commit comments