Byte-Vision is a privacy-first document intelligence platform that transforms static documents into an interactive, searchable knowledge base. Built on Elasticsearch with RAG (Retrieval-Augmented Generation) capabilities, it offers document parsing, OCR processing, and a modern UI.
Stars
70
Forks
7
Watchers
70
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Refactor Flash Attention option handling across frontend and backend: replace boolean fields with value-based fields for improved flexibility, update related structures and utility methods, and expand legal keywords and prompts for comprehensive analysis.
379dc50View on GitHubIntegrate centralized error handling in Go backend: add reusable `HandleError` utilities, update `document-service.go` to use structured error contexts, and improve logging for technical and user-friendly messages. Update system prompts for consistent key formatting.
1a43447View on GitHubRefactor `DocumentQuestionState.jsx` to use `useReducer` for form state management, add form validation logic, streamline handlers, and improve keyword and history item handling. Update `App.jsx` to load saved settings on mount and improve styling consistency in `ChatMessageComponent.jsx`.
45a5c26View on GitHubRefactor error handling and constants: centralize error response emission in `emitErrorResponse`, add handler type constants for clarity, update frontend payload structure, and expand legal keywords and prompts for comprehensive analysis.
08eb1c3View on GitHubRemove unused `GenerateSingleCompletionWithCancel` function: cleanup Go backend for streamlined functionality.
173be82View on GitHubUpdate Go dependencies: bump versions for multiple modules, including `labstack/echo/v4`, `labstack/gommon`, `gorilla/websocket`, `leaanthony/u`, and others in `go.mod` and `go.sum`.
5f2b637View on GitHubRemove unused components and utilities: eliminate `ChatHistoryManager`, `ChatSliceManager`, and `DocumentQueryHook` for codebase simplification.
b2e09ccView on GitHubRefactor state management and event handling: remove unused inference state slice, streamline BasePage methods, optimize Go backend for faster processing, and enhance Elasticsearch integrations with improved embedding vector handling and stop word removal.
305bc95View on GitHubRefactor `InferenceCompletionForm.jsx`: cleanup code style, improve formatting consistency, and enhance readability.Refactor `DocumentSearchForm.jsx`: cleanup code style, improve formatting consistency, and enhance readability.
2fed8a3View on GitHubRefactor event handling in chat and inference management: clean up unused imports, improve state reset logic, ensure explicit handling of `isLoading` state, and enhance error and cancellation message updates.
da07eacView on GitHubRefactor chat state management: modularize state actions, improve utility functions, enhance message handling, and streamline response event handling.
4f2ed39View on GitHubRefactor: remove unused code in Go backend and JavaScript frontend for streamlined functionality
262be32View on GitHubRefactor embedding and event handling: add mutex to prevent concurrent operations, enhance document request handling with detailed progress and response events, update frontend for improved compatibility and event naming consistency, and migrate elasticsearch docker references.
5caae93View on GitHubRefactor document parsing and state management: improve progress tracking, error handling, and event-driven updates; migrate PDF export functionalities; enhance store utilities with validations, debugging, and persistence handling; clean up unused code.
89b421aView on GitHubRefactor document parsing and state management: improve progress tracking, error handling, and event-driven updates; migrate PDF export functionalities; enhance store utilities with validations, debugging, and persistence handling; clean up unused code.
a6f7dabView on GitHub