Commit Graph

29 Commits (main)

Author SHA1 Message Date
namuan 2f0bdc84eb fix: #7 Support ImageMagick on Windows 1 year ago
namuan ed1cabdc79 fix: Support Python3.8 1 year ago
namuan f1918150c8 fix: Downgrade supported Python version to 3.8.1 1 year ago
namuan 63cfd1c21b feat: Set temperature when working with OpenAI
feat: Store chat in a chat archive which persists between sessions
1 year ago
namuan 469b264f6b fix: Suppress warnings 1 year ago
namuan 23696e9961
Merge pull request #9 from Introspect-AI/main
Fix: Fix broken indexing – only first two text chunks are indexed
1 year ago
namuan b72cd5006e feat: #8 Allow user to specify a different LLM instead of OpenAI 1 year ago
Oliver Klingefjord 73c863c75c Fix: Fix broken indexing, only worked for first 2 text chunks 1 year ago
namuan 0c8af9f8c7 fix: #6 Ignore empty text chunk as it'll cause error later 1 year ago
namuan 480ee4389e feat: Minor improvements in usability 1 year ago
namuan 68c203d980 feat: Add line-height when displaying answers 1 year ago
namuan a80bfe3dcc feat: #5 Add support for huggingface embedding and allow user to select a different embedding provider from OpenAI 1 year ago
namuan 5d598d44ca feat: Add an option to pre-process a PDF file 1 year ago
namuan cec3c36288 docs: Update README 1 year ago
namuan a913fe0a48 feat: Remove duplicate processing of finding similarities 1 year ago
namuan 442a54ba74 fix: Only copy pdf if the source path is different 1 year ago
namuan 0bdba79db6 refactor: Simplify code 1 year ago
namuan c1fddfb986 feat: #2 Provide option to just create a model for provided book 1 year ago
namuan db9e458e04 feat: #1 WebUI using Holoviz Panel framework 1 year ago
namuan a9428375f3 refactor: Cleanup 1 year ago
namuan 55dcc91c9d refactor: Combine workflow steps in a single file to make it easy to port to other projects 1 year ago
namuan a7d94a98bf fix: Ignore tests (temp) as they can't run on Github Actions due to binary dependencies 1 year ago
namuan 54b2363ec8 feat!: Write workflow to generate book summary 1 year ago
namuan 2a793f8656 feat: Add steps to convert pdf file to scanned pages of text 1 year ago
namuan be23345968 feat: Verify input pdf file and set number of pages 1 year ago
namuan 3362d69d19 test: Update output 1 year ago
namuan 0f77daf8d5 ci: Add tests and missing types 1 year ago
namuan 75ddabe071 refactor: Formatting 1 year ago
namuan e01fa1708b feat: Initial commit with a skeleton project 1 year ago