GH Action - Upstream Sync
d72558eb36
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-08-12 01:43:57 +00:00
Alex
f94a093e8c
fix: truncate long text fields to prevent overflow in logs and sources
2025-08-11 14:56:31 +01:00
ManishMadan2882
1eb011e8c3
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-08-05 15:28:51 +05:30
ManishMadan2882
53225bda4e
(feat:reingestion) spit directories
2025-08-02 00:49:15 +05:30
ManishMadan2882
d5ded3c9f4
(feat:reingest) eat and spit specific chunks
2025-08-01 01:14:48 +05:30
ManishMadan2882
266d256a07
(feat:sources) management, simple re-ingest
2025-07-30 01:57:40 +05:30
Siddhant Rai
76973a4b4c
feat: answer routes re-structure for better maintainability and reuse
2025-07-23 20:07:42 +05:30
ManishMadan2882
5b07c5f2e8
(feat:ingestion) unzip, extract and store
2025-07-15 15:31:26 +05:30
ManishMadan2882
2ef23fe1b3
(feat:dir-reader) maintain dir structure in db
2025-07-03 01:24:22 +05:30
ManishMadan2882
fd905b1a06
(feat:dir-reader) save tokens with filenames
2025-07-02 16:30:29 +05:30
ManishMadan2882
ade704d065
(refactor:ingestion) pass file path once
2025-07-01 04:00:57 +05:30
GH Action - Upstream Sync
0a3e8ca535
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-06-12 01:43:21 +00:00
ManishMadan2882
b8a10e0962
(fix:ingestion) display names are separate
2025-06-12 00:57:46 +05:30
ManishMadan2882
44b6ec25a2
clean
2025-06-11 21:18:37 +05:30
Siddhant Rai
3353c0ee1d
Merge branch 'main' into refactor/llm-handler
2025-06-11 19:27:33 +05:30
ManishMadan2882
8b3e960be0
(feat:ingestion) store filepath from now
2025-06-11 16:00:09 +05:30
Siddhant Rai
e9530d5ec5
refactor: update env variable names
2025-06-06 15:29:53 +05:30
ManishMadan2882
7cab5b3b09
(feat:attachments) store filenames in worker
2025-06-03 04:02:41 +05:30
Alex
183251487c
lint: remove unused import of 'io' in worker.py
2025-05-07 23:37:35 +01:00
ManishMadan2882
89d5e7bee5
(feat:attachment) store file in endpoint layer
2025-05-07 19:15:36 +05:30
Alex
481df4d604
fix: enhance error logging with exception info across multiple modules
2025-05-05 13:12:39 +01:00
Alex
cc67d4a1e2
process all request data implicitly
2025-04-28 17:49:29 +01:00
Siddhant Rai
eeb9da696f
Merge remote-tracking branch 'upstream/main' into feat/agent-menu
2025-04-28 17:01:46 +05:30
Siddhant Rai
4979e1ac9a
feat: add clsx dependency, enhance logging in agent logic, and improve agent logs component
2025-04-28 14:18:28 +05:30
Siddhant Rai
8289b02ab0
feat: add agent webhook endpoint and implement related functionality
2025-04-26 12:00:29 +05:30
Alex
df9d432d29
fix: mongo db database name in settings
2025-04-24 17:29:41 +01:00
ManishMadan2882
e60f78ac4a
(feat:storage) file uploads
2025-04-23 03:39:35 +05:30
ManishMadan2882
637d3a24a1
Revert "(feat:storage) file, indexes uploads"
...
This reverts commit 64c42f0ddf .
2025-04-23 00:52:55 +05:30
ManishMadan2882
24c8b24b1f
Revert "(fix:indexes) look for the right path"
...
This reverts commit 5ad34e2216 .
2025-04-23 00:52:22 +05:30
ManishMadan2882
5ad34e2216
(fix:indexes) look for the right path
2025-04-22 17:34:25 +05:30
ManishMadan2882
64c42f0ddf
(feat:storage) file, indexes uploads
2025-04-22 05:18:07 +05:30
ManishMadan2882
0d3e6157cd
(feat:attachmentUpload) parse content before upload
2025-04-17 16:23:01 +05:30
ManishMadan2882
0a0e16547e
(feat:fs_abstract) attachment uploads
2025-04-17 02:35:45 +05:30
ManishMadan2882
0c1138179b
(feat:attch) store file mime type
2025-04-07 20:16:03 +05:30
ManishMadan2882
a37bd76950
(feat:storeAttach) store in inputs, raise errors from worker
2025-04-06 16:01:57 +05:30
ManishMadan2882
19d68252cd
(fix/attach): inputs are created in application
2025-04-02 16:36:58 +05:30
ManishMadan2882
f235a94986
(feat:attach) pass attachments for generation
2025-04-02 15:14:56 +05:30
ManishMadan2882
55050a9f58
(feat:attachment) upload single file
2025-03-27 03:28:03 +05:30
ManishMadan2882
502dc9ec52
(feat:attachments) store and ingest files shared
2025-03-26 18:01:31 +05:30
Pavel
13fcbe3e74
scraper with markdownify
2025-01-15 01:08:09 +03:00
Alex
41b4c28430
fix: linting
2024-12-23 17:41:44 +00:00
Pavel
b41a989051
test version
2024-12-23 16:59:27 +00:00
kom-senapati
3b76b3ddce
fix: Settings import
2024-10-22 18:03:46 +05:30
kom-senapati
83f2fb1e62
refactor: Use MongoDB singleton for connection management
2024-10-18 09:18:15 +05:30
Alex
355fd2b5d7
fix: file check
2024-10-08 15:56:48 +01:00
Dhruv Kadam
6698a000e6
Update worker.py
...
1. Error Handling: Added try-except blocks for file operations and
network requests.
2. Logging Enhancements: Improved logging to capture more
detailed information.
3. Code Refactoring: Created download_file and upload_index
functions to avoid code repetition.
4. Configuration: Used constants for MIN_TOKENS, MAX_TOKENS,
and RECURSION_DEPTH.
2024-09-29 14:49:40 +05:30
Siddhant Rai
3d292aa485
feat: sync remote sources through celery periodic tasks
2024-09-25 15:20:11 +05:30
Alex
44d225e6ca
Merge branch 'main' into 1059-migrating-database-to-new-model
2024-09-09 23:55:25 +01:00
Alex
2f9c72c1cf
feat: migrate store to source_id
2024-09-09 15:46:18 +01:00
Alex
1bb81614a5
fix: metadata things
2024-09-09 13:37:11 +01:00