Commit f9a5c0a
committed
Merge changes for v0.3 release (#25)
## What's Changed
This is a huge release 🚀
Main features:
- Multimodal image input column: Now you can insert an image alongside text as input to LLMs
- OSS now supports multiple projects: You are now able to create projects to manage your tables and files
- Added ability to turn any column into multi-turn chat via the `multi_turn` parameter in `LLMGenConfig`
- Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
- Added support for templates: We will progresively add more templates that showcase various use cases
- Support for search query when listing projects, tables, rows
- Table and project import and export
- Various improvements to backend and frontend
There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:
- Added `version` and `meta` to table metadata. Please run the provided migration script to upgrade your existing DB files.
- Delete endpoints will return 404 if resource is not found
- `/v1/gen_tables/{table_type}/{table_id}/thread` has one new required query parameter: `column_id`
- Table list endpoint now defaults to not counting table rows
- Output columns must be string type
- Deprecations:
- Endpoint `/v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}`
## New Contributors
* @zec0816
* @Hoipang
## Contributors
* @deafnv
* @haoshan98
* @kamil-hassan201
* @noobHappylife
* @jiahuei
## Full Changelog
v0.2...v0.31 parent 6f65876 commit f9a5c0a
465 files changed
Lines changed: 57879 additions & 20020 deletions
File tree
- .github/workflows
- clients
- python
- src/jamaibase
- utils
- tests
- _loader_check
- cloud
- files
- bmp
- csv
- docx
- doc
- gif
- html
- jpeg
- jsonl
- json
- md
- pdf_mixed
- pdf_scan
- pdf
- png
- pptx
- ppt
- tiff
- tsv
- txt
- webp
- xlsx
- xls
- xml
- oss
- gen_table
- typescript
- __tests__
- scripts
- src
- helpers
- resources
- files
- gen_tables
- llm
- templates
- docker
- scripts
- services
- api
- src/owl
- configs
- db
- entrypoints
- routers
- scripts
- tasks
- templates
- f1_due_diligence
- action
- knowledge
- utils
- tests
- test_table.lance
- _indices
- 80c539f0-1c19-4a7c-b273-cfb237733433
- c0e1017d-bc45-4449-860d-91a3e588c23b
- cf06ed0f-70eb-479f-9824-dfee71a61680
- d722107e-5c23-4c94-b9e1-2eb5cc635c9a
- _transactions
- _versions
- data
- app
- electron
- icons
- src
- lib
- assets
- components
- preset
- tables
- (sub)
- (svg)
- ui
- button
- dialog
- pagination
- select
- skeleton
- sonner
- icons
- server
- showdown
- routes
- (main)
- project
- [project_id]
- (components)
- (dialogs)
- action-table
- (dialogs)
- [table_id]
- chat-table
- (dialogs)
- [table_id]
- knowledge-table
- (dialogs)
- [table_id]
- settings
- theme
- static
- tests
- fixtures
- pages
- tables
- docio
- scripts
- src/docio
- entrypoints
- langchain
- routers
- tests
- replication
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | | - | |
21 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
14 | 98 | | |
15 | 99 | | |
16 | 100 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 101 | + | |
20 | 102 | | |
21 | 103 | | |
22 | 104 | | |
| |||
25 | 107 | | |
26 | 108 | | |
27 | 109 | | |
28 | | - | |
| 110 | + | |
29 | 111 | | |
30 | 112 | | |
31 | 113 | | |
| |||
67 | 149 | | |
68 | 150 | | |
69 | 151 | | |
| 152 | + | |
70 | 153 | | |
71 | 154 | | |
72 | 155 | | |
| |||
75 | 158 | | |
76 | 159 | | |
77 | 160 | | |
78 | | - | |
| 161 | + | |
79 | 162 | | |
80 | 163 | | |
81 | 164 | | |
| |||
96 | 179 | | |
97 | 180 | | |
98 | 181 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 182 | + | |
102 | 183 | | |
103 | 184 | | |
104 | 185 | | |
| |||
107 | 188 | | |
108 | 189 | | |
109 | 190 | | |
110 | | - | |
| 191 | + | |
111 | 192 | | |
112 | 193 | | |
113 | 194 | | |
| |||
150 | 231 | | |
151 | 232 | | |
152 | 233 | | |
| 234 | + | |
153 | 235 | | |
154 | 236 | | |
155 | 237 | | |
| |||
0 commit comments