CREDO23
8c5ecfd4e4
feat: add user API service
2025-12-16 05:22:45 +00:00
CREDO23
172f58f742
feat(search-spaces): add deleteSearchSpace endpoint to API service
2025-12-15 08:18:35 +00:00
CREDO23
80357d450b
feat(search-spaces): add updateSearchSpace endpoint to API service
2025-12-15 08:18:35 +00:00
CREDO23
646065d745
feat(search-spaces): add getSearchSpace endpoint to API service
2025-12-15 08:18:35 +00:00
CREDO23
1d6bfe1e29
feat: add getCommunityPrompts endpoint to API service
2025-12-15 08:18:35 +00:00
CREDO23
f983d1f7ff
feat: add createSearchSpace endpoint to API service
2025-12-15 08:18:35 +00:00
CREDO23
c43cd16dab
feat: add search spaces API service with getSearchSpaces endpoint
2025-12-15 08:18:35 +00:00
CREDO23
2200d7b63c
feat: add LLM config cache keys and create mutation atom
2025-12-14 20:17:27 +02:00
CREDO23
03279a2836
feat: implement updateLLMPreferences method in llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
54214e3d1c
feat: add getLLMPreferences method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
2be09c50ae
feat: add deleteLLMConfig method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
caec63f338
feat: add updateLLMConfig method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
6b1805bde4
feat: add getLLMConfig method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
d202c3ebac
feat: add getLLMConfigs method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
0c39242abb
feat: add createLLMConfig method to llm-config API service
2025-12-14 20:17:27 +02:00
CREDO23
cb8e4ab1b7
feat: add llm-config API service with getGlobalLLMConfigs endpoint
2025-12-14 20:17:27 +02:00
CREDO23
034e42e15e
refactor: update SourceDetailSheet to use useQuery with centralized cache keys
...
- Replace useDocumentByChunk hook with useQuery implementation
- Use descriptive variable names (isDocumentByChunkFetching, documentByChunkFetchingError)
- Integrate with centralized cache key management
- Update all loading and error state references
- Add 5-minute stale time for document queries
2025-12-08 11:02:01 +00:00
Thierry CH.
074c71aec3
Improve request validation in searchDocuments
...
Refactor error handling for searchDocuments method.
2025-12-08 11:02:01 +00:00
Thierry CH.
8bf7957827
Improve request validation for uploadDocument
...
Refactor error handling for document upload requests.
2025-12-08 11:02:01 +00:00
Thierry CH.
3ce1ec8225
Clean up comments in createDocument method
...
Removed unnecessary comments in createDocument function.
2025-12-08 11:02:01 +00:00
Thierry CH.
ccea51084c
Refactor request validation in getDocument method
2025-12-08 11:02:01 +00:00
Thierry CH.
9cd3756c2f
Refactor request validation in getDocuments method
2025-12-08 11:02:01 +00:00
thierryverse
5a887e9243
add documents api service
2025-12-08 11:02:00 +00:00
thierryverse
fc915fec13
getdocuments reques / response zod schema
2025-12-08 11:02:00 +00:00
DESKTOP-RTLN3BA\$punk
b2a97b39ce
refactor: centralize authentication handling
...
- Replaced direct localStorage token access with a centralized `getBearerToken` function across various components and hooks to improve code maintainability and security.
- Updated API calls to use `authenticatedFetch` for consistent authentication handling.
- Enhanced user experience by ensuring proper redirection to login when authentication fails.
- Cleaned up unused imports and improved overall code structure for better readability.
2025-12-02 01:24:09 -08:00
thierryverse
dff4b7ad6b
fix auth/register endpoint bug
2025-11-20 08:20:47 +02:00
thierryverse
1cf36c6e6c
Add create chat mutation
2025-11-20 08:17:57 +02:00
thierryverse
d2fddd5ea5
add getPodcasts query atom
2025-11-20 08:17:57 +02:00
thierryverse
eca4580f76
Add get podcasts api service
2025-11-20 08:17:57 +02:00
thierryverse
db58571751
update chat api service
2025-11-20 08:17:57 +02:00
thierryverse
68e4d9b23e
improve ge chat by search cpace request type
2025-11-20 08:17:57 +02:00
thierryverse
1a954bc184
Add delete podcast api service
2025-11-20 08:17:57 +02:00
thierryverse
20cd1951b5
add podcast api service
2025-11-20 08:17:56 +02:00
thierryverse
5361290315
refactor podcast api calls
2025-11-20 08:17:56 +02:00
thierryverse
7223a7b04d
update api services
2025-11-20 08:17:56 +02:00
thierryverse
de443ccee7
add podcast api service
2025-11-20 08:17:56 +02:00
thierryverse
b2da1aa8e9
extends the base apis to support blob response
2025-11-20 08:17:56 +02:00
Sebastian
afcb4cc6e8
comma
2025-11-18 09:46:06 +00:00
Sebastian
e3a923eb6f
send JSON string instead of object
2025-11-18 09:40:55 +00:00
thierryverse
6d70105f87
fix build error
2025-11-17 08:10:12 +02:00
thierryverse
981e3a74e7
clean up
2025-11-17 08:10:12 +02:00
thierryverse
62df67b93b
clean up
2025-11-17 08:10:12 +02:00
thierryverse
776660f5e3
update chat api service
2025-11-17 08:10:12 +02:00
thierryverse
b35a5aa589
update login form
2025-11-17 08:10:12 +02:00
thierryverse
41a938cec0
Refactor register page
2025-11-17 08:10:12 +02:00
thierryverse
81ee04c2a5
format with biome
2025-11-17 08:10:12 +02:00
thierryverse
77d49ca11c
add zod schemas & inferences
2025-11-17 08:09:17 +02:00
thierryverse
0c41e487d8
add the chats api service
2025-11-17 08:09:17 +02:00
thierryverse
aa9bb15c13
add the auth api service
2025-11-17 08:09:17 +02:00
thierryverse
7221659de7
add a flexible base api service
2025-11-17 08:09:17 +02:00