Commit Graph

196 Commits (f61fc718749e2c207501c2aa18f9f8283ae61bc6)
 

Author SHA1 Message Date
TaylorS15 f61fc71874 bug fix 2 years ago
TaylorS15 d8104381a5 small nav fix 2 years ago
TaylorS15 db9a416ca0 fixed about page margin 2 years ago
TaylorS15 112e7a2473 removed unused import/export 2 years ago
TaylorS15 5902ca0201 added modal to select source documentation 2 years ago
Alex 63859a814b
Merge pull request #100 from ajaythapliyal/feature/intro
Adds Hero welcome page, introduces conversation slice and wires conversation UI with redux
2 years ago
ajaythapliyal e40eb53b7a hooks up the redux conversation state with conversation UI 2 years ago
ajaythapliyal 5b456cda16 adds conversation slice and acomoddates conversation component with the
data types
2 years ago
ajaythapliyal d20b5f3e09 adds conversation slice 2 years ago
ajaythapliyal a86744d9d6 adds hero page 2 years ago
Alex 8d408c59d6
Merge pull request #99 from ajaythapliyal/feature/restore-transition 2 years ago
ajaythapliyal f82ed1ecee restores side bar and conversation transition 2 years ago
Alex 2b475ab5a5
Merge pull request #98 from ajaythapliyal/feature/conversation-ui 2 years ago
ajaythapliyal 10ac36ee7b simplifies the APIKeyModal communication and state management, adds
conversation components
2 years ago
ajaythapliyal 5341d03749 moves the apikeymodal mounting one level down to simplify 2 years ago
Alex 779253ef15
Merge pull request #89 from TaylorS15/taylor-working 2 years ago
ajaythapliyal cb50795ac1 reorganizes the code, introduces preference slice 2 years ago
ajaythapliyal 350ccad077 makes the api key modal work 2 years ago
ajaythapliyal 1b6a58520c cleanup 2 years ago
Alex bc961f9b18
Merge pull request #96 from arc53/chat-memory
memory done
2 years ago
Alex f833b43f37 memory done 2 years ago
Alex 842d347e5e paths 2 years ago
Alex f69bcb1675
Merge pull request #94 from arc53/dependabot/pip/application/werkzeug-2.2.3
Bump werkzeug from 2.2.2 to 2.2.3 in /application
2 years ago
dependabot[bot] 8cb5aa9925
Bump werkzeug from 2.2.2 to 2.2.3 in /application
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Alex 8a5e1e8d98 cleanups 2 years ago
Pavel b6629ce7aa
Merge pull request #92 from arc53/custom-llm
Custom llm
2 years ago
Alex 6bb76a42a0
Update README.md 2 years ago
Alex 4d1ff8238d switching between llms 2 years ago
Alex f9fe3f2f48 Merge branch 'main' into custom-llm 2 years ago
Alex 12cbc14fc3
Merge pull request #91 from EricGao888/fix-90
Add retry strategy to increase stability
2 years ago
EricGao888 aeac186484 Add retry strategy to increase stability 2 years ago
Pavel 4bd83cfce9
Merge pull request #88 from mefengl/feat
feat: add support for directory list
2 years ago
Pavel d57c7b0296 -y-description 2 years ago
Taylor Svec 85b2f54829
Merge branch 'arc53:main' into taylor-working 2 years ago
TaylorS15 8e75d83a72 default state change 2 years ago
TaylorS15 4962b43ea1 Merge branch 'taylor-working' of https://github.com/TaylorS15/DocsGPT into taylor-working 2 years ago
TaylorS15 5e5f13b664 major changes
state management now handled with redux
responsiveness uses custom hook (hooks.ts)
2 years ago
TaylorS15 c44e1804bf changed image folder location 2 years ago
TaylorS15 cbe9242355 installed redux 2 years ago
冯不游 b83589a308 feat: add support for directory list
example: `python ingest.py --dir inputs1 --dir another --dir ../inputs`,
the outputs will be in `outputs/input_folder_name/`
2 years ago
Alex 5883ce2685
Merge pull request #87 from arc53/ingest-cli
Ingest cli
2 years ago
Pavel 7af7034519 requirements 2 years ago
Pavel af20c7298a new-ingest
Ingest with a CLI
2 years ago
Alex 484764eac1
Update README.md 2 years ago
Alex c67956da37
Create CONTRIBUTING.md 2 years ago
Alex a61fd87783
Merge pull request #85 from mefengl/fix
fix: restore index back when continue process
2 years ago
Alex 45d6558a37
Merge pull request #86 from arc53/ci-remove-pull
Update ci.yml
2 years ago
Alex 0b42279709 Update ci.yml 2 years ago
冯不游 636783ca8a fix: avoid second error issue 2 years ago
冯不游 458f2a3ff3 fix: restore index back when continue process 2 years ago