Debanjum Singh Solanky
d4d7dbaca6
Support Natural Search on Markdown Files
...
- Reason:
Allow natural search on markdown based notes, documentation,
websites etc
- Details:
- Create markdown processor to extract Markdown entries (identified by
Heading) into standard jsonl format required by text_search
- Update API, Configs to support interfacing with new markdown type
- Update Emacs, Web clients to support interfacing with new markdown
type via API
- Update Readme to mentiond markdown is also supported
Closes #35
2022-07-21 22:07:05 +04:00
Debanjum Singh Solanky
0602d018c0
Merge Symmetric, Asymmetric Search Types into a single Text Search Type
...
- The code for both the text search types were mostly the same
It was earlier done this way for expedience while experimenting
- The minor differences were reconciled and merged into a single
text_search type
- This simplifies the app and making it easier to process other
text types
2022-07-21 21:19:52 +04:00
Debanjum Singh Solanky
6c9ffdba57
Allow indexing multiple image directories for image search
2022-07-20 02:56:01 +04:00
Saba
33bc62dc19
Fix type of use_xmp_metadata to be bool, rather than str
2022-01-24 21:53:26 -05:00
Debanjum Singh Solanky
179153dc5a
Rename RawConfig Types for Consistency
...
- Naming convention - [ContentType][ConfigType]Config
- Where [ConfigType] ~ Content, Search, Processor
- Where [ContentType] ~ Text, Image, Asymmetric, Symmetric, Conversation
- Current Configs:
- Content:
- Org Notes
- Org Music
- Image
- Ledger/Beancount
- Search:
- Asymmetric
- Symmetric
- Image
- Processor:
- Conversation
2022-01-14 20:54:38 -05:00
Debanjum Singh Solanky
510faa1904
Save Image Search Model to Disk
2022-01-14 17:36:59 -05:00
Debanjum Singh Solanky
934ec233b0
Add Search Config for Symmetric Model. Save Model to Disk
2022-01-14 17:36:59 -05:00
Debanjum Singh Solanky
b63026d97c
Save Asymmetric Search Model to Disk
...
- Improve application load time
- Remove dependence on internet to startup application and perform semantic search
2022-01-14 17:36:27 -05:00
Debanjum Singh Solanky
ea28897cdd
Remove deprecated conversation_history field from config
2022-01-12 10:35:52 -05:00
Debanjum Singh Solanky
6dc2a99d35
Merge branch 'master' of github.com:debanjum/semantic-search into add-summarize-capability-to-chat-bot
...
- Fix openai_api_key being set in ConfigProcessorConfig
- Merge addition of config UI and config instantiation updates
2021-12-20 13:30:42 +05:30
Saba
d65190c3ee
Update unit tests, files with removing model suffix to config types
2021-12-09 08:50:38 -05:00
Saba
76e9e9da2f
Update unit tests to use the new BaseModel types
2021-12-05 09:31:39 -05:00
Saba
43e647835b
Append Model Suffixed to config models
2021-12-04 10:51:21 -05:00
Saba
4d6284b0af
Remove Test suffix from Config models
2021-12-04 10:44:13 -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