Commit 1a70dd0
Support find similar search (#122)
* checkpoint
* checkpoint
* checkpoint
* checkpoint
* seems to be working
* tidy
* checkpoint
* Basic import of tables
* remove files no longer needed
* Basic execute working
* docs and CI
* Fix JSON encoding
* doc
* Smaller batch size is safer, maybe slower
* rename to sql-server
* Use WF_AUTH_TOKEN
* complete thought
* complete thought
* revert unintended change
* trying to add blobs
* fix _blob
* make _image and _as_format work
* refactor for simpler code, no pre-batch query
* Add operations
* Update apps/sql-server/fdw/fdw/__init__.py
Co-authored-by: Copilot <[email protected]>
* PR feedback
* use dotenv
* checkpoint
* Fix merge issues
* more cleanup
* checkpoint
* checkpoint
* operations checking
* Add some enums for videos
* Add access control; fix some issue with descriptor tables
* PR feedback
* Cleaner pool and schema handling.
* Fix suggested by Drew for envar issues
* pinpoint fix
* Update apps/sql-server/app/app.sh
Co-authored-by: Copilot <[email protected]>
* Add HTTP server; fix FDW log level
* Fix swagger
* response to PR feedback
* Add check_properties
* fix merge problem
* Add FIND_SIMILAR
* checkpoint
* Be consistent about embeddings requirements
* descriptor tables have specialized column sets; detecting embeddability
* checkpoint
* find similar working
* checkpoint
* Finish general rewrite; use personal branch of multicorn2
* fix comment
* Hard-code distances
* Better boolean handling
* trivial change
* More performance reporting
* fix type hint
* remove extraneous parameter
* fix type hint
* fix type hints
* fix type hint
* minor fixes
* Remove temporary logging
* Update apps/sql-server/fdw/fdw/descriptor.py
Co-authored-by: Copilot <[email protected]>
* Update apps/sql-server/fdw/fdw/common.py
Co-authored-by: Copilot <[email protected]>
* Update apps/sql-server/fdw/fdw/descriptor.py
Co-authored-by: Copilot <[email protected]>
* fix copy-paste error
* Update apps/sql-server/fdw/fdw/common.py
Co-authored-by: Copilot <[email protected]>
* more timing
* Add explain
* tweak EXPLAIN
* PR has been merged upstream
* Ad docstring on Curry
* Fix typo in field name
* Enable extra field rejection for TableOptions and ColumnOptions and fix one case
---------
Co-authored-by: Copilot <[email protected]>1 parent dfa96e8 commit 1a70dd0
File tree
13 files changed
+1197
-398
lines changed- apps
- crawl-to-rag
- rag
- sql-server
- app/sql
- fdw/fdw
- base/docker/scripts/embeddings
13 files changed
+1197
-398
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | | - | |
33 | | - | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 | | |
49 | 60 | | |
50 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
0 commit comments