yao/neo
Max 445bcdd7ea Implement file download functionality and refactor existing methods in neo package
- Added handleDownload method to manage file download requests, including validation for session ID and file ID.
- Enhanced permission checks to ensure users can only download files they are authorized to access.
- Updated CORS headers to include Content-Disposition for better file handling in responses.
- Removed deprecated download logic from the neo package to streamline code and improve maintainability.
- Refactored existing methods to improve clarity and error handling during file operations.
2025-06-01 18:33:38 +08:00
..
assistant Implement file download functionality and refactor existing methods in neo package 2025-06-01 18:33:38 +08:00
attachment Enhance file upload handling and deduplication features in neo package 2025-06-01 17:46:28 +08:00
context Enhance localization support in chat and assistant functionalities 2025-05-27 11:49:19 +08:00
i18n Enhance localization support and refactor assistant functions for improved i18n handling 2025-05-26 11:58:48 +08:00
message Update dependencies in go.mod and go.sum; refactor file handling in neo package 2025-05-31 10:07:19 +08:00
rag Update Go version and dependencies; enhance Neo API functionality 2025-01-02 13:06:36 +08:00
store Add KnowledgeFilter struct and update database configuration in README 2025-06-01 16:44:02 +08:00
vision Enhance Vision module with flexible prompt handling and comprehensive tests 2025-01-06 11:43:31 +08:00
api.go Implement file download functionality and refactor existing methods in neo package 2025-06-01 18:33:38 +08:00
api_test.go Refactor Neo DSL tests and API structure by removing unused handlers, enhancing conversation management, and implementing new test cases for prompts, chat messages, and history saving. Introduce custom response recorder for improved testing and mock AI for simulating responses. 2024-12-13 11:17:00 +08:00
load.go Enhance file upload functionality and authentication in neo package 2025-05-31 16:36:02 +08:00
load_test.go [add] Neo (70%) 2023-04-30 14:21:45 +08:00
neo.go Implement file download functionality and refactor existing methods in neo package 2025-06-01 18:33:38 +08:00
neo_test.go Enhance Neo API and conversation management by adding support for server-sent events (SSE) in chat handling, improving error messaging with structured responses, and refactoring assistant creation logic. Update conversation settings to utilize a new assistant model and implement context management improvements for better performance. Additionally, streamline the DSL structure and enhance test coverage for chat functionalities. 2024-12-13 17:51:13 +08:00
process.go Enhance localization support and refactor assistant functions for improved i18n handling 2025-05-26 11:58:48 +08:00
process_test.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00
types.go Enhance file upload handling and deduplication features in neo package 2025-06-01 17:46:28 +08:00