Saba
|
d14f5d54e3
|
Merge branch 'master' of github.com:debanjum/semantic-search
|
2021-12-11 14:18:06 -05:00 |
|
Saba
|
4832a107d7
|
Merge branch 'saba/fix-unit-tests'
|
2021-12-11 14:17:52 -05:00 |
|
Saba
|
ba8dc9ed5f
|
Update the search_config instantiated for tests in conftest
|
2021-12-11 14:14:31 -05:00 |
|
Saba
|
9ebf00e29b
|
Add instructions for installing exiftool to README (for Ubuntu only)
|
2021-12-11 14:13:37 -05:00 |
|
Saba
|
97a6dfaa1e
|
Use default value False for verbose parameter, and small changes
Pass config as parameter to initialize_search, change name of API methods to handle config CRUD operations, and initalize config to FullConfig
|
2021-12-11 14:13:14 -05:00 |
|
sabaimran
|
930bdb5403
|
Use ubuntu-latest as machine for Github Actions
|
2021-12-11 12:54:32 -05:00 |
|
sabaimran
|
386534c236
|
Remove apt-get update from build.yml
|
2021-12-11 12:52:13 -05:00 |
|
sabaimran
|
c7d88a7a63
|
Update build.yml to include exiftool package
|
2021-12-11 12:50:30 -05:00 |
|
Saba
|
9536358d34
|
Fix key error model_name issue by upgrade sentence-transformers version
Refer to https://github.com/UKPLab/sentence-transformers/issues/1241
Also user verbose flag passed through function parameters in image_search
|
2021-12-11 11:58:19 -05:00 |
|
Saba
|
ce7a751e6b
|
Fix passing verbose flag down in symmetric_ledger.py
|
2021-12-11 11:36:32 -05:00 |
|
sabaimran
|
e5a19f5b0e
|
Merge pull request #10 from debanjum/saba/configui
Create a UI from which a user can update their config and integrate BaseModel for the config input
|
2021-12-10 22:10:49 -05:00 |
|
Saba
|
d65190c3ee
|
Update unit tests, files with removing model suffix to config types
|
2021-12-09 08:50:38 -05:00 |
|
Debanjum Singh Solanky
|
0ac1e5f372
|
Summarize chat logs and notes returned by semantic search via /chat API
|
2021-12-08 02:34:07 +05:30 |
|
Saba
|
b3eac888fb
|
Add jinja to conda environment config
|
2021-12-06 20:13:25 -05:00 |
|
Saba
|
76e9e9da2f
|
Update unit tests to use the new BaseModel types
|
2021-12-05 09:31:39 -05:00 |
|
Saba
|
c4cd4b57f1
|
Update types used in conftest.py
|
2021-12-04 12:02:19 -05:00 |
|
Saba
|
9b16cdbb41
|
Use past tense for verbose log
|
2021-12-04 11:45:44 -05:00 |
|
Saba
|
10e4065e05
|
Consolidate the search config models and pass verbose as a top level flag
|
2021-12-04 11:43:48 -05:00 |
|
Saba
|
43e647835b
|
Append Model Suffixed to config models
|
2021-12-04 10:51:21 -05:00 |
|
Saba
|
2490e72df5
|
Fix input text behavior for null/empty value fields
|
2021-12-04 10:45:48 -05:00 |
|
Saba
|
e068968b35
|
Update imports for raw config models in config.py
|
2021-12-04 10:44:55 -05:00 |
|
Saba
|
4d6284b0af
|
Remove Test suffix from Config models
|
2021-12-04 10:44:13 -05:00 |
|
Saba
|
7fcc8d2cef
|
Add null check for processor config
|
2021-12-04 10:11:00 -05:00 |
|
Saba
|
7ca4fc3453
|
Resolve mrege conflicts with updated processor conversation data model
|
2021-11-28 16:22:52 -05:00 |
|
Saba
|
6b8efb81b3
|
Document config.js
|
2021-11-28 14:41:57 -05:00 |
|
Saba
|
87a6c2d716
|
Use parse_obj instead of parse_raw as incoming data is in dict
|
2021-11-28 14:34:32 -05:00 |
|
Saba
|
faf1df47fe
|
remove extra whitespace in environment.yml
|
2021-11-28 14:32:51 -05:00 |
|
Saba
|
04132a2f34
|
Remove config.yml and fix regenerate fetch response
|
2021-11-28 14:29:16 -05:00 |
|
Saba
|
112868962b
|
Disable regenerate button while embeddings are being regenerated
|
2021-11-28 13:45:00 -05:00 |
|
Saba
|
5d50487d83
|
Linting
New line at end of config.html
Remove debug print statement
|
2021-11-28 13:32:56 -05:00 |
|
Saba
|
6f466c8d99
|
Use global config and add a regenerate button to the config ui' && git push
|
2021-11-28 13:28:22 -05:00 |
|
Saba
|
34d1e4199c
|
Use alias generator when deserializing the config file
|
2021-11-28 13:05:48 -05:00 |
|
Saba
|
19b81e82f0
|
Write back to the raw config.yml file on update
|
2021-11-28 12:34:40 -05:00 |
|
Saba
|
8837b02de6
|
dump updated config to a yaml file
|
2021-11-28 12:26:07 -05:00 |
|
Saba
|
5b80b87379
|
Streamline None checking in initialize_search
|
2021-11-28 12:05:04 -05:00 |
|
Saba
|
bf8ae31e6a
|
Streamline None checking in initialize_search
|
2021-11-28 11:59:45 -05:00 |
|
Saba
|
da52433d89
|
Update to re-use the raw config base models in config.py as well
|
2021-11-28 11:57:33 -05:00 |
|
Saba
|
6292fe4481
|
Update to re-use the raw config base models in config.py as well
|
2021-11-28 11:57:13 -05:00 |
|
Saba
|
311c4b7e7b
|
Working API request body parsing to /post config!
|
2021-11-28 11:16:33 -05:00 |
|
Saba
|
66183cc298
|
Working API request body parsing to /post config!
|
2021-11-28 11:12:26 -05:00 |
|
Debanjum Singh Solanky
|
5cd920544d
|
Add GPT method to summarize notes and chat logs
|
2021-11-28 13:08:05 +05:30 |
|
Debanjum Singh Solanky
|
1785047ea6
|
Improve understand primer and load understand response as dict
|
2021-11-28 13:04:16 +05:30 |
|
Saba
|
64645c3ac1
|
Begin type checking/input validation effort
|
2021-11-27 21:47:56 -05:00 |
|
Saba
|
9a0264b7fc
|
Add a dummy POST config endpoint, integrate with editable UI
|
2021-11-27 20:36:03 -05:00 |
|
Saba
|
f3b03ea5b7
|
Make raw data reactive to changes
|
2021-11-27 19:17:15 -05:00 |
|
Saba
|
7ffa70a001
|
Add button to modify text, not save
|
2021-11-27 18:00:47 -05:00 |
|
Saba
|
d150bd9ad7
|
Add stylesheet to config page
|
2021-11-27 14:39:05 -05:00 |
|
Debanjum Singh Solanky
|
67c3cd7372
|
Wire up GPT understand method to /chat API. Log conversation metadata too
|
2021-11-28 00:04:39 +05:30 |
|
Saba
|
49461a0c97
|
Working example for reading and display the config.yml
|
2021-11-27 11:14:49 -05:00 |
|
Saba
|
fa15d8dcf6
|
Rename readWriteConfig to just config.js
|
2021-11-27 10:52:54 -05:00 |
|