Alex
44d21ab703
fix: passing sources and chunk if agent is shared
2025-08-22 13:36:31 +01:00
Alex
e283957c8f
Fix source field retrieval in SharedAgent to handle DBRef correctly
2025-08-22 11:41:35 +01:00
Alex
6a02bcf15b
Merge pull request #1873 from ManishMadan2882/main
...
Sources are the new Docs
2025-08-13 18:24:35 +01:00
Alex
15d2d0115b
Merge branch 'main' into feat/agent-schema-response
2025-08-13 17:12:26 +01:00
Siddhant Rai
896dcf1f9e
feat: add support for structured output and JSON schema validation
2025-08-13 13:29:51 +05:30
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
GH Action - Upstream Sync
0d0c2daf64
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-08-09 01:44:41 +00:00
ManishMadan2882
bf49b9cb88
(fix/shared_agent)missing main attr
2025-08-08 20:44:09 +05:30
GH Action - Upstream Sync
9903fad1e9
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-08-07 01:55:18 +00:00
Alex
9281fac898
fix: improve error logging for index creation and add PARSE_IMAGE_REMOTE setting
2025-08-06 10:40:20 +01:00
Alex
1282e7687f
fix: add error handling for index creation in user and agents collections
2025-08-05 17:19:06 +01:00
Alex
092c01cae7
fix: ruff lint
2025-08-05 12:22:33 +01:00
ManishMadan2882
1356d71839
(lint) ruff fix
2025-08-05 15:37:39 +05:30
ManishMadan2882
1eb011e8c3
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-08-05 15:28:51 +05:30
ManishMadan2882
e349eb28b0
(fix:update_chunk) data integrity, uplod back faiss
2025-08-05 06:31:00 +05:30
Alex
4caff0fcf6
fix: enhance error logging for malformed request in stream route
2025-08-04 11:41:41 +01:00
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
ManishMadan2882
e90e80c289
(fix:chunks) also count tokens
2025-07-26 00:16:45 +05:30
Siddhant Rai
212952f3e9
fix: allow api call in stream route + get_prompt error
2025-07-25 16:17:18 +05:30
ManishMadan2882
58465ece65
(feat:chunks) server-side filter on search
2025-07-25 01:43:50 +05:30
Siddhant Rai
76973a4b4c
feat: answer routes re-structure for better maintainability and reuse
2025-07-23 20:07:42 +05:30
GH Action - Upstream Sync
b198e2e029
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-07-23 01:52:41 +00:00
Alex
6c0362a4cf
fix: replace secure_filename with safe_filename for attachment handling
2025-07-22 12:56:17 +01:00
ManishMadan2882
ff3c7eb5fb
(fix:delete_old) comply with storage abtrctn
2025-07-21 16:31:42 +05:30
GH Action - Upstream Sync
b6ab508e27
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-07-16 01:50:25 +00:00
ManishMadan2882
5b07c5f2e8
(feat:ingestion) unzip, extract and store
2025-07-15 15:31:26 +05:30
copilot-swe-agent[bot]
2a4ec0cf5b
Fix conversation summary prompt to use user query language
...
Co-authored-by: dartpain <15183589+dartpain@users.noreply.github.com >
2025-07-15 09:33:52 +00:00
ManishMadan2882
a38d71bbfb
(feat:get_chunks) filtered by relative path
2025-07-15 13:38:19 +05:30
ManishMadan2882
a24a3f868c
(feat:dir-structure) adding route
2025-07-15 13:38:19 +05:30
Manish Madan
26f4646304
Merge branch 'arc53:main' into main
2025-07-14 23:02:36 +05:30
Siddhant Rai
2ff477a339
feat(agent): enhance validation for agent creation by checking required and invalid fields
2025-07-14 12:53:09 +05:30
Siddhant Rai
a472ee7602
feat: add validation for required fields and improve agent creation logic
2025-07-12 12:30:00 +05:30
GH Action - Upstream Sync
c62040e232
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-07-11 01:49:09 +00:00
Siddhant Rai
5623734276
feat(storage): enhance save_file method to accept storage class parameter
2025-07-10 15:34:52 +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
Alex
2332344988
Merge pull request #1861 from arc53/docs-agents-update
...
Agent docs upd
2025-06-25 09:23:09 +01:00
Pavel
327ae35420
Agent docs upd
...
1. Added a page about interacting with agent API.
2. Added a page about interacting with agent webhooks.
3. Fixed small bug with /api/answer
2025-06-24 16:48:12 +02:00
Siddhant Rai
a9e4583695
refactor: use DuckDuckGo and Brave as tools instead of retrievers
2025-06-23 09:22:17 +05:30
Siddhant Rai
c35c5e0793
Refactor image upload handling and add URL strategy setting
2025-06-18 21:54:44 +05:30
Siddhant Rai
e35f1d70e4
- Added image upload functionality for agents in the backend and frontend.
...
- Implemented image URL generation based on storage strategy (S3 or local).
- Updated agent creation and update endpoints to handle image files.
- Enhanced frontend components to display agent images with fallbacks.
- New API endpoint to serve images from storage.
- Refactored API client to support FormData for file uploads.
- Improved error handling and logging for image processing.
2025-06-18 18:17:20 +05:30
Alex
7d89fb8461
fix: lint
2025-06-13 01:14:09 +01:00
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
ManishMadan2882
78d5ed2ed2
(fix:ingestion) uuid for non-ascii filename
2025-06-11 21:04:50 +05:30