dataset-viewer
feat: Index the (text) datasets contents to enable full-text search - DuckDB
#1296
Merged

feat: Index the (text) datasets contents to enable full-text search - DuckDB #1296

AndreaFrancis merged 71 commits into main from duckdb-index
AndreaFrancis
AndreaFrancis Draft files
1e419640
AndreaFrancis Adding duckdb index job runner
f37a829b
AndreaFrancis Fix style
340d85ed
AndreaFrancis WIP adding fts on API
c53af5f6
AndreaFrancis AndreaFrancis changed the title feat: Index the (text) datasets contents to enable full-text search - Duckdb WIP - Index the (text) datasets contents to enable full-text search - Duckdb 3 years ago
AndreaFrancis Remove non used code
8cac1c54
AndreaFrancis Merge branch 'main' into duckdb-index
31387bad
AndreaFrancis Fix style
23ce3eee
HuggingFaceDocBuilder
AndreaFrancis Adding chart objects
ac0a2d9a
AndreaFrancis AndreaFrancis changed the title WIP - Index the (text) datasets contents to enable full-text search - Duckdb WIP - Index the (text) datasets contents to enable full-text search - DuckDB 3 years ago
github-actions
codecov-commenter
AndreaFrancis Rollback dependency in API
dff50cff
severo
severo commented on 2023-06-06
AndreaFrancis
AndreaFrancis Merge branch 'main' into duckdb-index
132d4ca1
AndreaFrancis
severo
AndreaFrancis Depend on parquet an split
4659117a
AndreaFrancis Fix libcommon test
f0794a8f
AndreaFrancis Merge branch 'main' into duckdb-index
ddad27a4
AndreaFrancis Send index file to dedicated branch
05d33624
AndreaFrancis Fix test in first parquet
cec74e3a
AndreaFrancis Merge branch 'main' into duckdb-index
96587d82
AndreaFrancis Merge branch 'main' into duckdb-index
b02fa171
AndreaFrancis Fix merge hanges
8679ce91
AndreaFrancis Fix poetry files
163928e5
AndreaFrancis Adding happy path test
b1238f50
AndreaFrancis Merge branch 'main' into duckdb-index
08e784ff
AndreaFrancis Adding other test scenarios
fd298bef
AndreaFrancis Adding chart configuration
2afe9f3e
AndreaFrancis AndreaFrancis changed the title WIP - Index the (text) datasets contents to enable full-text search - DuckDB feat: Index the (text) datasets contents to enable full-text search - DuckDB 3 years ago
AndreaFrancis AndreaFrancis marked this pull request as ready for review 3 years ago
AndreaFrancis AndreaFrancis requested a review from severo severo 3 years ago
AndreaFrancis AndreaFrancis requested a review from polinaeterna polinaeterna 3 years ago
AndreaFrancis AndreaFrancis requested a review from lhoestq lhoestq 3 years ago
AndreaFrancis AndreaFrancis requested a review 3 years ago
severo
severo commented on 2023-06-13
AndreaFrancis Apply suggestions from code review
0bfcb62f
AndreaFrancis Change ParquetFileItem to SplitHubFile
2ff4f916
severo
lhoestq
AndreaFrancis Inherit from SplitCachedJobRunner
3c9b4eef
AndreaFrancis Fix style
c78e99ae
AndreaFrancis Depends on info featues instead of parquet schema
6eba4d9f
AndreaFrancis Fix libcommon test
39e7ded0
AndreaFrancis AndreaFrancis marked this pull request as draft 3 years ago
AndreaFrancis Apply code review suggestions
e94e1d4f
AndreaFrancis Merge branch 'main' into duckdb-index
4daf93df
AndreaFrancis AndreaFrancis marked this pull request as ready for review 3 years ago
AndreaFrancis AndreaFrancis requested a review from severo severo 3 years ago
polinaeterna
polinaeterna commented on 2023-06-14
AndreaFrancis Merge branch 'main' into duckdb-index
aa686603
AndreaFrancis Some details
e28142fd
AndreaFrancis Fix style
a51d7d32
lhoestq
lhoestq commented on 2023-06-15
AndreaFrancis Merge branch 'main' into duckdb-index
129b8c49
AndreaFrancis Fix test
edd120d6
AndreaFrancis Merge branch 'main' into duckdb-index
a65e8ddf
AndreaFrancis Apply code review suggestions
059c632a
AndreaFrancis AndreaFrancis requested a review from lhoestq lhoestq 3 years ago
AndreaFrancis AndreaFrancis requested a review from polinaeterna polinaeterna 3 years ago
severo
severo commented on 2023-06-14
AndreaFrancis Update chart/values.yaml
9ecf9233
AndreaFrancis Apply suggestions from code review
874fabd1
AndreaFrancis AndreaFrancis marked this pull request as draft 3 years ago
AndreaFrancis Apply code review suggestions
c36202fd
stevhliu [docs] Improvements (#1376)
9b82a66b
baskrahmer Fix closing brackets and GH action link (#1389)
33260144
albertvillanova Fix typo in erro rmessage (#1391)
14107376
baskrahmer Add docker internal to extra_hosts (#1390)
1d9574e4
severo fix: 🐛 support bigger images (#1387)
7971b346
severo Rename dev to staging, and use staging mongodb cluster (#1383)
431163d0
severo feat: 🎸 10x the size of supported images (#1392)
80c7b5d6
AndreaFrancis Fix exception
b599b103
AndreaFrancis Merge branch 'main' into duckdb-index
a1b3d8ef
AndreaFrancis Fix test in libcommon
187d7b65
AndreaFrancis Merge branch 'main' into duckdb-index
fd01ec6e
AndreaFrancis Merge branch 'main' into duckdb-index
ff4a833a
AndreaFrancis Apply some code review suggestions
5c9639e2
AndreaFrancis Apply code review suggestions
ce4163a5
AndreaFrancis Merge branch 'main' into duckdb-index
67e801f2
AndreaFrancis Adding close connection
9e9e25a8
AndreaFrancis Merge branch 'main' into duckdb-index
517a4791
AndreaFrancis Upgrade duckdb version
b8076135
AndreaFrancis Apply code review suggestions
e77b6b47
AndreaFrancis Fix style
3005e2ea
lhoestq
AndreaFrancis
lhoestq
AndreaFrancis Adding some test cases
84687e0e
AndreaFrancis Merge branch 'main' into duckdb-index
27743d57
AndreaFrancis Remove duplicate code by merge
021ea34b
AndreaFrancis AndreaFrancis marked this pull request as ready for review 3 years ago
AndreaFrancis AndreaFrancis requested a review from severo severo 3 years ago
AndreaFrancis AndreaFrancis requested a review from julien-c julien-c 3 years ago
AndreaFrancis
lhoestq
lhoestq approved these changes on 2023-06-22
polinaeterna
polinaeterna approved these changes on 2023-06-23
severo
severo
severo commented on 2023-06-23
severo
lhoestq
AndreaFrancis Merge branch 'main' into duckdb-index
2d6b21c5
AndreaFrancis Fix imports
80a3c214
AndreaFrancis Apply code review suggestions
b6f3bd99
AndreaFrancis Apply suggestions from code review
550f1183
AndreaFrancis Add test
930f6c0d
AndreaFrancis AndreaFrancis requested a review from severo severo 3 years ago
AndreaFrancis Merge branch 'main' into duckdb-index
ecfa8c5f
AndreaFrancis Merge branch 'main' into duckdb-index
a92fe90f
severo
severo approved these changes on 2023-06-27
AndreaFrancis AndreaFrancis merged b988e218 into main 3 years ago
AndreaFrancis AndreaFrancis deleted the duckdb-index branch 3 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone