ajaythapliyal
|
cb50795ac1
|
reorganizes the code, introduces preference slice
|
2023-02-18 00:58:04 +05:30 |
|
ajaythapliyal
|
350ccad077
|
makes the api key modal work
|
2023-02-18 00:25:21 +05:30 |
|
ajaythapliyal
|
1b6a58520c
|
cleanup
|
2023-02-17 01:17:43 +05:30 |
|
Alex
|
bc961f9b18
|
Merge pull request #96 from arc53/chat-memory
memory done
|
2023-02-16 16:25:38 +00:00 |
|
Alex
|
f833b43f37
|
memory done
|
2023-02-16 16:21:29 +00:00 |
|
Alex
|
842d347e5e
|
paths
|
2023-02-16 12:13:38 +00:00 |
|
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
|
2023-02-16 10:17:14 +00:00 |
|
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>
|
2023-02-16 07:27:17 +00:00 |
|
Alex
|
8a5e1e8d98
|
cleanups
|
2023-02-15 20:29:09 +00:00 |
|
Pavel
|
b6629ce7aa
|
Merge pull request #92 from arc53/custom-llm
Custom llm
|
2023-02-15 23:08:23 +04:00 |
|
Alex
|
6bb76a42a0
|
Update README.md
|
2023-02-15 18:42:56 +00:00 |
|
Alex
|
4d1ff8238d
|
switching between llms
|
2023-02-15 18:40:23 +00:00 |
|
Alex
|
f9fe3f2f48
|
Merge branch 'main' into custom-llm
|
2023-02-15 14:42:57 +00:00 |
|
Alex
|
12cbc14fc3
|
Merge pull request #91 from EricGao888/fix-90
Add retry strategy to increase stability
|
2023-02-15 13:08:12 +00:00 |
|
EricGao888
|
aeac186484
|
Add retry strategy to increase stability
|
2023-02-15 17:29:39 +08:00 |
|
Pavel
|
4bd83cfce9
|
Merge pull request #88 from mefengl/feat
feat: add support for directory list
|
2023-02-15 13:11:42 +04:00 |
|
Pavel
|
d57c7b0296
|
-y-description
|
2023-02-15 13:10:30 +04:00 |
|
Taylor Svec
|
60b6e4e4af
|
Merge pull request #6 from TaylorS15/taylor-working
update
|
2023-02-14 22:24:23 -05:00 |
|
Taylor Svec
|
85b2f54829
|
Merge branch 'arc53:main' into taylor-working
|
2023-02-14 22:23:55 -05:00 |
|
TaylorS15
|
8e75d83a72
|
default state change
|
2023-02-14 21:44:29 -05:00 |
|
TaylorS15
|
4962b43ea1
|
Merge branch 'taylor-working' of https://github.com/TaylorS15/DocsGPT into taylor-working
|
2023-02-14 21:43:17 -05:00 |
|
TaylorS15
|
5e5f13b664
|
major changes
state management now handled with redux
responsiveness uses custom hook (hooks.ts)
|
2023-02-14 21:43:14 -05:00 |
|
TaylorS15
|
c44e1804bf
|
changed image folder location
|
2023-02-14 21:40:49 -05:00 |
|
TaylorS15
|
cbe9242355
|
installed redux
|
2023-02-14 21:39:53 -05:00 |
|
冯不游
|
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/`
|
2023-02-15 02:30:39 +08:00 |
|
Alex
|
d4ede13747
|
Merge branch 'main' into code-ingestion
|
2023-02-14 16:47:56 +00:00 |
|
Alex
|
5883ce2685
|
Merge pull request #87 from arc53/ingest-cli
Ingest cli
|
2023-02-14 16:20:05 +00:00 |
|
Pavel
|
7af7034519
|
requirements
|
2023-02-14 19:41:37 +04:00 |
|
Pavel
|
af20c7298a
|
new-ingest
Ingest with a CLI
|
2023-02-14 19:37:07 +04:00 |
|
Alex
|
484764eac1
|
Update README.md
|
2023-02-14 14:56:25 +00:00 |
|
Alex
|
c67956da37
|
Create CONTRIBUTING.md
|
2023-02-14 14:55:41 +00:00 |
|
Alex
|
a61fd87783
|
Merge pull request #85 from mefengl/fix
fix: restore index back when continue process
|
2023-02-14 14:34:01 +00:00 |
|
Alex
|
45d6558a37
|
Merge pull request #86 from arc53/ci-remove-pull
Update ci.yml
|
2023-02-14 14:32:55 +00:00 |
|
Alex
|
0b42279709
|
Update ci.yml
|
2023-02-14 14:32:32 +00:00 |
|
冯不游
|
636783ca8a
|
fix: avoid second error issue
|
2023-02-14 22:29:17 +08:00 |
|
冯不游
|
458f2a3ff3
|
fix: restore index back when continue process
|
2023-02-14 22:05:16 +08:00 |
|
Alex
|
3d0642dca3
|
remove key...
|
2023-02-14 13:44:47 +00:00 |
|
Alex
|
046fbebf56
|
Enable other llm's
|
2023-02-14 13:06:28 +00:00 |
|
Alex
|
c3037b0f53
|
Merge pull request #82 from yangchuansheng/main
Add Docker Image CI support
|
2023-02-13 13:24:23 +00:00 |
|
Carson Yang
|
d5e5a5f59b
|
Add Docker Image CI support
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
|
2023-02-13 19:30:31 +08:00 |
|
Alex
|
12717fc9b6
|
Merge pull request #76 from mefengl/main
feat: compatible with markdown
|
2023-02-13 09:32:44 +00:00 |
|
冯不游
|
3ab02ca959
|
feat: compatible with markdown
|
2023-02-13 11:00:34 +08:00 |
|
Alex
|
e88ff885fe
|
Merge pull request #75 from arc53/rst-interpreters
|
2023-02-12 18:32:20 +00:00 |
|
Pavel
|
b1a6ebffba
|
Directives + Interpreted
Some additional filters for rst parsing
|
2023-02-12 22:29:40 +04:00 |
|
Pavel
|
ea41d6815b
|
Merge pull request #74 from arc53/fix-dbqa
fix dbqa, with new chain type, also fix for doc export
|
2023-02-12 22:00:28 +04:00 |
|
Alex
|
205be538a3
|
fix dbqa, with new chain type, also fix for doc export
|
2023-02-12 17:58:54 +00:00 |
|
Pavel
|
98588494d5
|
Merge pull request #73 from arc53/chunk-embedding
chunked embedding
|
2023-02-12 20:46:17 +04:00 |
|
Alex
|
9228005a7e
|
chunked embedding
|
2023-02-12 16:25:01 +00:00 |
|
Taylor Svec
|
3941c4c788
|
Merge pull request #5 from TaylorS15/taylor-working
hotfix
|
2023-02-12 11:01:55 -05:00 |
|
Taylor Svec
|
28502ca757
|
Merge branch 'main' into taylor-working
|
2023-02-12 11:01:46 -05:00 |
|