10 Commits
Author SHA1 Message Date
warkanum 1953a4f4f9 feat(server): add passthrough proxy for OpenAI-compatible endpoints
* implement proxy handler for various OpenAI API routes
* add error handling for request body and response streaming
* introduce new error response format for API compatibility
* add tests for recover middleware to handle panics gracefully
2026-08-01 20:15:59 +02:00
warkanum 52902a8383 feat(onboard): add interactive extra maps configuration step 2026-04-11 23:03:34 +02:00
warkanum 200b0dae95 feat(query): add support for extra maps in query command 2026-04-11 22:36:08 +02:00
warkanum 058aaa73e4 fix(router): improve endpoint selection logic with retries 2026-04-11 22:32:01 +02:00
warkanum 045c3d9d6f docs(server): clarify metrics authentication behavior 2026-04-11 21:50:26 +02:00
warkanum c7a3fed6e1 feat(server): add support for extra maps in adapter configuration
* Introduced ExtraMapConfig to allow multiple adapter configurations.
* Updated server and handler to utilize extra maps for routing.
* Added dashboard handler for metrics visualization.
2026-04-11 21:43:14 +02:00
warkanum c12e16c9f7 fix(server): handle router setup panic and return error
* return error from New function if route registration panics
* add googleDispatch to handle model:action routing
2026-04-11 21:03:29 +02:00
warkanum c5608bf5cd feat(adapter): add passthrough adapter for unchanged vectors 2026-04-11 20:57:44 +02:00
warkanum 5c070e441e feat(docker): add configurable path for vecna.json
* set default config path to /config
* update docker-compose example for config usage
* modify config resolution to include /config directory
2026-04-11 20:48:21 +02:00
warkanum 4009a54e39 feat: 🎉 Vectors na Vectors, the begining
Translate 1536 <-> 768 , 3072 <-> 2048
2026-04-11 18:05:05 +02:00