Pavel
5a891647bf
parser functions change
...
token_func proposed change to chunking. open_ai_func proposed change to embedding_pipeline. Late chunking first implementation requires further testing.
2024-11-20 21:40:57 +04:00
Alex
cce60ce101
fix: save convo messages, docsgpt provider format
2024-11-19 16:22:58 +00:00
Alex
63b547ea13
fix: delete old files
2024-11-17 12:59:34 +00:00
Alex
144ab61e07
fix: ruff lint
2024-11-15 12:19:43 +00:00
Alex
a4c95fd62b
feat: add google ai
2024-11-15 12:17:25 +00:00
Alex
2245f4690e
fix: reddit loader validation
2024-11-15 11:02:27 +00:00
Nonthachai Plodthong
91e7c16d90
Merge branch 'main' into multiple-files-bug
2024-11-14 12:28:51 -05:00
Alex
9bbe7564a9
fix: llamacpp
2024-11-13 11:45:42 +00:00
Alex
bed4939652
Merge pull request #1419 from fadingNA/pagination
...
Pagination
2024-11-12 09:51:24 +00:00
fadingNA
32c67c2a02
add property sync and etc ... to align with original source
2024-11-10 15:33:19 -05:00
fadingNA
b19e9cae23
backend fix passing id to paginated docs
2024-11-10 14:38:51 -05:00
fadingNA
8a225e279f
multiple-file missing task ingest
...
restore upload to pack all file together instead one by one
2024-11-10 03:00:22 -05:00
fadingNA
d59ffaf0bd
fix sorting on /sources
2024-11-09 14:57:15 -05:00
fadingNA
5debb48265
Paginated With MongoDB / Create New Endpoint
...
change routes /combine name, add route /api/source/paginated
add new endpoint source/paginated
fixing table responsive
create new function to handling api/source/paginated
2024-11-09 02:09:01 -05:00
fadingNA
2a68cc9989
calculate totalPage, totalDoc(futreUse)
2024-11-07 23:21:06 -05:00
fadingNA
928303f27b
fix small bug name of page
2024-11-06 22:36:59 -05:00
fadingNA
101935ae46
add pagination with default code format
2024-11-06 22:20:25 -05:00
fadingNA
d68e731ffd
revert format code
2024-11-06 22:19:16 -05:00
fadingNA
bf0dd6946e
add page, row_per_page to api/combine
2024-11-06 22:16:00 -05:00
ChengZi
7fd8e57bdc
remove milvus dependency from req.txt
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2024-11-06 10:30:18 +08:00
GH Action - Upstream Sync
ed6cd9890a
Merge branch 'main' of https://github.com/arc53/DocsGPT
2024-11-06 01:01:16 +00:00
ManishMadan2882
877b165a9a
(feat:docs) sort
2024-11-05 00:44:02 +05:30
ChengZi
171916e1a4
fix milvus issues
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2024-11-04 17:58:56 +08:00
Alex
9ca079c95a
feat: elevenlabs tts
2024-11-02 16:43:28 +00:00
Alex
a23806d16a
Merge pull request #1405 from JeevaRamanathan/feature/file-pptx_parser
...
feat: `.pptx` Presentation parser implementation
2024-10-31 18:01:01 +00:00
Alex
0b7be94d13
fix: dependecy version
2024-10-31 17:56:32 +00:00
Alex
78c819f976
fix: history bug
2024-10-31 17:33:09 +00:00
JeevaRamanathan M
5c756348a5
feat: Presentation parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-31 11:47:12 +00:00
Alex
ed12c2d527
Merge pull request #1335 from kom-senapati/feature/mongodb-connection-refactor
...
refactor: use MongoDB singleton for connection management
2024-10-31 11:36:01 +00:00
Alex
d9787e849e
Merge pull request #1384 from ManishMadan2882/main
...
Fix: empty doc selection in /stream
2024-10-29 10:11:22 +00:00
ManishMadan2882
7ff3a31e72
(feat:TTS) create gtts over abstraction
2024-10-29 03:11:51 +05:30
kom-senapati
18ed255f5a
fix: import settings object of Settings class in mongo_db.py
2024-10-28 19:30:38 +05:30
ManishMadan2882
1627d424e7
Merge branch 'main' of https://github.com/ManishMadan2882/docsgpt
2024-10-27 01:28:12 +05:30
ManishMadan2882
0aa9da39a9
fix(isNoneDoc): empty doc assumed as default
2024-10-27 01:27:59 +05:30
Alex
1c791f240a
Merge pull request #1377 from JeevaRamanathan/feature/file-json
...
feat: JSON Parser Implementation
2024-10-26 17:28:57 +01:00
Alex
bea0ccaa6c
Merge pull request #1337 from Devparihar5/fix-github
...
fix:GitHubLoader to Handle Binary Files
2024-10-26 16:59:02 +01:00
JeevaRamanathan
54ad6ad1c7
Merge branch 'main' into feature/file-json
2024-10-25 16:47:09 +05:30
JeevaRamanathan M
c77d415893
feat: JSON parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-24 20:36:47 +00:00
kom-senapati
3b76b3ddce
fix: Settings import
2024-10-22 18:03:46 +05:30
JeevaRamanathan M
8c034d3e78
Added missing file extensions
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-20 21:23:49 +00:00
ManishMadan2882
b781d78cc6
fix(shared conv): bug fix
2024-10-20 02:11:22 +05:30
Alex
fd8e277530
Merge branch 'main' into feature_n/lancedb
2024-10-19 16:22:39 +01:00
devendra.parihar
d3238de8ab
fix: lint error
2024-10-18 12:23:17 +05:30
devendra.parihar
09a2705311
fix:GitHubLoader to Handle Binary Files
2024-10-18 12:08:08 +05:30
devendra.parihar
a4c0861cf4
fix:GitHubLoader to Handle Binary Files
2024-10-18 12:07:44 +05:30
kom-senapati
5ba917c5e4
chore: remove unused imports
2024-10-18 09:22:27 +05:30
kom-senapati
83f2fb1e62
refactor: Use MongoDB singleton for connection management
2024-10-18 09:18:15 +05:30
Alex
3f1bae3044
Merge pull request #1321 from Juneezee/refactor/share-conversation-isPromptable-parse
...
refactor(user/routes): simplify parsing of isPromptable
2024-10-17 00:41:40 +01:00
Alex
e7b872a5df
Merge pull request #1319 from Mayurakshi-mondal/chore/upgrade-python-deps-for-duckduckgo
...
Upgrade duck duck go dependency constraints
2024-10-15 12:05:36 +01:00
Alex
204b1b1963
fix: add singleton, logging, connection handle
2024-10-15 11:35:37 +01:00